Home
last modified time | relevance | path

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

12

/frameworks/av/media/libaaudio/src/fifo/
DFifoControllerBase.cpp26 FifoControllerBase::FifoControllerBase(fifo_frames_t capacity, fifo_frames_t threshold) in FifoControllerBase()
61 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/
DConfigTtl_e2e_test.cpp31 StatsdConfig CreateStatsdConfig(int num_buckets, int threshold) { in CreateStatsdConfig()
61 const int threshold = 3; in TEST() local
DAnomaly_count_e2e_test.cpp31 StatsdConfig CreateStatsdConfig(int num_buckets, int threshold) { in CreateStatsdConfig()
58 const int threshold = 3; in TEST() local
161 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/base/packages/SystemUI/src/com/android/systemui/glwallpaper/
DImageWallpaperRenderer.java132 float threshold = mImageProcessHelper.getThreshold(); in onDrawFrame() local
136 glUniform1f(mWallpaper.getHandle(ImageGLWallpaper.U_PER85), threshold); in onDrawFrame() local
DImageProcessHelper.java191 float threshold = DEFAULT_OTSU_THRESHOLD; in compute() 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.cpp183 uint32_t threshold = descriptor->capacityInFrames / 2; in configure() 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/core/java/android/os/
DLooper.java269 private static boolean showSlowLog(long threshold, long measureStart, long measureEnd, in showSlowLog()
/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/view/textclassifier/
DTextClassifierImpl.java513 final float threshold = getLangIdThreshold(); in detectLanguageTagsFromText() local
721 final float threshold = getLangIdThreshold(); in generateLanguageBundles() 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/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
/frameworks/native/cmds/flatland/
DMain.cpp610 const double threshold = .0025; in runTest() local
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityGestureDetector.java321 final long threshold = mGestureStarted ? in onMotionEvent() local
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerConstants.java488 final long threshold = enabled ? mSystemServerAutomaticHeapDumpPssThresholdBytes : 0; in updateEnableAutomaticSystemServerHeapDumps() local
/frameworks/base/core/java/com/android/internal/widget/helper/
DItemTouchHelper.java825 final float threshold = mCallback.getMoveThreshold(viewHolder); in moveIfNecessary() local
1214 final float threshold = mRecyclerView.getWidth() * mCallback in checkHorizontalSwipe() local
1241 final float threshold = mRecyclerView.getHeight() * mCallback in checkVerticalSwipe() local

12