Home
last modified time | relevance | path

Searched refs:ext_param (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkh265enc.c437 h265enc->ext_param.Header.BufferId = MFX_EXTBUFF_HEVC_PARAM; in gst_msdkh265enc_configure()
438 h265enc->ext_param.Header.BufferSz = sizeof (h265enc->ext_param); in gst_msdkh265enc_configure()
439 h265enc->ext_param.GeneralConstraintFlags = in gst_msdkh265enc_configure()
442 (mfxExtBuffer *) & h265enc->ext_param); in gst_msdkh265enc_configure()
Dgstmsdkh265enc.h74 mfxExtHEVCParam ext_param; member
/third_party/ffmpeg/libavcodec/
Dqsv_internal.h77 mfxExtBuffer *ext_param; member
Dqsvdec.c369 frame->surface.Data.ExtParam = &frame->ext_param; in alloc_frame()
371 frame->ext_param = (mfxExtBuffer*)&frame->dec_info; in alloc_frame()
/third_party/mindspore/patches/
D0006-Support-converting-THIRDPARTY-model-in-MSLite.patch217 + const auto &ext_param = result.extended_parameters;
218 + ASSERT_EQ(ext_param.size(), 2U);
219 + ASSERT_TRUE(ext_param.find("siso_foo") != ext_param.end());
220 + auto expect_foo_value = ext_param.at("siso_foo");
222 + ASSERT_TRUE(ext_param.find("siso_bar") != ext_param.end());
223 + auto expect_bar_value = ext_param.at("siso_bar");