Searched refs:nuh_layer_id (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/media/platform/allegro-dvt/ |
H A D | nal-hevc.c | 525 unsigned int nuh_layer_id = 0; in nal_hevc_write_vps() local 538 rbsp_bits(&rbsp, 6, &nuh_layer_id); in nal_hevc_write_vps() 569 unsigned int nuh_layer_id; in nal_hevc_read_vps() local 581 rbsp_bits(&rbsp, 6, &nuh_layer_id); in nal_hevc_read_vps() 620 unsigned int nuh_layer_id = 0; in nal_hevc_write_sps() local 633 rbsp_bits(&rbsp, 6, &nuh_layer_id); in nal_hevc_write_sps() 664 unsigned int nuh_layer_id; in nal_hevc_read_sps() local 676 rbsp_bits(&rbsp, 6, &nuh_layer_id); in nal_hevc_read_sps() 715 unsigned int nuh_layer_id = 0; in nal_hevc_write_pps() local 728 rbsp_bits(&rbsp, 6, &nuh_layer_id); in nal_hevc_write_pps() [all …]
|