Home
last modified time | relevance | path

Searched refs:m_pcComponentUserFeatureKeys (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/os/
H A Dmos_util_debug.cpp63 const char* MosUtilDebug::m_pcComponentUserFeatureKeys[MOS_COMPONENT_COUNT][3] = { member in MosUtilDebug
242 messageKey = m_pcComponentUserFeatureKeys[compID][0]; in MosMessageInitComponent()
243 bySubComponentsKey = m_pcComponentUserFeatureKeys[compID][1]; in MosMessageInitComponent()
244 subComponentsKey = m_pcComponentUserFeatureKeys[compID][2]; in MosMessageInitComponent()
H A Dmos_util_debug_next.h263 static const char* m_pcComponentUserFeatureKeys[MOS_COMPONENT_COUNT][3]; variable
H A Dmos_util_debug.h576 static const char* m_pcComponentUserFeatureKeys[MOS_COMPONENT_COUNT][3]; variable