Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/common/
H A Dh265_syntax.h152 NAL_VPS = 32, enumerator
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A Dh265d_parser.c69 if ((nut >= NAL_VPS && nut <= NAL_AUD) || nut == NAL_SEI_PREFIX || in hevc_find_frame_end()
1294 } else if (ret != (s->decoder_id) && s->nal_unit_type != NAL_VPS) in parser_nal_unit()
1303 if (s->deny_flag && (s->nal_unit_type != NAL_VPS && s->nal_unit_type != NAL_SPS)) { in parser_nal_unit()
1309 case NAL_VPS: in parser_nal_unit()
1660 if (s->nal_unit_type < NAL_VPS) { in split_nal_units()
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/
H A Dh265e_header_gen.c115 nal[i].i_type == NAL_VPS || in h265e_encapsulate_nals()
702 h265e_nal_start(info, NAL_VPS, H265_NAL_PRIORITY_HIGHEST); in h265e_set_extra_info()