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 D | vp_fc_wrap_filter.cpp | 236 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 D | vp_fc_wrap_filter.h | 75 …virtual MOS_STATUS LayerSelectForProcess(std::vector<int> &layerIndexes, SwFilterPipe &featurePipe…
|
H A D | vp_hdr_render_filter.h | 131 …virtual MOS_STATUS LayerSelectForProcess(std::vector<int> &layerIndexes, SwFilterPipe &featurePipe…
|
H A D | vp_fc_filter.h | 179 …virtual MOS_STATUS LayerSelectForProcess(std::vector<int> &layerIndexes, SwFilterPipe& featurePipe…
|
H A D | vp_hdr_render_filter.cpp | 347 MOS_STATUS PolicyRenderHdrHandler::LayerSelectForProcess(std::vector<int> &layerIndexes, SwFilterPi… in LayerSelectForProcess() function in vp::PolicyRenderHdrHandler
|
H A D | vp_fc_filter.cpp | 1113 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 D | policy.h | 130 …virtual MOS_STATUS LayerSelectForProcess(std::vector<int> &layerIndexes, SwFilterPipe& featurePipe…
|
H A D | policy.cpp | 2872 …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()
|