Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/common/
H A Dh265_syntax.h160 NAL_SEI_PREFIX = 39, enumerator
/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_header_gen.c213 sei_nal.i_type = NAL_SEI_PREFIX; in h265e_sei_recovery_point()
749 sei_nal.i_type = NAL_SEI_PREFIX; in h265e_data_to_sei()
H A Dh265e_api.c401 mpp_packet_add_segment_info(pkt, NAL_SEI_PREFIX, offset, new_length); in h265e_add_sei()
/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_sei.c481 if (s->nal_unit_type == NAL_SEI_PREFIX) { in mpp_hevc_decode_nal_sei()
H A Dh265d_parser.c75 if ((nut >= NAL_VPS && nut <= NAL_AUD) || nut == NAL_SEI_PREFIX || in hevc_find_frame_end()
1412 case NAL_SEI_PREFIX: in parser_nal_unit()