Lines Matching refs:found_decoder
1572 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)
3099 st->internal->info->found_decoder = 1;
3101 if (st->internal->info->found_decoder < 0) {
4031 if (st->internal->info->found_decoder == 1) {