Home
last modified time | relevance | path

Searched refs:ff_decode_preinit (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Ddecode.h86 int ff_decode_preinit(AVCodecContext *avctx);
Davcodec.c324 ret = ff_decode_preinit(avctx); in avcodec_open2()
Ddecode.c2015 int ff_decode_preinit(AVCodecContext *avctx) in ff_decode_preinit() function