Home
last modified time | relevance | path

Searched refs:m_perfStatisticCount (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/intel-media-driver/cmrtlib/agnostic/hardware/
H A Dcm_perf_statistics.cpp35 m_perfStatisticCount = 0; in CmPerfStatistics()
88 for( index = 0 ; index < m_perfStatisticCount ; index ++) in InsertPerfStatistic()
106 if(index == m_perfStatisticCount) in InsertPerfStatistic()
115 m_perfStatisticCount ++; in InsertPerfStatistic()
169 for(uint32_t i=0 ; i< m_perfStatisticCount; i++) in DumpPerfStatisticRecords()
H A Dcm_perf_statistics.h114 uint32_t m_perfStatisticCount; variable