Home
last modified time | relevance | path

Searched refs:peak (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/media/libaaudio/examples/loopback/src/
DLoopbackAnalyzer.h494 float peak = 0.0f; in measurePeakAmplitude() local
497 if (pos > peak) { in measurePeakAmplitude()
498 peak = pos; in measurePeakAmplitude()
502 return peak; in measurePeakAmplitude()
651 float peak = 0.0f; in process() local
674 peak = measurePeakAmplitude(inputData, inputChannelCount, numFrames); in process()
676 if (peak > mPulseThreshold) { in process()
682 mMeasuredLoopGain = peak; // assumes original pulse amplitude is one in process()
683 mSilenceThreshold = peak * 0.1; // scale silence to measured pulse in process()
704 peak = measurePeakAmplitude(inputData, inputChannelCount, numFrames); in process()
[all …]
/frameworks/av/media/libnblog/
DReportPerformance.cpp296 for (auto peak = peakTimestamps.begin(); peak != peakTimestamps.end(); ++peak) { in writeToFile() local
297 pfs << *peak; in writeToFile()
298 if (std::next(peak) != end(peakTimestamps)) { in writeToFile()
/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/synthetic/
DTestInterface.java232 float peak = 0.f; in testCPUHeatSoak() local
249 if (peak < p) { in testCPUHeatSoak()
250 peak = p; in testCPUHeatSoak()
259 postTextToView(mTextMin, "Peak " + peak + " per second"); in testCPUHeatSoak()
/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
Dfocus_peak.rscript23 uchar4 __attribute__((kernel)) peak(uint32_t x, uint32_t y) {
/frameworks/hardware/interfaces/stats/1.0/
DIStats.hal46 * confidence that a drop occured, peak detected acceleration, and the
/frameworks/base/core/proto/android/net/
Dnetworkcapabilities.proto118 // Passive link bandwidth. This is a rough guide of the expected peak
/frameworks/native/services/surfaceflinger/sysprop/
DSurfaceFlingerProperties.sysprop340 # keep the display in peak refresh rate as long as display power is not in normal mode.