Home
last modified time | relevance | path

Searched refs:LayerSelectForProcess (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/vp/hal/features/
H A Dvp_fc_wrap_filter.cpp236 MOS_STATUS PolicyFcWrapHandler::LayerSelectForProcess(std::vector<int> &layerIndexes, SwFilterPipe … in LayerSelectForProcess() function in vp::PolicyFcWrapHandler
241 return m_l0fcHandler->LayerSelectForProcess(layerIndexes, featurePipe, caps); in LayerSelectForProcess()
246 return m_fcHandler->LayerSelectForProcess(layerIndexes, featurePipe, caps); in LayerSelectForProcess()
H A Dvp_fc_wrap_filter.h75 …virtual MOS_STATUS LayerSelectForProcess(std::vector<int> &layerIndexes, SwFilterPipe &featurePipe…
H A Dvp_hdr_render_filter.h131 …virtual MOS_STATUS LayerSelectForProcess(std::vector<int> &layerIndexes, SwFilterPipe &featurePipe…
H A Dvp_fc_filter.h179 …virtual MOS_STATUS LayerSelectForProcess(std::vector<int> &layerIndexes, SwFilterPipe& featurePipe…
H A Dvp_hdr_render_filter.cpp347 MOS_STATUS PolicyRenderHdrHandler::LayerSelectForProcess(std::vector<int> &layerIndexes, SwFilterPi… in LayerSelectForProcess() function in vp::PolicyRenderHdrHandler
H A Dvp_fc_filter.cpp1113 MOS_STATUS PolicyFcHandler::LayerSelectForProcess(std::vector<int> &layerIndexes, SwFilterPipe& fea… in LayerSelectForProcess() function in vp::PolicyFcHandler
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/vp/hal/feature_manager/
H A Dpolicy.h130 …virtual MOS_STATUS LayerSelectForProcess(std::vector<int> &layerIndexes, SwFilterPipe& featurePipe…
H A Dpolicy.cpp2872 …VP_PUBLIC_CHK_STATUS_RETURN(LayerSelectForProcess(layerIndexes, featurePipe, isSingleSubPipe, sele… in BuildFilters()
3258 MOS_STATUS Policy::LayerSelectForProcess(std::vector<int> &layerIndexes, SwFilterPipe& featurePipe,… in LayerSelectForProcess() function in vp::Policy
3276 … VP_PUBLIC_CHK_STATUS_RETURN(hdrHandler->LayerSelectForProcess(layerIndexes, featurePipe, caps)); in LayerSelectForProcess()
3311 VP_PUBLIC_CHK_STATUS_RETURN(fcHandler->LayerSelectForProcess(layerIndexes, featurePipe, caps)); in LayerSelectForProcess()