Searched refs:use_hw (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | mfenc.c | 1016 const AVCodec *codec, int use_hw) in mf_create() 1039 if ((ret = ff_instantiate_mf(log, f, category, NULL, ®, use_hw, mft)) < 0) in mf_create() 1051 int use_hw = 0; in mf_init_encoder() local 1062 use_hw = 1; in mf_init_encoder() 1069 if ((ret = mf_create(avctx, &c->functions, &c->mft, avctx->codec, use_hw)) < 0) in mf_init_encoder() 1015 mf_create(void *log, MFFunctions *f, IMFTransform **mft, const AVCodec *codec, int use_hw) mf_create() argument
|
H A D | mf_utils.c | 555 int use_hw, in ff_instantiate_mf() 572 if (use_hw) { in ff_instantiate_mf() 550 ff_instantiate_mf(void *log, MFFunctions *f, GUID category, MFT_REGISTER_TYPE_INFO *in_type, MFT_REGISTER_TYPE_INFO *out_type, int use_hw, IMFTransform **res) ff_instantiate_mf() argument
|
H A D | mf_utils.h | 178 int use_hw, IMFTransform **res);
|
Completed in 4 milliseconds