Searched refs:has_sps (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | extract_extradata_bsf.c | 150 int i, has_sps = 0, has_vps = 0, ret = 0; in extract_extradata_h2645() local 170 if (nal->type == HEVC_NAL_SPS) has_sps = 1; in extract_extradata_h2645() 173 if (nal->type == H264_NAL_SPS) has_sps = 1; in extract_extradata_h2645() 181 ((ctx->par_in->codec_id == AV_CODEC_ID_HEVC && has_sps && has_vps) || in extract_extradata_h2645() 182 (ctx->par_in->codec_id == AV_CODEC_ID_H264 && has_sps))) { in extract_extradata_h2645()
|
D | hevc_parser.c | 345 int has_sps = 0; in hevc_split() local 357 has_sps = 1; in hevc_split() 362 if (has_vps && has_sps) { in hevc_split()
|
D | h264_metadata_bsf.c | 462 int err, i, has_sps, seek_point; in h264_metadata_update_fragment() local 476 has_sps = 0; in h264_metadata_update_fragment() 482 has_sps = 1; in h264_metadata_update_fragment() 492 seek_point = !ctx->done_first_au || has_sps || in h264_metadata_update_fragment()
|
D | h264_parser.c | 651 int has_sps = 0; in h264_split() local 662 has_sps = 1; in h264_split() 673 if (has_sps) { in h264_split()
|
/third_party/ffmpeg/libavformat/ |
D | mxfenc.c | 2249 int i, frame_size, slice_type, has_sps = 0, intra_only = 0, ret; in mxf_parse_h264_frame() local 2269 has_sps = 1; in mxf_parse_h264_frame() 2315 if (!has_sps) in mxf_parse_h264_frame() 2331 } else if (has_sps && mxf_h264_codec_uls[i].frame_size == 0 && in mxf_parse_h264_frame()
|