Searched refs:nal_unit_type (Results 1 – 5 of 5) sorted by relevance
30 enum nal_unit_type { enum755 unsigned int nal_unit_type = SEQUENCE_PARAMETER_SET; in nal_h264_write_sps() local766 rbsp_bits(&rbsp, 5, &nal_unit_type); in nal_h264_write_sps()796 unsigned int nal_unit_type; in nal_h264_read_sps() local807 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() local858 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() local941 rbsp_bits(&rbsp, 5, &nal_unit_type); in nal_h264_write_filler()[all …]
170 __u8 nal_unit_type; member
343 reg = VE_DEC_H265_DEC_NAL_HDR_NAL_UNIT_TYPE(slice_params->nal_unit_type) | in cedrus_h265_setup()
4115 - ``nal_unit_type``
11596 +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)