Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/common/
H A Dh265_syntax.h154 NAL_SPS = 33, enumerator
/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_header_gen.c116 nal[i].i_type == NAL_SPS || in h265e_encapsulate_nals()
723 h265e_nal_start(info, NAL_SPS, H265_NAL_PRIORITY_HIGHEST); in h265e_set_extra_info()
/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_parser.c1362 if (s->deny_flag && (s->nal_unit_type != NAL_VPS && s->nal_unit_type != NAL_SPS)) { in parser_nal_unit()
1375 case NAL_SPS: in parser_nal_unit()