HomeSort by relevance Sort by last modified time
    Searched full:speed (Results 51 - 75 of 3311) sorted by null

1 23 4 5 6 7 8 91011>>

  /packages/apps/LegacyCamera/jni/
mosaic_renderer_jni.h 10 // The factor below determines the (horizontal) speed at which the viewfinder
13 // same speed as the device.
  /system/core/include/utils/
JenkinsHash.h 18 * optimized for code size and portability, rather than raw speed. But speed
  /external/chromium_org/content/browser/geolocation/
location_api_adapter_android.cc 26 jboolean has_speed, jdouble speed) {
29 has_heading, heading, has_speed, speed);
108 bool has_speed, double speed) {
120 position.speed = speed;
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
GeolocationPosition.h 39 static PassRefPtr<GeolocationPosition> create(double timestamp, double latitude, double longitude, double accuracy, bool providesAltitude, double altitude, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed) { return adoptRef(new GeolocationPosition(timestamp, latitude, longitude, accuracy, providesAltitude, altitude, providesAltitudeAccuracy, altitudeAccuracy, providesHeading, heading, providesSpeed, speed)); }
49 double speed() const { return m_speed; } function in class:WebCore::GeolocationPosition
73 GeolocationPosition(double timestamp, double latitude, double longitude, double accuracy, bool providesAltitude, double altitude, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed)
81 , m_speed(speed)
  /external/chromium_org/third_party/openssl/openssl/crypto/des/
INSTALL 5 #undef TIMES in speed.c
18 run './speed' to see how fast those optimisations make the library run :-)
26 The file options.txt has the options listed for best speed on quite a
67 a %10 speed difference depending on the link order. It is rather anoying
69 'x*0.9' the speed.
  /external/openssl/crypto/des/
INSTALL 5 #undef TIMES in speed.c
18 run './speed' to see how fast those optimisations make the library run :-)
26 The file options.txt has the options listed for best speed on quite a
67 a %10 speed difference depending on the link order. It is rather anoying
69 'x*0.9' the speed.
  /frameworks/base/media/java/android/media/
IRemoteControlDisplay.aidl 50 * Sets the playback information (state, position and speed) of a client.
72 * @param speed a value expressed as a ratio of 1x playback: 1.0f is normal playback,
73 * 2.0f is 2x, 0.5f is half-speed, -2.0f is rewind at 2x speed. 0.0f means nothing is
77 float speed);
  /frameworks/base/core/java/android/hardware/input/
