Searched refs:use_hw (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | mf_utils.h | 166 int use_hw, IMFTransform **res);
|
D | mfenc.c | 1009 static int mf_create(void *log, IMFTransform **mft, const AVCodec *codec, int use_hw) in mf_create() argument 1032 if ((ret = ff_instantiate_mf(log, category, NULL, ®, use_hw, mft)) < 0) in mf_create() 1044 int use_hw = 0; in mf_init() local 1055 use_hw = 1; in mf_init() 1062 if ((ret = mf_create(avctx, &c->mft, avctx->codec, use_hw)) < 0) in mf_init()
|
D | mf_utils.c | 586 int use_hw, in ff_instantiate_mf() argument 603 if (use_hw) { in ff_instantiate_mf()
|