Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Ddecode.c864 if (avctx->codec_descriptor->props & AV_CODEC_PROP_BITMAP_SUB) in avcodec_decode_subtitle2()
866 else if (avctx->codec_descriptor->props & AV_CODEC_PROP_TEXT_SUB) in avcodec_decode_subtitle2()
1566 } else if (avctx->codec_descriptor->props & AV_CODEC_PROP_BITMAP_SUB) { in ff_decode_preinit()
1569 avctx->codec_descriptor->name); in ff_decode_preinit()
1603 && avctx->codec_descriptor->type == AVMEDIA_TYPE_VIDEO) in ff_decode_preinit()
H A Davcodec.h1753 const AVCodecDescriptor *codec_descriptor; member
H A Dencode.c588 if (avctx->codec_descriptor->props & AV_CODEC_PROP_INTRA_ONLY) in ff_encode_preinit()
H A Davcodec.c257 avctx->codec_descriptor = avcodec_descriptor_get(avctx->codec_id); in avcodec_open2()

Completed in 9 milliseconds