Home
last modified time | relevance | path

Searched refs:NAL_VPS (Results 1 – 3 of 3) sorted by relevance

/rockchip-linux_mpp/mpp/common/
H A Dh265_syntax.h153 NAL_VPS = 32, enumerator
/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_parser.c75 if ((nut >= NAL_VPS && nut <= NAL_AUD) || nut == NAL_SEI_PREFIX || in hevc_find_frame_end()
1353 } else if (ret != (s->decoder_id) && s->nal_unit_type != NAL_VPS) in parser_nal_unit()
1362 if (s->deny_flag && (s->nal_unit_type != NAL_VPS && s->nal_unit_type != NAL_SPS)) { in parser_nal_unit()
1368 case NAL_VPS: in parser_nal_unit()
1719 if (s->nal_unit_type < NAL_VPS) { in split_nal_units()
/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_header_gen.c115 nal[i].i_type == NAL_VPS || in h265e_encapsulate_nals()
718 h265e_nal_start(info, NAL_VPS, H265_NAL_PRIORITY_HIGHEST); in h265e_set_extra_info()