Home
last modified time | relevance | path

Searched defs:threshold (Results 1 – 25 of 37) sorted by relevance

12

/frameworks/av/media/libaaudio/src/fifo/
DFifoControllerBase.cpp26 FifoControllerBase::FifoControllerBase(fifo_frames_t capacity, fifo_frames_t threshold) in FifoControllerBase()
67 void FifoControllerBase::setThreshold(fifo_frames_t threshold) { in setThreshold()
DFifoController.h33 FifoController(fifo_frames_t bufferSize, fifo_frames_t threshold) in FifoController()
DFifoControllerIndirect.h37 fifo_frames_t threshold, in FifoControllerIndirect()
DFifoBuffer.cpp183 void FifoBuffer::setThreshold(fifo_frames_t threshold) { in setThreshold()
/frameworks/base/cmds/statsd/tests/e2e/
DAnomaly_count_e2e_test.cpp32 StatsdConfig CreateStatsdConfig(int num_buckets, int threshold, int refractory_period_sec) { in CreateStatsdConfig()
59 const int threshold = 3; in TEST() local
176 const int threshold = 3; in TEST() local
246 const int threshold = 0; in TEST() local
271 const int threshold = 0; in TEST() local
334 const int threshold = 0; in TEST() local
DConfigTtl_e2e_test.cpp31 StatsdConfig CreateStatsdConfig(int num_buckets, int threshold) { in CreateStatsdConfig()
61 const int threshold = 3; in TEST() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
DProximityEvaluator.java22 float threshold = 0.1f; in evaluate() local
/frameworks/av/media/libaaudio/tests/
Dtest_atomic_fifo.cpp34 constexpr int threshold = 47; in TEST() local
78 constexpr int threshold = capacity; in TEST() local
111 explicit TestFifoBuffer(fifo_frames_t capacity, fifo_frames_t threshold = 0) in TestFifoBuffer()
367 constexpr int threshold = 37; // arbitrary in TEST() local
/frameworks/native/services/surfaceflinger/Scheduler/
DLayerHistory.cpp41 bool isLayerActive(const Layer& layer, const LayerInfo& info, nsecs_t threshold) { in isLayerActive()
145 const nsecs_t threshold = getActiveLayerThreshold(now); in partitionLayers() local
DLayerHistoryV2.cpp42 bool isLayerActive(const Layer& layer, const LayerInfoV2& info, nsecs_t threshold) { in isLayerActive()
158 const nsecs_t threshold = getActiveLayerThreshold(now); in partitionLayers() local
DLayerInfo.h119 const nsecs_t threshold = now - MAX_FREQUENT_LAYER_PERIOD_NS.count(); in isFrequent() local
/frameworks/base/libs/hwui/utils/
DMathUtils.h75 float threshold) { in divisionsNeededToApproximateArc()
/frameworks/av/media/libeffects/dynamicsproc/dsp/
DDPBase.cpp91 float ratio, float threshold, float kneeWidth, float noiseGateThreshold, in init()
166 float ratio, float threshold, float postGain) { in init()
DDPBase.h139 void setThreshold(float threshold) { in setThreshold()
239 void setThreshold(float threshold) { in setThreshold()
/frameworks/av/media/libaaudio/src/client/
DAudioEndpoint.cpp176 uint32_t threshold = descriptor->capacityInFrames / 2; in configure() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/sensors/
DProximitySensor.java74 float threshold = 0; in ProximitySensor() local
/frameworks/base/core/java/com/android/internal/widget/
DDrawableHolder.java128 final float threshold = 1.0f / 256.0f; // contribution less than 1 LSB of RGB byte in draw() local
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/utils/
DPowerUtil.java259 public static long roundTimeToNearestThreshold(long drainTime, long threshold) { in roundTimeToNearestThreshold()
/frameworks/base/core/java/android/os/
DLooper.java276 private static boolean showSlowLog(long threshold, long measureStart, long measureEnd, in showSlowLog()
/frameworks/base/services/tests/servicestests/src/com/android/server/power/
DThermalManagerServiceTest.java401 Float threshold = watcher.mSevereThresholds.get("skin1"); in testTemperatureWatcherUpdateSevereThresholds() local
/frameworks/base/core/tests/coretests/src/android/hardware/display/
DVirtualDisplayTest.java483 final int threshold = width * height / 4; in scanImage() local
/frameworks/base/core/tests/coretests/src/android/view/
DVelocityTest.java274 private void assertEqualFuzzy(float expected, float actual, float threshold) { in assertEqualFuzzy()
/frameworks/av/media/libaaudio/examples/loopback/src/analyzer/
DGlitchAnalyzer.h68 static const double threshold = 1.0e-14; in getSignalToNoiseDB() local
/frameworks/base/services/core/java/com/android/server/power/
DThermalManagerService.java1093 TemperatureThreshold threshold = thresholds.get(t); in updateSevereThresholds() local
1223 Float threshold = mSevereThresholds.get(name); in getForecast() local
/frameworks/av/media/libeffects/dynamicsproc/
DEffectDynamicsProcessing.cpp1177 const float threshold = values[5].f; in DP_setParameter() local
1229 const float threshold = values[6].f; in DP_setParameter() local

12