Searched refs:nal_unit_type (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/media/platform/allegro-dvt/ |
| A D | nal-h264.c | 31 enum nal_unit_type { enum 370 rbsp_bits(&rbsp, 5, &nal_unit_type); in nal_h264_write_sps() 400 unsigned int nal_unit_type; in nal_h264_read_sps() local 411 rbsp_bits(&rbsp, 5, &nal_unit_type); in nal_h264_read_sps() 416 nal_unit_type != SEQUENCE_PARAMETER_SET) in nal_h264_read_sps() 462 rbsp_bits(&rbsp, 5, &nal_unit_type); in nal_h264_write_pps() 534 unsigned int nal_unit_type = FILLER_DATA; in nal_h264_write_filler() local 545 rbsp_bits(&rbsp, 5, &nal_unit_type); in nal_h264_write_filler() 577 unsigned int nal_unit_type; in nal_h264_read_filler() local 588 rbsp_bits(&rbsp, 5, &nal_unit_type); in nal_h264_read_filler() [all …]
|
| A D | nal-hevc.c | 31 enum nal_unit_type { enum 537 rbsp_bits(&rbsp, 6, &nal_unit_type); in nal_hevc_write_vps() 568 unsigned int nal_unit_type; in nal_hevc_read_vps() local 580 rbsp_bits(&rbsp, 6, &nal_unit_type); in nal_hevc_read_vps() 586 nal_unit_type != VPS_NUT) in nal_hevc_read_vps() 632 rbsp_bits(&rbsp, 6, &nal_unit_type); in nal_hevc_write_sps() 663 unsigned int nal_unit_type; in nal_hevc_read_sps() local 681 nal_unit_type != SPS_NUT) in nal_hevc_read_sps() 758 unsigned int nal_unit_type; in nal_hevc_read_pps() local 854 unsigned int nal_unit_type; in nal_hevc_read_filler() local [all …]
|
| /linux/drivers/media/test-drivers/visl/ |
| A D | visl-trace-hevc.h | 182 __entry->s.nal_unit_type,
|
| /linux/drivers/media/platform/chips-media/wave5/ |
| A D | wave5-hw.c | 1001 u32 index, nal_unit_type, reg_val, sub_layer_info; in wave5_vpu_dec_get_result() local 1024 nal_unit_type = (reg_val >> 4) & 0x3f; in wave5_vpu_dec_get_result() 1035 if ((nal_unit_type == 19 || nal_unit_type == 20) && result->pic_type == PIC_TYPE_I) in wave5_vpu_dec_get_result() 1047 if (nal_unit_type == 5 && result->pic_type == PIC_TYPE_I) in wave5_vpu_dec_get_result()
|
| /linux/drivers/staging/media/sunxi/cedrus/ |
| A D | cedrus_h265.c | 561 reg = VE_DEC_H265_DEC_NAL_HDR_NAL_UNIT_TYPE(slice_params->nal_unit_type) | in cedrus_h265_setup()
|
| /linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/ |
| A D | vdec_hevc_req_multi_if.c | 173 unsigned char nal_unit_type; member
|
| /linux/include/uapi/linux/ |
| A D | v4l2-controls.h | 2423 __u8 nal_unit_type; member
|
| /linux/Documentation/userspace-api/media/v4l/ |
| A D | ext-ctrls-codec-stateless.rst | 2411 - ``nal_unit_type``
|
Completed in 38 milliseconds