/frameworks/av/media/libstagefright/codecs/aacenc/src/ |
adj_thr.c | 19 Content: Threshold compensation functions 66 * description: loudness calculation (threshold to the power of redExp) 171 Word32 threshold; local 203 threshold = HOLE_THR_LONG; 205 threshold = HOLE_THR_SHORT; 229 tmpMinSnr = max(tmpMinSnr, threshold); 385 /* threshold reduction formula */ 473 /* new threshold */ 480 reduce threshold 488 increase threshold [all...] |
/frameworks/av/media/libstagefright/httplive/ |
PlaylistFetcher.cpp | 523 // the remaining time is too short (within a resume threshold) stop immediately 552 // Don't resume if we would stop within a resume threshold. 1376 int64_t durationUs, threshold; local [all...] |
/frameworks/base/services/java/com/android/server/ |
AssetAtlasService.java | 683 int threshold = (int) (pixelCount * PACKING_THRESHOLD); local 685 while (threshold > MAX_SIZE * MAX_SIZE) { 686 threshold >>= 1; 688 mThreshold = threshold;
|
DeviceStorageMonitorService.java | 54 * than a tunable threshold value (a secure settings parameter; 65 * storage differential goes below a threshold (again a secure 111 // This is the raw threshold that has been set at which we consider 114 // This is the threshold at which we start trying to flush caches 115 // to get below the low threshold limit. It is less than the low 116 // threshold; we will allow storage to get a bit beyond the limit 119 // This is the threshold that we try to get to when deleting cache 120 // files. This is greater than the low threshold so that we will flush 197 // Read the reporting threshold from secure settings 198 long threshold = Settings.Global.getLong(mResolver local [all...] |
/hardware/ti/wpan/tools/kfmapp/ |
kfmapp.c | 120 printf("? <(0)-(127)> set RSSI threshold\n"); 121 printf("g? get rssi threshold\n"); 751 printf("Current FM RSSI threshold level is %d \n", 771 printf("Failed to set FM RSSI threshold level\n"); 775 printf("FM RSSI threshold level is set to %d\n", atoi(cmd)); 1021 freq,perc,threshold,divide_by; local 1038 threshold = FMAPP_ASCAN_SIGNAL_THRESHOLD_PER; 1073 if ((perc*100.0) > threshold) [all...] |
/libcore/luni/src/main/java/java/util/ |
HashMap.java | 109 * The table is rehashed when its size exceeds this threshold. 114 private transient int threshold; field in class:HashMap 127 threshold = -1; // Forces first put invocation to replace EMPTY_TABLE 147 threshold = -1; // Forces first put() to replace EMPTY_TABLE 243 // Restore clone to empty state, retaining our capacity and threshold 418 if (size++ > threshold) { 565 * Allocate a table of the given capacity and set the threshold accordingly. 572 threshold = (newCapacity >> 1) + (newCapacity >> 2); // 3/4 capacity [all...] |
Hashtable.java | 88 * The table is rehashed when its size exceeds this threshold. 93 private transient int threshold; field in class:Hashtable 107 threshold = -1; // Forces first put invocation to replace EMPTY_TABLE 126 threshold = -1; // Forces first put() to replace EMPTY_TABLE 221 // Restore clone to empty state, retaining our capacity and threshold 378 if (size++ > threshold) { 483 * Allocate a table of the given capacity and set the threshold accordingly. 490 threshold = (newCapacity >> 1) + (newCapacity >> 2); // 3/4 capacity [all...] |
/libcore/luni/src/main/java/java/util/concurrent/ |
ConcurrentHashMap.java | 313 * The table is rehashed when its size exceeds this threshold. 317 transient int threshold; field in class:ConcurrentHashMap.Segment 327 Segment(float lf, int threshold, HashEntry<K,V>[] tab) { 329 this.threshold = threshold; 361 if (c > threshold && tab.length < MAXIMUM_CAPACITY) 390 * Statistically, at the default threshold, only about 402 threshold = (int)(newCapacity * loadFactor); 647 int threshold = (int)(cap * lf); local 651 Segment<K,V> s = new Segment<K,V>(lf, threshold, tab) [all...] |
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_feature_detection.cpp | 1631 float max_val,threshold; local 1730 float max_val,threshold; local [all...] |
/packages/apps/Camera2/jni/feature_stab/db_vlvm/ |
db_feature_detection.cpp | 1631 float max_val,threshold; local 1730 float max_val,threshold; local [all...] |
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_feature_detection.cpp | 1631 float max_val,threshold; local 1730 float max_val,threshold; local [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
ConversationListView.java | 132 // Calculate distance threshold for triggering a sync based on 134 float threshold = (displayMetrics.heightPixels) / mDensity / 2.5f; local 136 Math.min(threshold, MAX_DISTANCE_TO_TRIGGER_SYNC), 219 // Sync is triggered when tap and drag distance goes over a certain threshold
|
/external/chromium/chrome/browser/ui/views/tabs/ |
dragged_tab_controller.cc | 706 int threshold = kVerticalMoveThreshold; local 710 // Determine the horizontal move threshold. This is dependent on the width 712 // the threshold. 716 threshold = static_cast<int>(ratio * kHorizontalMoveThreshold); 728 last_move_screen_loc_) > threshold || [all...] |
/external/chromium_org/chrome/browser/ui/views/tabs/ |
tab_drag_controller.cc | 1048 int threshold = kHorizontalMoveThreshold; local [all...] |
/external/chromium_org/third_party/freetype/src/autofit/ |
aflatin2.c | 300 /* same Y coordinate. Threshold the `closeness'... */ 566 FT_Pos threshold; local 575 threshold = 40; 582 threshold = 52; 584 fitted = ( scaled + threshold ) & ~63; [all...] |
/external/chromium_org/third_party/opus/src/src/ |
opus_encoder.c | 111 middle (memoriless) threshold. The second column is the hysteresis 137 /* Threshold bit-rates for switching between mono and stereo */ 141 /* Threshold bit-rate for switching between SILK/hybrid and CELT-only */ 1284 int threshold, hysteresis; local [all...] |
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
tcmalloc.cc | 183 // infinite loop. So by default we set the threshold to a huge number 196 "trace to be dumped to stderr. The threshold for " 198 "every time we print a message so that the threshold " 1046 const int64 threshold = large_alloc_threshold; local [all...] |
/external/freetype/src/autofit/ |
aflatin2.c | 300 /* same Y coordinate. Threshold the `closeness'... */ 566 FT_Pos threshold; local 575 threshold = 40; 582 threshold = 52; 584 fitted = ( scaled + threshold ) & ~63; [all...] |
/external/opencv/cv/include/ |
cvtypes.h | 342 float* threshold; member in struct:CvHaarClassifier 352 float threshold; member in struct:CvHaarStageClassifier
|
/external/opencv/cv/src/ |
mycvHaarDetectObjects.cpp | 69 int threshold; member in struct:MyCvHidHaarTreeNode 89 float threshold; member in struct:MyCvHidHaarStageClassifier 270 hid_stage_classifier->threshold = stage_classifier->threshold - icv_stage_threshold_bias; 300 node->threshold = (int)((classifier->threshold[l]) * 65536.0); 351 ipp_thresholds[j] = classifier->threshold[0]; 411 double t = node->threshold * variance_norm_factor; 534 // if( stage_sum >= ptr->threshold ) 562 int t = node->threshold * variance_norm_factor [all...] |
/frameworks/base/core/java/android/app/ |
ActivityManager.java | 1213 public long threshold; field in class:ActivityManager.MemoryInfo [all...] |
/packages/apps/VoiceDialer/src/com/android/voicedialer/ |
VoiceDialerActivity.java | 629 private static final int THRESHOLD = 8; // absolute pseudo energy threshold 650 int threshold = THRESHOLD*sampleCount; // absolute energy threshold local 678 if (energy > threshold && energy > (prevE * 2) && prevE != 0) { 679 // rising edge if energy doubled and > abs threshold 685 if (energy < threshold || energy < (prevE / 2)){ 700 if (energy < threshold || energy < (peak / 2)) { [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/ |
XInput.h | 496 int threshold; member in struct:__anon36917 570 int threshold; member in struct:__anon36923 [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
XInput.h | 496 int threshold; member in struct:__anon38507 570 int threshold; member in struct:__anon38513 [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
XInput.h | 496 int threshold; member in struct:__anon40022 570 int threshold; member in struct:__anon40028 [all...] |