| /external/libvpx/libvpx/vp9/encoder/ |
| vp9_onyx_if.c | 707 int speed = cpi->speed; local 782 sf->recode_loop = (speed < 1); 784 if (speed == 1) { 805 if (speed == 2) { 844 if (speed == 3) { 879 if (speed == 4) { 918 if (speed == 5) { 953 // Set rd thresholds based on mode and speed setting 985 frames_at_speed[cpi->speed]++ [all...] |
| /external/ppp/pppd/ |
| pppd.h | 221 extern int baud_rate; /* Current link speed in bits/sec */ 280 extern int inspeed; /* Input/Output speed requested */ 602 void set_up_tty __P((int, int)); /* Set up port's speed, parameters, etc. */ [all...] |
| /external/protobuf/src/google/protobuf/stubs/ |
| strutil.h | 264 // non-speed-critical code like logging messages etc. 325 // These are intended for speed. FastIntToBuffer() assumes the 377 // Like the Fast*ToBuffer() functions above, these are intended for speed.
|
| /external/qemu/hw/ |
| usb-hid.c | 854 s->dev.speed = USB_SPEED_FULL; 875 s->dev.speed = USB_SPEED_FULL; 896 s->dev.speed = USB_SPEED_FULL;
|
| /external/skia/include/core/ |
| SkRect.h | 234 For speed, this method does not check if either this or the specified 282 rectangle. For speed, no check to see if a or b are empty is performed. 453 // use bit-or for speed, since we don't care about short-circuting the
|
| /frameworks/base/core/java/android/widget/ |
| OverScroller.java | 69 * @param flywheel If true, successive fling motions will keep on increasing scroll speed. 106 * @param flywheel If true, successive fling motions will keep on increasing scroll speed. [all...] |
| /frameworks/base/wifi/java/android/net/wifi/ |
| WifiMonitor.java | 129 * CTRL-EVENT-LINK-SPEED x Mb/s 131 * {@code x} is the link speed in Mb/sec. 133 private static final String LINK_SPEED_STR = "LINK-SPEED"; [all...] |
| /packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/ |
| OverScrollerSGV.java | 73 * @param flywheel If true, successive fling motions will keep on increasing scroll speed. 110 * @param flywheel If true, successive fling motions will keep on increasing scroll speed. [all...] |
| /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
| OverScroller.java | 69 * @param flywheel If true, successive fling motions will keep on increasing scroll speed. 108 * @param flywheel If true, successive fling motions will keep on increasing scroll speed. [all...] |
| /packages/apps/LegacyCamera/src/com/android/camera/panorama/ |
| PanoramaActivity.java | 105 // Speed is in unit of deg/sec 525 // Check if the activity is paused here can speed up the onPause() process. 663 // TODO: Now we just display warning message by the panning speed. [all...] |
| /art/runtime/gc/accounting/ |
| mod_union_table.cc | 127 // exit should significantly speed this up.
|
| /art/runtime/mirror/ |
| class-inl.h | 215 // TODO cache to improve lookup speed
|
| /bionic/libc/include/arpa/ |
| telnet.h | 110 #define TELOPT_TSPEED 32 /* terminal speed */
|
| /bionic/libc/kernel/common/linux/ |
| ethtool.h | 27 __u16 speed; member in struct:ethtool_cmd
|
| /development/ndk/platforms/android-9/include/arpa/ |
| telnet.h | 110 #define TELOPT_TSPEED 32 /* terminal speed */
|
| /development/samples/devbytes/animation/ListViewItemAnimations/src/com/example/android/listviewitemanimations/ |
| ListViewItemAnimations.java | 182 * to send the item off or back at an appropriate speed.
|
| /device/asus/flo/camera/mm-image-codec/qexif/ |
| qexif.h | 435 // Speed Unit 446 // Speed of GPS receiver [all...] |
| /docs/source.android.com/src/devices/ |
| tuning.jd | 159 Lookup gamma corrections function best on GPUs with limited shader math. Shader gamma corrections are best to save memory. We recommend using the default <code>lookup</code> technique, which offers a good compromise in terms of quality, speed, and memory usage.
|
| /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
| Lexer.as | 33 * of speed.
|
| /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
| Lexer.cs | 40 * of speed.
|
| /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
| Lexer.cs | 41 * of speed.
|
| /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
| Lexer.java | 33 * of speed.
|
| /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
| Lexer.js | 4 * of speed.
|
| /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/ |
| CommonTreeNodeStream.js | 11 * jump around a lot or for tree parsers requiring speed (at cost of memory).
|
| /external/apache-http/src/org/apache/http/impl/client/ |
| DefaultHttpClient.java | 99 * speed and save battery. See the <a
|