Searched refs:peak (Results 1 – 9 of 9) sorted by relevance
/frameworks/av/media/libnblog/ |
D | ReportPerformance.cpp | 296 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/ |
D | TestInterface.java | 232 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/av/media/libeffects/visualizer/aidl/ |
D | Visualizer.cpp | 64 MAKE_RANGE(Visualizer, measurement, Visualizer::Measurement({.rms = 1, .peak = 1}), 65 Visualizer::Measurement({.rms = 0, .peak = 0})),
|
D | VisualizerContext.cpp | 171 measure.peak = (peakU16 == 0) ? -9600 : (int32_t)(2000 * log10(peakU16 / 32767.0f)); in getMeasure() 172 LOG(VERBOSE) << __func__ << " peak " << peakU16 << " (" << measure.peak << "mB), rms " << rms in getMeasure()
|
/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/ |
D | focus_peak.rscript | 23 uchar4 __attribute__((kernel)) peak(uint32_t x, uint32_t y) {
|
/frameworks/av/media/libaudiohal/impl/effectsAidlConversion/ |
D | AidlConversionVisualizer.cpp | 172 *reply++ = measure.peak; in visualizerMeasure()
|
/frameworks/hardware/interfaces/stats/1.0/ |
D | IStats.hal | 46 * confidence that a drop occured, peak detected acceleration, and the
|
/frameworks/base/core/proto/android/net/ |
D | networkcapabilities.proto | 103 // Passive link bandwidth. This is a rough guide of the expected peak
|
/frameworks/native/services/surfaceflinger/sysprop/ |
D | SurfaceFlingerProperties.sysprop | 359 # keep the display in peak refresh rate as long as display power is not in normal mode.
|