Home
last modified time | relevance | path

Searched refs:m_apoMosEnabled (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/intel-media-driver/media_driver/linux/common/os/
H A Dmos_context_specific.cpp270 if (m_apoMosEnabled) in CreateIPC()
310 if (m_apoMosEnabled) in DestroyIPC()
344 if (m_apoMosEnabled) in CreateSSEUIPC()
353 if (m_apoMosEnabled) in DestroySSEUIPC()
423 m_apoMosEnabled = pOsDriverContext->m_apoMosEnabled; in Init()
583 if (!m_apoMosEnabled) in Destroy()
H A Dmos_context_specific.h462 bool m_apoMosEnabled = false; variable
H A Dmos_os_specific.c1340 …riverContext->m_gpuContextMgr && modularizedGpuCtxEnabled && !pOsDriverContext->m_apoMosEnabled) || in Linux_InitContext()
1341 …pOsDriverContext->m_cmdBufMgr && modularizedGpuCtxEnabled && !pOsDriverContext->m_apoMosEnabled) || in Linux_InitContext()
7286 pOsInterface->apoMosEnabled = pOsDriverContext->m_apoMosEnabled; in Mos_Specific_InitInterface()
/aosp_15_r20/external/intel-media-driver/media_driver/linux/common/cm/hal/
H A Dcm_wrapper_os.cpp80 cmCtx->mosCtx.m_apoMosEnabled = mediaCtx->m_apoMosEnabled; in CreateCmDeviceFromVA()
/aosp_15_r20/external/intel-media-driver/media_driver/linux/common/ddi/
H A Dmedia_libva.cpp929 if (!mediaCtx->m_apoMosEnabled && mediaCtx->pMediaMemDecompState) in DdiMedia_FreeContextHeapElements()
1076 if (mosCtx->m_apoMosEnabled && !mediaMemDecompState) in DdiMedia_MediaMemoryDecompressInternal()
1119 if (mosCtx->m_apoMosEnabled && !mediaMemDecompState) in DdiMedia_MediaMemoryCopyInternal()
1170 if (mosCtx->m_apoMosEnabled && !mediaMemDecompState) in DdiMedia_MediaMemoryCopy2DInternal()
1242 if (mosCtx->m_apoMosEnabled && !mediaMemDecompState) in DdiMedia_MediaMemoryTileConvertInternal()
1327 mosCtx.m_apoMosEnabled = mediaCtx->m_apoMosEnabled; in DdiMedia_MediaMemoryDecompress()
1777 mediaCtx->m_apoMosEnabled = SetupApoMosSwitch(devicefd, mediaCtx->m_userSettingPtr); in DdiMedia_InitMediaContext()
1787 if (mediaCtx->m_apoMosEnabled) in DdiMedia_InitMediaContext()
1790 mosCtx.m_apoMosEnabled = mediaCtx->m_apoMosEnabled; in DdiMedia_InitMediaContext()
2274 if (mediaCtx->m_apoMosEnabled) in DdiMedia_Terminate()
[all …]
H A Dddi_media_context.h183 bool m_apoMosEnabled = false; member
/aosp_15_r20/external/intel-media-driver/media_driver/linux/common/codec/ddi/
H A Dmedia_libva_encoder.cpp296 mosCtx.m_apoMosEnabled = mediaDrvCtx->m_apoMosEnabled; in DdiEncode_CreateContext()
H A Dmedia_libva_decoder.cpp673 mosCtx.m_apoMosEnabled = mediaCtx->m_apoMosEnabled; in DdiDecode_CreateContext()
/aosp_15_r20/external/intel-media-driver/media_common/linux/common/os/
H A Dmos_os_specific.h720 bool m_apoMosEnabled = false; //!< apo mos or not member
/aosp_15_r20/external/intel-media-driver/media_softlet/linux/common/codec/ddi/enc/
H A Dddi_encode_functions.cpp180 mosCtx.m_apoMosEnabled = true; in CreateContext()
/aosp_15_r20/external/intel-media-driver/media_softlet/linux/common/codec/ddi/dec/
H A Dddi_decode_functions.cpp216 mosCtx.m_apoMosEnabled = true; in CreateContext()
/aosp_15_r20/external/intel-media-driver/media_driver/linux/common/vp/ddi/
H A Dmedia_libva_vp.c1661 pVpCtx->MosDrvCtx.m_apoMosEnabled = pMediaCtx->m_apoMosEnabled; in DdiVp_InitCtx()
/aosp_15_r20/external/intel-media-driver/media_softlet/linux/common/ddi/
H A Dmedia_libva_interface_next.cpp5150 mosCtx.m_apoMosEnabled = true; in Copy()
5290 mosCtx.m_apoMosEnabled = true; in MediaMemoryDecompress()
/aosp_15_r20/external/intel-media-driver/media_softlet/linux/common/os/
H A Dmos_interface.cpp372 context->m_apoMosEnabled = true; in InitStreamParameters()
/aosp_15_r20/external/intel-media-driver/media_softlet/linux/common/vp/ddi/
H A Dddi_vp_functions.cpp878 vpCtx->MosDrvCtx.m_apoMosEnabled = true; in DdiInitCtx()