HomeSort by relevance Sort by last modified time
    Searched refs:speed (Results 351 - 375 of 646) sorted by null

<<11121314151617181920>>

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_temporal_filter.c 155 if (cpi->speed < 8)
156 step_param = cpi->sf.reduce_first_step_size + ((cpi->speed > 5) ? 1 : 0);
  /ndk/sources/cxx-stl/stlport/
Android.mk 12 $(call __ndk_info,in order to build prebuilt versions to speed up your builds!)
  /ndk/sources/host-tools/nawk-20071023/
README 94 awk's speed, perhaps by 1/3 for highest levels.
  /external/qemu/net/
net-android.c     [all...]
  /device/generic/goldfish/gps/
gps_qemu.c 395 Token speed )
398 Token tok = speed;
404 r->fix.speed = str2float(tok.p, tok.end);
520 p += snprintf(p, end-p, " speed=%g", r->fix.speed);
  /external/chromium_org/ash/wm/
lock_state_controller_unittest.cc 84 void Advance(SessionStateAnimator::AnimationSpeed speed) {
85 test_animator_->Advance(test_animator_->GetDuration(speed));
88 void AdvancePartially(SessionStateAnimator::AnimationSpeed speed,
90 base::TimeDelta duration = test_animator_->GetDuration(speed);
    [all...]
  /external/chromium_org/chrome/browser/resources/network_speech_synthesis/
tts_extension.js 160 // Output speed is between 0.0 and 1.0 with a default of 0.5.
161 url += '&speed=' + (options.rate / 2.0);
  /external/chromium_org/tools/telemetry/telemetry/core/
browser_options.py 124 'test is executed at maximum CPU speed in order to minimize noise '
  /external/lzma/CS/7zip/Compress/LzmaAlone/
LzmaBench.cs 230 UInt64 speed = MyMultDiv64(size, elapsedTime);
231 PrintValue(speed / 1024);
  /external/qemu/include/hw/
usb.h 144 int speed; member in struct:USBDevice
  /hardware/qcom/gps/core/
gps_extended_c.h 216 /** GpsLocationExtended has valid speed. */
240 /** GpsLocationExtended has valid speed uncertainty */
261 /** speed uncertainty in m/s */
271 float speed; member in struct:GpsExtLocation_s
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
ethtool.h 21 __u16 speed; member in struct:ethtool_cmd
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
ethtool.h 21 __u16 speed; member in struct:ethtool_cmd
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ossaudiodev.py 104 dsp.speed(rate) == rate):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ossaudiodev.py 104 dsp.speed(rate) == rate):
  /frameworks/base/services/core/jni/
com_android_server_input_InputManagerService.cpp 61 // The exponent used to calculate the pointer speed scaling factor.
62 // The scaling factor is calculated as 2 ^ (speed * exponent),
63 // where the speed ranges from -7 to + 7 and is supplied by the user.
190 void setPointerSpeed(int32_t speed);
249 // Pointer speed.
717 void NativeInputManager::setPointerSpeed(int32_t speed) {
721 if (mLocked.pointerSpeed == speed) {
725 ALOGI("Setting pointer speed to %d.", speed);
726 mLocked.pointerSpeed = speed;
    [all...]
com_android_server_location_GpsLocationProvider.cpp 93 (jfloat)location->speed, (jfloat)location->bearing,
359 (jfloat)location->speed, (jfloat)location->bearing,
372 jfloat speed = 0; local
381 speed = location->speed;
388 flags, latitude, longitude, altitude, speed, bearing, accuracy, timestamp);
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
jquery.js     [all...]
  /external/chromium_org/chrome/browser/ui/ash/multi_user/
multi_user_window_manager_chromeos.cc 501 MultiUserWindowManagerChromeOS::AnimationSpeed speed) {
502 animation_speed_ = speed;
  /external/chromium_org/third_party/sqlite/src/test/
tester.tcl 457 set speed [time {sqlite3_exec_nr db $sql}]
458 set tm [lindex $speed 0]
473 set speed [time {eval $script}]
474 set tm [lindex $speed 0]
    [all...]
  /frameworks/base/location/java/android/location/
Location.java 112 * has no bearing, altitude, speed, accuracy or extras.
618 * True if this location has a speed.
625 * Get the speed if it is available, in meters/second over ground.
627 * <p>If this location does not have a speed then 0.0 is returned.
634 * Set the speed, in meters/second over ground.
638 public void setSpeed(float speed) {
639 mSpeed = speed;
644 * Remove the speed from this location.
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardTransportControlView.java 116 long currentPosMs, float speed) {
120 ", speed=" + speed + ")");
  /packages/experimental/procstatlog/
procstatreport.py 87 <nobr>average CPU speed</nobr>
215 # Output CPU speed statistics
230 speed = int(key[len(speed_key):])
232 total_cycles += (next - last) * speed
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
EmulatorConfigTab.java 107 * Returns the emulator ready speed option value.
272 new Label(mEmulatorOptionsGroup, SWT.NONE).setText("Network Speed:");
275 for (String[] speed : NETWORK_SPEEDS) {
276 mSpeedCombo.add(speed[0]);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_encoder.h 86 // time it takes to encode the output. Speed setting controls how fast.
90 // speed. The output is compressed at the highest possible quality. This
91 // option takes the longest amount of time to encode. Speed setting ignored.
95 // example, capturing a television signal or feed from a live camera). Speed
126 int speed; member in struct:VP9EncoderConfig

Completed in 1722 milliseconds

<<11121314151617181920>>