Home
last modified time | relevance | path

Searched refs:mfxMVCViewDependency (Results 1 – 18 of 18) sorted by relevance

/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/obs-qsv11/libmfx/include/msdk/include/
H A Dmfxmvc.h55 } mfxMVCViewDependency; typedef
75 mfxMVCViewDependency *View;
/dports/multimedia/onevpl/oneVPL-2022.0.6/api/vpl/
H A Dmfxmvc.h45 } mfxMVCViewDependency; typedef
71 mfxMVCViewDependency *View; /*!< Pointer to a list of the mfxMVCViewDependency. */
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/api/include/
H A Dmfxmvc.h55 } mfxMVCViewDependency; typedef
75 mfxMVCViewDependency *View;
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/shared/src/
H A Dmfx_static_assert_structs.cpp256 MSDK_STATIC_ASSERT_STRUCT_SIZE(mfxMVCViewDependency ,138 )
261 MSDK_STATIC_ASSERT_STRUCT_SIZE(mfxMVCViewDependency ,138 )
3286 …MSDK_STATIC_ASSERT_STRUCT_OFFSET(mfxMVCViewDependency ,ViewId …
3287 …MSDK_STATIC_ASSERT_STRUCT_OFFSET(mfxMVCViewDependency ,NumAnchorRefsL0 …
3288 …MSDK_STATIC_ASSERT_STRUCT_OFFSET(mfxMVCViewDependency ,NumAnchorRefsL1 …
3289 …MSDK_STATIC_ASSERT_STRUCT_OFFSET(mfxMVCViewDependency ,AnchorRefL0 …
3290 …MSDK_STATIC_ASSERT_STRUCT_OFFSET(mfxMVCViewDependency ,AnchorRefL1 …
3291 …MSDK_STATIC_ASSERT_STRUCT_OFFSET(mfxMVCViewDependency ,NumNonAnchorRefsL0 …
3292 …MSDK_STATIC_ASSERT_STRUCT_OFFSET(mfxMVCViewDependency ,NumNonAnchorRefsL1 …
3293 …MSDK_STATIC_ASSERT_STRUCT_OFFSET(mfxMVCViewDependency ,NonAnchorRefL0 …
[all …]
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/mfx_lib/shared/src/
H A Dmfx_common_int.cpp914 …size_t size = mvcPoints->NumView * sizeof(mfxMVCViewDependency) + mvcPoints->NumOP * sizeof(mfxMVC… in CopyVideoParam()
928 points->View = (mfxMVCViewDependency * )ptr; in CopyVideoParam()
930 ptr += mvcPoints->NumView * sizeof(mfxMVCViewDependency); in CopyVideoParam()
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/shared/umc/codec/h264_dec/src/
H A Dumc_h264_dec_mfx.cpp81 mfxMVCViewDependency * dependency = &points->View[view_number]; in FillVideoParamExtension()
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/samples/sample_vpp/src/
H A Dsample_vpp_config.cpp222 …multiViewConfig->View = new mfxMVCViewDependency [ pParams->multiViewParam[paramID].viewCount ]; in ConfigVideoEnhancementFilters()
/dports/multimedia/onevpl/oneVPL-2022.0.6/tools/legacy/sample_vpp/src/
H A Dsample_vpp_config.cpp191 new mfxMVCViewDependency[pParams->multiViewParam[paramID].viewCount]; in ConfigVideoEnhancementFilters()
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/tools/tracer/dumps/
H A Ddump.h692 DEFINE_DUMP_FUNCTION(mfxMVCViewDependency);
H A Ddump_mfxstructures.cpp872 std::string DumpContext::dump(const std::string structName, const mfxMVCViewDependency &MVCViewDepe… in dump()
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/mfx_lib/shared/include/
H A Dmfx_h264_enc_common_hw.h619 std::vector<mfxMVCViewDependency> m_storageView;
/dports/multimedia/onevpl/oneVPL-2022.0.6/tools/legacy/sample_decode/src/
H A Dpipeline_decode.cpp1319 mvcBuffer->View = new mfxMVCViewDependency[mvcBuffer->NumView]; in AllocateExtMVCBuffers()
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/samples/sample_decode/src/
H A Dpipeline_decode.cpp1499 mvcBuffer->View = new mfxMVCViewDependency[mvcBuffer->NumView]; in AllocateExtMVCBuffers()
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/mfx_lib/decode/h264/src/
H A Dmfx_h264_dec_decode.cpp133 mfxMVCViewDependency * refInfo = 0; in Dependency()
/dports/multimedia/onevpl/oneVPL-2022.0.6/tools/legacy/sample_encode/src/
H A Dpipeline_encode.cpp349 mvcBuffer->View = new mfxMVCViewDependency[mvcBuffer->NumViewAlloc]; in InitExtMVCBuffers()
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/samples/sample_encode/src/
H A Dpipeline_encode.cpp356 mvcBuffer->View = new mfxMVCViewDependency[mvcBuffer->NumViewAlloc]; in InitExtMVCBuffers()
/dports/multimedia/onevpl/oneVPL-2022.0.6/tools/legacy/sample_multi_transcode/src/
H A Dpipeline_transcode.cpp2342 mvc->View = new mfxMVCViewDependency[mvc->NumView]; in AllocMVCSeqDesc()
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/samples/sample_multi_transcode/src/
H A Dpipeline_transcode.cpp2138 mvc->View = new mfxMVCViewDependency[mvc->NumView]; in AllocMVCSeqDesc()