Home
last modified time | relevance | path

Searched refs:H264_NAL_SEI (Results 1 – 7 of 7) 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()
Dh264_parser.c111 if (nalu_type == H264_NAL_SEI || nalu_type == H264_NAL_SPS || in h264_find_frame_end()
332 case H264_NAL_SEI: in parse_nal_units()
670 else if ((nalu_type != H264_NAL_SEI || has_pps) && in h264_split()
Dcbs_h2645.c782 case H264_NAL_SEI: in cbs_h264_read_nal_unit()
1071 case H264_NAL_SEI: in cbs_h264_write_nal_unit()
1419 CBS_UNIT_TYPE_COMPLEX(H264_NAL_SEI, H264RawSEI, &cbs_h264_free_sei),
Dvideotoolboxenc.c1551 return nal_type != H264_NAL_SEI && in is_post_sei_nal_type()
1576 if (nal_type != H264_NAL_SEI) in find_sei_end()
1813 *dst_data = H264_NAL_SEI; in copy_replace_length_codes()
1863 if (sei && !wrote_sei && nal_type == H264_NAL_SEI) { in copy_replace_length_codes()
Dh264dec.c598 nal->ref_idc == 0 && nal->type != H264_NAL_SEI) in decode_nal_units()
656 case H264_NAL_SEI: in decode_nal_units()
Dcbs_h264_syntax_template.c750 1 << H264_NAL_SEI)); in FUNC()