Home
last modified time | relevance | path

Searched refs:found_decoder (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
Dinternal.h225 int found_decoder; member
Dutils.c1572 st->internal->info->found_decoder = 0; in read_frame_internal()
3022 if (st->internal->info->found_decoder >= 0 &&
3029 …if (st->internal->info->found_decoder >= 0 && !st->internal->nb_decoded_frames && avctx->codec_id …
3035 if (st->internal->info->found_decoder >= 0 && avctx->pix_fmt == AV_PIX_FMT_NONE)
3069 st->internal->info->found_decoder <= 0 &&
3070 (st->codecpar->codec_id != -st->internal->info->found_decoder || !st->codecpar->codec_id)) {
3076 st->internal->info->found_decoder = -st->codecpar->codec_id;
3094 st->internal->info->found_decoder = -avctx->codec_id;
3097 st->internal->info->found_decoder = 1;
3098 } else if (!st->internal->info->found_decoder)
[all …]