Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmf_utils.h166 int use_hw, IMFTransform **res);
Dmfenc.c1009 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, &reg, 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()
Dmf_utils.c586 int use_hw, in ff_instantiate_mf() argument
603 if (use_hw) { in ff_instantiate_mf()