/external/skia/include/core/ |
SkFilterQuality.h | 21 kHigh_SkFilterQuality //!< slowest but highest quality, typically bicubic or better
|
/external/libvncserver/x11vnc/ |
rates.c | 77 double slowest = -1.0, rate; local 104 if (slowest == -1.0 || rate < slowest) { 105 slowest = rate; 115 if (slowest == -1.0) { 116 slowest = save_rate; 118 save_rate = slowest; 121 irate = (int) (slowest/1000.0); 128 if (0) fprintf(stderr, "get_rate(%d) %d %.3f/%.3f\n", which, irate, save_rate, slowest); 138 double slowest = -1.0, lat local [all...] |
/frameworks/base/services/core/java/com/android/server/location/ |
LocationRequestStatistics.java | 101 // The slowest interval this package has ever requested. 172 * Returns the slowest interval that has been tracked.
|
/frameworks/base/docs/html/tools/performance/hierarchy-viewer/ |
profiling.jd | 112 <li><strong>Red</strong> means the view is among the slowest 142 slowest node; make sure it is the node you expect.
|
/external/skia/tests/ |
PathOpsSkpClipTest.cpp | 779 SkTDArray<SortByTime*> slowest; local 781 *slowest.append() = &state.fSlowest[index]; 783 if (slowest.count() > 0) { 784 SkTQSort<SortByTime>(slowest.begin(), slowest.end() - 1); 785 for (int index = 0; index < slowest.count(); ++index) { 786 const TestResult& result = *slowest[index]; [all...] |
/external/v8/tools/testrunner/server/ |
local_handler.py | 109 # - slowest test(s)
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
onyx.h | 99 * 0 best quality/slowest decode, 3 lowest quality/fastest decode
|
/external/libvpx/libvpx/vp8/common/ |
onyx.h | 99 * 0 best quality/slowest decode, 3 lowest quality/fastest decode
|
/external/valgrind/docs/internals/ |
t-chaining-notes.txt | 105 Most general and slowest kind. Can transfer to anywhere, but
|
/external/libavc/encoder/ |
ive2.h | [all...] |
ih264e_structs.h | 372 /** Encoder Speed preset - Value between 0 (slowest) and 100 (fastest) */ 480 /** ME speed preset - Value between 0 (slowest) and 100 (fastest) */ [all...] |
/frameworks/base/docs/html/tools/debugging/ |
debugging-ui.jd | 262 Red: For this part of the render time, this View is the slowest one in the tree. 342 slowest to measure, layout, and draw. From that, you can quickly identify the problems you
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
heapq.py | 424 # General case, slowest method 462 # General case, slowest method
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
heapq.py | 424 # General case, slowest method 462 # General case, slowest method
|
/external/eigen/doc/ |
AsciiQuickReference.txt | 194 x = A.svd() .solve(b)); // Stable, slowest. #include <Eigen/SVD>
|
/external/icu/icu4c/source/common/ |
ubidiwrt.c | 243 * general and the slowest copying of an RTL run.
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
BidiWriter.java | 185 * general and the slowest copying of an RTL run.
|
/frameworks/native/cmds/flatland/ |
Main.cpp | 613 // The slowest 1/outlierFraction sample results are ignored as potential
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_onyx_int.h | 190 // 0 - best quality/slowest decode,
|
/external/webp/ |
README | 156 -m <int> ............... compression method (0=fast, 6=slowest) 346 -m <int> ............... compression method (0=fast, 6=slowest)
|
/external/libavc/test/encoder/ |
main.c | 160 { "--", "--speed", ENC_SPEED, "Encoder speed preset 0 (slowest) and 100 (fastest)\n" }, 161 { "--", "--me_speed", ME_SPEED, "Encoder speed preset 0 (slowest) and 100 (fastest)\n" }, 380 else if((strcmp(value, "SLOWEST")) == 0) [all...] |
/external/webp/src/enc/ |
vp8enci.h | 449 int method_; // 0=fastest, 6=best/slowest.
|
/external/zlib/src/doc/ |
rfc1950.txt | 309 3 - compressor used maximum compression, slowest algorithm
|
/frameworks/base/core/java/android/hardware/input/ |
InputManager.java | 133 * Pointer Speed: The minimum (slowest) pointer speed (-7).
|
/frameworks/base/docs/html/training/articles/ |
perf-tips.jd | 229 <p><code>zero()</code> is slowest, because the JIT can't yet optimize away
|