Home
last modified time | relevance | path

Searched refs:minFreq (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/utils/
H A Dcpu_util.cpp132 .minFreq = GetIntegerFromFile(cpuMinFreqPath), in GetCpuFrequency()
137 i, cpuFreq.cpuId, cpuFreq.minFreq, cpuFreq.maxFreq); in GetCpuFrequency()
/ohos5.0/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/resource/
H A Dcpu.h49 uint32_t minFreq = 0; member
/ohos5.0/base/sensors/sensor/vibration_convert/core/algorithm/conversion/include/
H A Dconversion_mfcc.h32 double minFreq { 0.0 };
/ohos5.0/base/sensors/sensor/vibration_convert/core/algorithm/conversion/src/
H A Dconversion_mfcc.cpp63 minFreq_ = para.minFreq; in Init()
229 double fMin = para.minFreq; in FiltersMel()
/ohos5.0/base/hiviewdfx/hiview/test/unittest/unified_collection/utility/
H A Dcpu_collector_test.cpp140 << cpuFreqs[i].minFreq << ", maxFreq=" << cpuFreqs[i].maxFreq << std::endl;
143 ASSERT_GT(cpuFreqs[i].minFreq, 0);
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Dshell_catcher.cpp293 …", minFreq=" + std::to_string(cpuFreqs[i].minFreq) + ", maxFreq=" + std::to_string(cpuFreqs[i].max… in GetCpuCoreFreqInfo()