Home
last modified time | relevance | path

Searched refs:H264_NAL_SPS (Results 1 – 15 of 15) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264.h41 H264_NAL_SPS = 7, enumerator
Dh264_mp4toannexb_bsf.c224 if (unit_type == H264_NAL_SPS) { in h264_mp4toannexb_filter()
261 unit_type == H264_NAL_SPS || unit_type == H264_NAL_PPS, j); in h264_mp4toannexb_filter()
Dh264_redundant_pps_bsf.c91 if (nal->type == H264_NAL_SPS) in h264_redundant_pps_update_fragment()
Dh264_parser.c111 if (nalu_type == H264_NAL_SEI || nalu_type == H264_NAL_SPS || in h264_find_frame_end()
325 case H264_NAL_SPS: in parse_nal_units()
661 if (nalu_type == H264_NAL_SPS) { in h264_split()
Dextract_extradata_bsf.c142 H264_NAL_SPS, H264_NAL_PPS, in extract_extradata_h2645()
173 if (nal->type == H264_NAL_SPS) has_sps = 1; in extract_extradata_h2645()
Dcbs_h2645.c712 case H264_NAL_SPS: in cbs_h264_read_nal_unit()
1002 case H264_NAL_SPS: in cbs_h264_write_nal_unit()
1234 return type == H264_NAL_SPS || type == H264_NAL_PPS; in cbs_h2645_unit_requires_zero_byte()
1396 CBS_UNIT_TYPE_POD(H264_NAL_SPS, H264RawSPS),
Dh264dec.c500 case H264_NAL_SPS: in get_last_needed_nal()
664 case H264_NAL_SPS: { in decode_nal_units()
Dh264_parse.c379 case H264_NAL_SPS: { in decode_extradata_ps()
Dh264_metadata_bsf.c478 if (au->units[i].type == H264_NAL_SPS) { in h264_metadata_update_fragment()
Dcbs_h264_syntax_template.c268 1 << H264_NAL_SPS)); in FUNC()
Dvideotoolbox.c360 if (type == H264_NAL_SPS) { in videotoolbox_h264_decode_params()
Domx.c716 if (nals[H264_NAL_SPS] && nals[H264_NAL_PPS]) in omx_encode_init()
Dvaapi_encode_h264.c296 sps->nal_unit_header.nal_unit_type = H264_NAL_SPS; in vaapi_encode_h264_init_sequence_params()
Dvideotoolboxenc.c1552 nal_type != H264_NAL_SPS && in is_post_sei_nal_type()
/third_party/ffmpeg/libavformat/
Dmxfenc.c2257 case H264_NAL_SPS: in mxf_parse_h264_frame()