HomeSort by relevance Sort by last modified time
    Searched refs:thresholds (Results 1 - 25 of 48) sorted by null

1 2

  /device/google/marlin/
thermal-engine-marlin-vr.conf 5 thresholds 60000
14 thresholds 58000
thermal-engine-marlin.conf 5 thresholds 60000
54 thresholds 56000 58000
  /hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalUtils.java 122 public static int calculateThermalState(int temp, Integer thresholds[]) {
123 if (thresholds == null) return THERMAL_STATE_OFF;
124 // Return OFF state if temperature less than starting of thresholds
125 if (temp < thresholds[0])
128 if (temp >= thresholds[thresholds.length - 2])
129 return (thresholds.length - 2);
131 for (int i = 0; i < thresholds.length - 1; i++) {
132 if (temp >= thresholds[i] && temp < thresholds[i + 1])
    [all...]
  /device/huawei/angler/
thermal-engine-angler.conf 12 thresholds 42000 43000 44000 45000 46000 66000
21 thresholds 42000 43000 44000 46000 48000
30 thresholds 42000 43000 44000
39 thresholds 48000
48 thresholds 40000 42000 45000 53000
58 thresholds 42000
167 thresholds 107000 127000
176 thresholds 5000
186 thresholds 5000
196 thresholds 500
    [all...]
  /external/valgrind/massif/tests/
thresholds_0_0.post.exp 2 Command: ./thresholds
49 ->66.50% (53,200B) 0x........: my_malloc1 (thresholds.c:23)
50 | ->60.00% (48,000B) 0x........: a7550 (thresholds.c:38)
51 | | ->60.00% (48,000B) 0x........: main (thresholds.c:52)
53 | ->05.00% (4,000B) 0x........: main (thresholds.c:54)
55 | ->01.00% (800B) 0x........: a450 (thresholds.c:45)
56 | | ->01.00% (800B) 0x........: main (thresholds.c:53)
58 | ->00.50% (400B) 0x........: a450 (thresholds.c:47)
59 | ->00.50% (400B) 0x........: main (thresholds.c:53)
61 ->20.00% (16,000B) 0x........: main (thresholds.c:55
    [all...]
thresholds_5_0.post.exp 2 Command: ./thresholds
49 ->66.50% (53,200B) 0x........: my_malloc1 (thresholds.c:23)
50 | ->60.00% (48,000B) 0x........: a7550 (thresholds.c:38)
51 | | ->60.00% (48,000B) 0x........: main (thresholds.c:52)
53 | ->05.00% (4,000B) 0x........: main (thresholds.c:54)
57 ->20.00% (16,000B) 0x........: main (thresholds.c:55)
59 ->13.00% (10,400B) 0x........: my_malloc2 (thresholds.c:28)
60 | ->09.00% (7,200B) 0x........: a7550 (thresholds.c:39)
61 | | ->09.00% (7,200B) 0x........: main (thresholds.c:52)
thresholds_0_10.post.exp 2 Command: ./thresholds
49 ->66.50% (53,200B) 0x........: my_malloc1 (thresholds.c:23)
50 | ->60.00% (48,000B) 0x........: a7550 (thresholds.c:38)
51 | | ->60.00% (48,000B) 0x........: main (thresholds.c:52)
55 ->20.00% (16,000B) 0x........: main (thresholds.c:55)
57 ->13.00% (10,400B) 0x........: my_malloc2 (thresholds.c:28)
thresholds_10_0.post.exp 2 Command: ./thresholds
49 ->66.50% (53,200B) 0x........: my_malloc1 (thresholds.c:23)
50 | ->60.00% (48,000B) 0x........: a7550 (thresholds.c:38)
51 | | ->60.00% (48,000B) 0x........: main (thresholds.c:52)
55 ->20.00% (16,000B) 0x........: main (thresholds.c:55)
57 ->13.00% (10,400B) 0x........: my_malloc2 (thresholds.c:28)
thresholds_10_10.post.exp 2 Command: ./thresholds
49 ->66.50% (53,200B) 0x........: my_malloc1 (thresholds.c:23)
50 | ->60.00% (48,000B) 0x........: a7550 (thresholds.c:38)
51 | | ->60.00% (48,000B) 0x........: main (thresholds.c:52)
55 ->20.00% (16,000B) 0x........: main (thresholds.c:55)
57 ->13.00% (10,400B) 0x........: my_malloc2 (thresholds.c:28)
thresholds_5_10.post.exp 2 Command: ./thresholds
49 ->66.50% (53,200B) 0x........: my_malloc1 (thresholds.c:23)
50 | ->60.00% (48,000B) 0x........: a7550 (thresholds.c:38)
51 | | ->60.00% (48,000B) 0x........: main (thresholds.c:52)
55 ->20.00% (16,000B) 0x........: main (thresholds.c:55)
57 ->13.00% (10,400B) 0x........: my_malloc2 (thresholds.c:28)
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_deblocking.c 173 static void FilterLuma(u8 *data, bS_t *bS, edgeThreshold_t *thresholds,
176 static void FilterChroma(u8 *cb, u8 *cr, bS_t *bS, edgeThreshold_t *thresholds,
179 static void FilterVerLumaEdge( u8 *data, u32 bS, edgeThreshold_t *thresholds,
181 static void FilterHorLumaEdge( u8 *data, u32 bS, edgeThreshold_t *thresholds,
183 static void FilterHorLuma( u8 *data, u32 bS, edgeThreshold_t *thresholds,
186 static void FilterVerChromaEdge( u8 *data, u32 bS, edgeThreshold_t *thresholds,
188 static void FilterHorChromaEdge( u8 *data, u32 bS, edgeThreshold_t *thresholds,
190 static void FilterHorChroma( u8 *data, u32 bS, edgeThreshold_t *thresholds,
194 edgeThreshold_t *thresholds,
199 edgeThreshold_t *thresholds,
587 edgeThreshold_t thresholds[3]; local
    [all...]
  /external/ImageMagick/MagickCore/
threshold.c 96 #define ThresholdsFilename "thresholds.xml"
124 "<thresholds>"
138 "</thresholds>";
534 const char *thresholds,ExceptionInfo *exception)
563 if (thresholds == (const char *) NULL)
570 flags=ParseGeometry(thresholds,&geometry_info);
952 *thresholds;
957 thresholds=NewXMLTree(xml,exception);
958 if (thresholds == (XMLTreeInfo *) NULL)
960 for (threshold=GetXMLTreeChild(thresholds,"threshold")
940 *thresholds; local
1136 *thresholds; local
    [all...]
  /prebuilts/go/darwin-x86/src/math/big/
calibrate_test.go 6 // given different Karatsuba thresholds. The result may be
38 fmt.Printf("Multiplication times for varying Karatsuba thresholds\n")
45 // thresholds
77 count = 10 // this many extra measurements after we got both thresholds
  /prebuilts/go/linux-x86/src/math/big/
calibrate_test.go 6 // given different Karatsuba thresholds. The result may be
38 fmt.Printf("Multiplication times for varying Karatsuba thresholds\n")
45 // thresholds
77 count = 10 // this many extra measurements after we got both thresholds
  /external/valgrind/cachegrind/
cg_annotate.in 118 # Thresholds, one for each sort event (or default to 1 if no sort events
121 my @thresholds;
196 # Nb: You can specify thresholds individually, eg.
207 $thresholds[$i] = $th;
210 $thresholds[$i] = 0;
214 @thresholds = ();
378 if (not @thresholds) {
380 push(@thresholds, 100);
382 $thresholds[0] = $single_threshold;
464 print("Thresholds: @thresholds\n")
    [all...]
  /frameworks/base/core/java/android/net/
NetworkAgent.java 194 * Sent by ConnectivityService to inform this network transport of signal strength thresholds
197 * obj = int[] describing signal strength thresholds.
313 ArrayList<Integer> thresholds = local
314 ((Bundle) msg.obj).getIntegerArrayList("thresholds");
315 // TODO: Change signal strength thresholds API to use an ArrayList<Integer>
317 int[] intThresholds = new int[(thresholds != null) ? thresholds.size() : 0];
319 intThresholds[i] = thresholds.get(i);
492 * Called by ConnectivityService to inform this network transport of signal strength thresholds
495 protected void setSignalStrengthThresholds(int[] thresholds) {
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
tns_func.h 72 Word32 *thresholds);
  /external/valgrind/callgrind/
callgrind_annotate.in 134 # Thresholds, one for each sort event (or default to 1 if no sort events
137 my @thresholds;
253 $thresholds[$i] = $th;
256 $thresholds[$i] = 0;
260 @thresholds = ();
488 if (not @thresholds) {
490 push(@thresholds, 0);
492 $thresholds[0] = $single_threshold;
736 print("Thresholds: @thresholds\n")
    [all...]
  /external/aac/libSBRenc/src/
tran_det.h 97 FIXP_DBL thresholds[QMF_CHANNELS]; member in struct:__anon13106
tran_det.cpp 462 FIXP_DBL *RESTRICT thresholds,
530 ? fMult(FL2FXCONST_DBL(0.66f), thresholds[i]) + (fMult(FL2FXCONST_DBL(0.34f), std_val) >> commonScale)
533 thresholds[i] = fixMax(ABS_THRES,temp);
545 FIXP_DBL *RESTRICT thresholds,
584 FIXP_DBL thres = thresholds[i];
586 if((LONG)thresholds[i]>=256)
587 i_thres = (LONG)( (LONG)MAXVAL_DBL / ((((LONG)thresholds[i]))+1) )<<(32-24);
670 h_sbrTran->thresholds,
679 h_sbrTran->thresholds,
    [all...]
  /external/libopus/celt/
bands.h 118 int hysteresis_decision(opus_val16 val, const opus_val16 *thresholds, const opus_val16 *hysteresis, int N, int prev);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_gc.py 211 thresholds = gc.get_threshold()
222 gc.set_threshold(*thresholds)
226 thresholds = gc.get_threshold()
237 gc.set_threshold(*thresholds)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_gc.py 217 thresholds = gc.get_threshold()
228 gc.set_threshold(*thresholds)
232 thresholds = gc.get_threshold()
243 gc.set_threshold(*thresholds)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_gc.py 217 thresholds = gc.get_threshold()
228 gc.set_threshold(*thresholds)
232 thresholds = gc.get_threshold()
243 gc.set_threshold(*thresholds)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gc.py 217 thresholds = gc.get_threshold()
228 gc.set_threshold(*thresholds)
232 thresholds = gc.get_threshold()
243 gc.set_threshold(*thresholds)

Completed in 3239 milliseconds

1 2