Searched refs:nal_unit_type (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/media/platform/allegro-dvt/ |
H A D | nal-h264.c | 31 enum nal_unit_type { enum 359 unsigned int nal_unit_type = SEQUENCE_PARAMETER_SET; in nal_h264_write_sps() local 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() 450 unsigned int nal_unit_type = PICTURE_PARAMETER_SET; in nal_h264_write_pps() local 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() [all …]
|
H A D | nal-hevc.c | 31 enum nal_unit_type { enum 524 unsigned int nal_unit_type = VPS_NUT; in nal_hevc_write_vps() local 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() 619 unsigned int nal_unit_type = SPS_NUT; in nal_hevc_write_sps() local 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 675 rbsp_bits(&rbsp, 6, &nal_unit_type); in nal_hevc_read_sps() [all …]
|
/openbmc/linux/drivers/media/test-drivers/visl/ |
H A D | visl-trace-hevc.h | 182 __entry->s.nal_unit_type,
|
/openbmc/linux/drivers/staging/media/sunxi/cedrus/ |
H 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()
|
/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/ |
H A D | vdec_hevc_req_multi_if.c | 173 unsigned char nal_unit_type; member
|
/openbmc/linux/include/uapi/linux/ |
H A D | v4l2-controls.h | 2415 __u8 nal_unit_type; member
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
H A D | 0001-ffmpeg-5.1.4-rpi_24.patch | 509 + __u8 nal_unit_type; 747 + __u8 nal_unit_type; 1005 + __u8 nal_unit_type; 1449 + * @nal_unit_type: specifies the coding type of the slice (B, P or I) 1496 + __u8 nal_unit_type; 1773 s->first_nal_type = s->nal_unit_type; 8635 + .nal_unit_type = h->nal_unit_type,
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | ext-ctrls-codec-stateless.rst | 2411 - ``nal_unit_type``
|