Home
last modified time | relevance | path

Searched refs:AddFeatureGraphRTLog (Results 1 – 4 of 4) sorted by relevance

/external/intel-media-driver/media_softlet/agnostic/common/vp/hal/feature_manager/
Dsw_filter.h367 virtual MOS_STATUS AddFeatureGraphRTLog() in AddFeatureGraphRTLog() function
428 virtual MOS_STATUS AddFeatureGraphRTLog() in AddFeatureGraphRTLog() function
527 virtual MOS_STATUS AddFeatureGraphRTLog() in AddFeatureGraphRTLog() function
574 virtual MOS_STATUS AddFeatureGraphRTLog() in AddFeatureGraphRTLog() function
635 virtual MOS_STATUS AddFeatureGraphRTLog() in AddFeatureGraphRTLog() function
679 virtual MOS_STATUS AddFeatureGraphRTLog() in AddFeatureGraphRTLog() function
734 virtual MOS_STATUS AddFeatureGraphRTLog() in AddFeatureGraphRTLog() function
769 virtual MOS_STATUS AddFeatureGraphRTLog() in AddFeatureGraphRTLog() function
799 virtual MOS_STATUS AddFeatureGraphRTLog() in AddFeatureGraphRTLog() function
919 virtual MOS_STATUS AddFeatureGraphRTLog() in AddFeatureGraphRTLog() function
[all …]
Dsw_filter_pipe.cpp86 MOS_STATUS SwFilterSubPipe::AddFeatureGraphRTLog() in AddFeatureGraphRTLog() function in SwFilterSubPipe
94 VP_PUBLIC_CHK_STATUS_RETURN(featureSet->AddFeatureGraphRTLog()); in AddFeatureGraphRTLog()
97 VP_PUBLIC_CHK_STATUS_RETURN(m_UnorderedFilters.AddFeatureGraphRTLog()); in AddFeatureGraphRTLog()
1165 VP_PUBLIC_CHK_STATUS_RETURN(AddFeatureGraphRTLog(true, i)); in AddRTLog()
1170 VP_PUBLIC_CHK_STATUS_RETURN(AddFeatureGraphRTLog(false, i)); in AddRTLog()
1176 MOS_STATUS SwFilterPipe::AddFeatureGraphRTLog(bool isInputPipe, uint32_t pipeIndex) in AddFeatureGraphRTLog() function in SwFilterPipe
1207 VP_PUBLIC_CHK_STATUS_RETURN(inputPipe->AddFeatureGraphRTLog()); in AddFeatureGraphRTLog()
1231 VP_PUBLIC_CHK_STATUS_RETURN(outputPipe->AddFeatureGraphRTLog()); in AddFeatureGraphRTLog()
Dsw_filter_pipe.h75 MOS_STATUS AddFeatureGraphRTLog();
174 MOS_STATUS AddFeatureGraphRTLog(bool isInputPipe, uint32_t pipeIndex);
Dsw_filter.cpp2254 MOS_STATUS SwFilterSet::AddFeatureGraphRTLog() in AddFeatureGraphRTLog() function in SwFilterSet
2262 swFilter.second->AddFeatureGraphRTLog(); in AddFeatureGraphRTLog()