Home
last modified time | relevance | path

Searched refs:H264_NAL_SEI (Results 1 – 8 of 8) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264.h40 H264_NAL_SEI = 6, enumerator
Dcbs_sei.c124 sei_type = H264_NAL_SEI; in cbs_sei_get_unit()
226 if (unit->type != H264_NAL_SEI) in cbs_sei_get_message_list()
Dremove_extradata_bsf.c88 else if ((nalu_type != H264_NAL_SEI || has_pps) && in h264_split()
Dh264_parser.c123 if (nalu_type == H264_NAL_SEI || nalu_type == H264_NAL_SPS || in h264_find_frame_end()
345 case H264_NAL_SEI: in parse_nal_units()
Dcbs_h2645.c780 case H264_NAL_SEI: in cbs_h264_read_nal_unit()
1069 case H264_NAL_SEI: in cbs_h264_write_nal_unit()
1417 CBS_UNIT_TYPE_COMPLEX(H264_NAL_SEI, H264RawSEI, &cbs_h264_free_sei),
Dvideotoolboxenc.c1609 return nal_type != H264_NAL_SEI && in is_post_sei_nal_type()
1634 if (nal_type != H264_NAL_SEI) in find_sei_end()
1871 *dst_data = H264_NAL_SEI; in copy_replace_length_codes()
1921 if (sei && !wrote_sei && nal_type == H264_NAL_SEI) { in copy_replace_length_codes()
Dh264dec.c616 nal->ref_idc == 0 && nal->type != H264_NAL_SEI) in decode_nal_units()
674 case H264_NAL_SEI: in decode_nal_units()
Dcbs_h264_syntax_template.c833 1 << H264_NAL_SEI)); in FUNC()