Searched refs:H264_NAL_SEI (Results 1 – 7 of 7) sorted by relevance
40 H264_NAL_SEI = 6, enumerator
124 sei_type = H264_NAL_SEI; in cbs_sei_get_unit()226 if (unit->type != H264_NAL_SEI) in cbs_sei_get_message_list()
111 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()
782 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),
1551 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()
598 nal->ref_idc == 0 && nal->type != H264_NAL_SEI) in decode_nal_units()656 case H264_NAL_SEI: in decode_nal_units()
750 1 << H264_NAL_SEI)); in FUNC()