Home
last modified time | relevance | path

Searched refs:nal_unit_type (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/staging/media/allegro-dvt/
Dnal-h264.c30 enum nal_unit_type { enum
755 unsigned int nal_unit_type = SEQUENCE_PARAMETER_SET; in nal_h264_write_sps() local
766 rbsp_bits(&rbsp, 5, &nal_unit_type); in nal_h264_write_sps()
796 unsigned int nal_unit_type; in nal_h264_read_sps() local
807 rbsp_bits(&rbsp, 5, &nal_unit_type); in nal_h264_read_sps()
812 nal_unit_type != SEQUENCE_PARAMETER_SET) in nal_h264_read_sps()
846 unsigned int nal_unit_type = PICTURE_PARAMETER_SET; in nal_h264_write_pps() local
858 rbsp_bits(&rbsp, 5, &nal_unit_type); in nal_h264_write_pps()
930 unsigned int nal_unit_type = FILLER_DATA; in nal_h264_write_filler() local
941 rbsp_bits(&rbsp, 5, &nal_unit_type); in nal_h264_write_filler()
[all …]
/kernel/linux/linux-5.10/include/media/
Dhevc-ctrls.h170 __u8 nal_unit_type; member
/kernel/linux/linux-5.10/drivers/staging/media/sunxi/cedrus/
Dcedrus_h265.c343 reg = VE_DEC_H265_DEC_NAL_HDR_NAL_UNIT_TYPE(slice_params->nal_unit_type) | in cedrus_h265_setup()
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Dext-ctrls-codec.rst4115 - ``nal_unit_type``
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/
Dlinux-5.10.patch11596 +enum nal_unit_type {
12595 + u32 nal_unit_type = param->p.m_nalUnitType;
12604 + if (nal_unit_type == NAL_UNIT_CODED_SLICE_IDR ||
12605 + nal_unit_type == NAL_UNIT_CODED_SLICE_IDR_N_LP) {
12625 + if (nal_unit_type == NAL_UNIT_CODED_SLICE_BLA ||
12626 + nal_unit_type == NAL_UNIT_CODED_SLICE_BLANT ||
12627 + nal_unit_type == NAL_UNIT_CODED_SLICE_BLA_N_LP)