InputManager.java 132 * Pointer Speed: The minimum (slowest) pointer speed (-7).
138 * Pointer Speed: The maximum (fastest) pointer speed (7).
144 * Pointer Speed: The default pointer speed (0).
503 * Gets the mouse pointer speed.
505 * Only returns the permanent mouse pointer speed. Ignores any temporary pointer
506 * speed set by {@link #tryPointerSpeed}.
510 * @return The pointer speed as a value between {@link #MIN_POINTER_SPEED} an
516 int speed = DEFAULT_POINTER_SPEED; local
543 Settings.System.POINTER_SPEED, speed); local
    [all...]
  /external/libvpx/libvpx/vp8/common/
onyx.h 118 * from a live camera). ( speed setting controls how fast )
120 * the amount of time it takes to encode the output. ( speed
123 * quality of the output over encoding speed. The output is
125 * the longest amount of time to encode. ( speed setting ignored
128 * statistics for use in the second encoding pass. ( speed
132 * compressed output. ( speed setting controls how fast )
136 * taking a longer amount of time to encode.. ( speed setting
  /external/chromium_org/chrome/browser/extensions/api/serial/
serial_connection_posix.cc 20 bool BitrateToSpeedConstant(int bitrate, speed_t* speed) {
21 #define BITRATE_TO_SPEED_CASE(x) case x: *speed = B ## x; return true;
53 // Convert a known nominal speed into an integral bitrate. Returns |true|
55 bool SpeedConstantToBitrate(speed_t speed, int* bitrate) {
57 switch (speed) {
105 speed_t speed = static_cast<speed_t>(bitrate);
106 cfsetispeed(config, speed);
107 cfsetospeed(config, speed);
127 // Attempt to set a custom speed.
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
LocationProviderAdapter.java 83 boolean hasSpeed, double speed) {
85 hasAccuracy, accuracy, hasHeading, heading, hasSpeed, speed);
98 boolean hasSpeed, double speed);
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/include/sys/
termios.h 130 int cfsetispeed(struct termios *termios_p, speed_t speed);
131 int cfsetospeed(struct termios *termios_p, speed_t speed);
132 int cfsetspeed(struct termios *termios_p, speed_t speed);
  /external/chromium_org/third_party/WebKit/public/web/
WebGeolocationPosition.h 43 WebGeolocationPosition(double timestamp, double latitude, double longitude, double accuracy, bool providesAltitude, double altitude, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed)
45 assign(timestamp, latitude, longitude, accuracy, providesAltitude, altitude, providesAltitudeAccuracy, altitudeAccuracy, providesHeading, heading, providesSpeed, speed);
50 BLINK_EXPORT void assign(double timestamp, double latitude, double longitude, double accuracy, bool providesAltitude, double altitude, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
unittest_embed_optimize_for.proto 41 // We optimize for speed here, but we are importing a proto that is optimized
43 option optimize_for = SPEED;
47 // one optimized for speed works.
  /external/libvpx/libvpx/
CHANGELOG 15 - Speed:
16 Encoder and decoder speed is consistent with the Eider release.
81 - Speed:
82 Decoder performance improved 2.5% versus Duclair. Encoder speed is
86 Large realtime encoding speed gains at a small quality expense are
90 settings. This technique sees constant gain over the 5-16 speed
151 - Speed:
153 time modes of the encoder. Decoder speed on x86 has improved 10.5% with
156 1.5% to 10.5%, respectively. "Best" mode speed is consistent with the
221 - Speed
    [all...]
  /external/libyuv/files/include/libyuv/
scale.h 39 // used. This produces basic (blocky) quality at the fastest speed.
41 // quality image, at the expense of speed.
43 // quality image, at further expense of speed.
  /external/protobuf/src/google/protobuf/
unittest_embed_optimize_for.proto 41 // We optimize for speed here, but we are importing a proto that is optimized
43 option optimize_for = SPEED;
47 // one optimized for speed works.
  /external/qemu/android/
android.h 34 /* list of supported network speed names and values in bits/seconds */
92 /* parses a network speed parameter and sets qemu_net_upload_speed and
94 extern int android_parse_network_speed(const char* speed);
  /external/arduino/hardware/arduino/
boards.txt 6 uno.upload.speed=115200
24 atmega328.upload.speed=57600
44 diecimila.upload.speed=19200
64 mega2560.upload.speed=115200
84 mega.upload.speed=57600
104 mini.upload.speed=19200
124 fio.upload.speed=57600
144 bt328.upload.speed=19200
165 bt.upload.speed=19200
186 lilypad328.upload.speed=5760
    [all...]
  /bionic/libc/include/
termios.h 90 static __inline__ int cfsetospeed(struct termios *s, speed_t speed)
92 s->c_cflag = (s->c_cflag & ~CBAUD) | (speed & CBAUD);
101 static __inline__ int cfsetispeed(struct termios *s, speed_t speed)
103 s->c_cflag = (s->c_cflag & ~CBAUD) | (speed & CBAUD);
  /development/ndk/platforms/android-3/include/linux/raid/
xor.h 22 int speed; member in struct:xor_block_template
  /development/ndk/platforms/android-3/include/
termios.h 85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed)
87 s->c_cflag = (s->c_cflag & ~CBAUD) | (speed & CBAUD);
96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed)
98 s->c_cflag = (s->c_cflag & ~CBAUD) | (speed & CBAUD);
  /external/chromium/chrome/browser/
memory_purger.h 7 // memory consumption, speed, page swapping, etc.
  /external/chromium_org/third_party/WebKit/PerformanceTests/Canvas/
getImageData.html 31 PerfTestRunner.measureRunsPerSecond({run: getImageDataFromCanvas2D, description: "This bench test checks the speed on getting ImageData from Canvas2D(1024x1024)."});
putImageData.html 33 PerfTestRunner.measureRunsPerSecond({run: putImageDataToCanvas2D, description: "This bench test checks the speed on putting ImageData to Canvas2D(1024x1024)."});

Completed in 1721 milliseconds

1 23 4 5 6 7 8 91011>>