Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/common/
H A Dh265_syntax.h159 NAL_SEI_PREFIX = 39, enumerator
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/
H A Dh265e_header_gen.c213 sei_nal.i_type = NAL_SEI_PREFIX; in h265e_sei_recovery_point()
733 sei_nal.i_type = NAL_SEI_PREFIX; in h265e_data_to_sei()
H A Dh265e_api.c318 mpp_packet_add_segment_info(pkt, NAL_SEI_PREFIX, offset, new_length); in h265e_add_sei()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A Dh265d_sei.c440 if (s->nal_unit_type == NAL_SEI_PREFIX) { in mpp_hevc_decode_nal_sei()
H A Dh265d_parser.c69 if ((nut >= NAL_VPS && nut <= NAL_AUD) || nut == NAL_SEI_PREFIX || in hevc_find_frame_end()
1353 case NAL_SEI_PREFIX: in parser_nal_unit()