Home
last modified time | relevance | path

Searched refs:has_sps (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dremove_extradata_bsf.c70 int has_sps = 0; in h264_split() local
80 has_sps = 1; in h264_split()
91 if (has_sps) { in h264_split()
108 int has_sps = 0; in hevc_split() local
120 has_sps = 1; in hevc_split()
125 if (has_vps && has_sps) { in hevc_split()
H A Dextract_extradata_bsf.c149 int i, has_sps = 0, has_vps = 0, ret = 0; in extract_extradata_h2645() local
169 if (nal->type == HEVC_NAL_SPS) has_sps = 1; in extract_extradata_h2645()
172 if (nal->type == H264_NAL_SPS) has_sps = 1; in extract_extradata_h2645()
180 ((ctx->par_in->codec_id == AV_CODEC_ID_HEVC && has_sps && has_vps) || in extract_extradata_h2645()
181 (ctx->par_in->codec_id == AV_CODEC_ID_H264 && has_sps))) { in extract_extradata_h2645()
H A Dh264_metadata_bsf.c477 int err, i, has_sps, seek_point; in h264_metadata_update_fragment() local
491 has_sps = 0; in h264_metadata_update_fragment()
497 has_sps = 1; in h264_metadata_update_fragment()
507 seek_point = !ctx->done_first_au || has_sps || in h264_metadata_update_fragment()
/third_party/ffmpeg/libavformat/
H A Dmxfenc.c2244 int i, frame_size, slice_type, has_sps = 0, intra_only = 0, ret; in mxf_parse_h264_frame() local
2264 has_sps = 1; in mxf_parse_h264_frame()
2310 if (!has_sps) in mxf_parse_h264_frame()
2326 } else if (has_sps && mxf_h264_codec_uls[i].frame_size == 0 && in mxf_parse_h264_frame()

Completed in 7 milliseconds