Searched refs:nuh_temporal_id_plus1 (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/platform/allegro-dvt/ |
H A D | nal-hevc.c | 526 unsigned int nuh_temporal_id_plus1 = 1; in nal_hevc_write_vps() local 539 rbsp_bits(&rbsp, 3, &nuh_temporal_id_plus1); in nal_hevc_write_vps() 570 unsigned int nuh_temporal_id_plus1; in nal_hevc_read_vps() local 582 rbsp_bits(&rbsp, 3, &nuh_temporal_id_plus1); in nal_hevc_read_vps() 621 unsigned int nuh_temporal_id_plus1 = 1; in nal_hevc_write_sps() local 634 rbsp_bits(&rbsp, 3, &nuh_temporal_id_plus1); in nal_hevc_write_sps() 665 unsigned int nuh_temporal_id_plus1; in nal_hevc_read_sps() local 677 rbsp_bits(&rbsp, 3, &nuh_temporal_id_plus1); in nal_hevc_read_sps() 716 unsigned int nuh_temporal_id_plus1 = 1; in nal_hevc_write_pps() local 729 rbsp_bits(&rbsp, 3, &nuh_temporal_id_plus1); in nal_hevc_write_pps() 760 unsigned int nuh_temporal_id_plus1; nal_hevc_read_pps() local 809 unsigned int nuh_temporal_id_plus1 = 1; nal_hevc_write_filler() local 856 unsigned int nuh_temporal_id_plus1; nal_hevc_read_filler() local [all...] |
/kernel/linux/linux-5.10/include/media/ |
H A D | hevc-ctrls.h | 171 __u8 nuh_temporal_id_plus1; member
|
/kernel/linux/linux-6.6/drivers/media/test-drivers/visl/ |
H A D | visl-trace-hevc.h | 156 "nuh_temporal_id_plus1 %u\n" 183 __entry->s.nuh_temporal_id_plus1,
|
/kernel/linux/linux-5.10/drivers/staging/media/sunxi/cedrus/ |
H A D | cedrus_h265.c | 344 VE_DEC_H265_DEC_NAL_HDR_NUH_TEMPORAL_ID_PLUS1(slice_params->nuh_temporal_id_plus1); in cedrus_h265_setup()
|
/kernel/linux/linux-6.6/drivers/staging/media/sunxi/cedrus/ |
H A D | cedrus_h265.c | 562 VE_DEC_H265_DEC_NAL_HDR_NUH_TEMPORAL_ID_PLUS1(slice_params->nuh_temporal_id_plus1); in cedrus_h265_setup()
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | v4l2-controls.h | 2363 * @nuh_temporal_id_plus1: minus 1 specifies a temporal identifier for the NAL unit 2410 __u8 nuh_temporal_id_plus1; member
|
Completed in 13 milliseconds