HomeSort by relevance Sort by last modified time
    Searched full:speed (Results 1 - 25 of 5518) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/google/taimen/overlay/frameworks/base/core/res/res/xml/
power_profile.xml 25 <value>300000</value> <!-- 300 MHz CPU speed -->
26 <value>364800</value> <!-- 364 MHz CPU speed -->
27 <value>441600</value> <!-- 441 MHz CPU speed -->
28 <value>518400</value> <!-- 518 MHz CPU speed -->
29 <value>595200</value> <!-- 595 MHz CPU speed -->
30 <value>672000</value> <!-- 672 MHz CPU speed -->
31 <value>748800</value> <!-- 748 MHz CPU speed -->
32 <value>825600</value> <!-- 825 MHz CPU speed -->
33 <value>883200</value> <!-- 883 MHz CPU speed -->
34 <value>960000</value> <!-- 960 MHz CPU speed --
    [all...]
  /device/google/marlin/marlin/overlay/frameworks/base/core/res/res/xml/
power_profile.xml 42 <value>307200</value> <!-- 307 MHz CPU speed -->
43 <value>384000</value> <!-- 384 MHz CPU speed -->
44 <value>460800</value> <!-- 460 MHz CPU speed -->
45 <value>537600</value> <!-- 537 MHz CPU speed -->
46 <value>614400</value> <!-- 614 MHz CPU speed -->
47 <value>691200</value> <!-- 691 MHz CPU speed -->
48 <value>768000</value> <!-- 768 MHz CPU speed -->
49 <value>844800</value> <!-- 844 MHz CPU speed -->
50 <value>902600</value> <!-- 902 MHz CPU speed -->
51 <value>979200</value> <!-- 979 MHz CPU speed --
    [all...]
  /device/google/marlin/sailfish/overlay/frameworks/base/core/res/res/xml/
power_profile.xml 42 <value>307200</value> <!-- 307 MHz CPU speed -->
43 <value>384000</value> <!-- 384 MHz CPU speed -->
44 <value>460800</value> <!-- 460 MHz CPU speed -->
45 <value>537600</value> <!-- 537 MHz CPU speed -->
46 <value>614400</value> <!-- 614 MHz CPU speed -->
47 <value>691200</value> <!-- 691 MHz CPU speed -->
48 <value>768000</value> <!-- 768 MHz CPU speed -->
49 <value>844800</value> <!-- 844 MHz CPU speed -->
50 <value>902600</value> <!-- 902 MHz CPU speed -->
51 <value>979200</value> <!-- 979 MHz CPU speed --
    [all...]
  /toolchain/binutils/binutils-2.25/config/
mt-ospace 1 # Build libraries optimizing for space, not speed.
mt-d30v 1 # Build libraries optimizing for space, not speed.
  /device/google/muskie/walleye/overlay/frameworks/base/core/res/res/xml/
power_profile.xml 42 <value>300000</value> <!-- 300 MHz CPU speed -->
43 <value>364800</value> <!-- 364 MHz CPU speed -->
44 <value>441600</value> <!-- 441 MHz CPU speed -->
45 <value>518400</value> <!-- 518 MHz CPU speed -->
46 <value>595200</value> <!-- 595 MHz CPU speed -->
47 <value>672000</value> <!-- 672 MHz CPU speed -->
48 <value>748800</value> <!-- 748 MHz CPU speed -->
49 <value>825600</value> <!-- 825 MHz CPU speed -->
50 <value>883200</value> <!-- 883 MHz CPU speed -->
51 <value>960000</value> <!-- 960 MHz CPU speed --
    [all...]
  /external/toybox/scripts/
minicom.sh 11 SPEED="$2"
12 [ -z "$SPEED" ] && SPEED=115200
14 stty $SPEED -F "$1"
  /frameworks/base/core/jni/
android_hardware_SerialPort.cpp 36 android_hardware_SerialPort_open(JNIEnv *env, jobject thiz, jobject fileDescriptor, jint speed)
38 switch (speed) {
40 speed = B50;
43 speed = B75;
46 speed = B110;
49 speed = B134;
52 speed = B150;
55 speed = B200;
58 speed = B300;
61 speed = B600
    [all...]
  /device/huawei/angler/overlay/frameworks/base/core/res/res/xml/
power_profile.xml 42 <value>384000</value> <!-- 384 MHz CPU speed -->
43 <value>460800</value> <!-- 460 MHz CPU speed -->
44 <value>600000</value> <!-- 600 MHz CPU speed -->
45 <value>672000</value> <!-- 672 MHz CPU speed -->
46 <value>768000</value> <!-- 768 MHz CPU speed -->
47 <value>864000</value> <!-- 864 MHz CPU speed -->
48 <value>960000</value> <!-- 960 MHz CPU speed -->
49 <value>1248000</value> <!-- 1248 MHz CPU speed -->
50 <value>1344000</value> <!-- 1344 MHz CPU speed -->
51 <value>1478400</value> <!-- 1478 MHz CPU speed --
    [all...]
  /external/lz4/tests/
README.md 7 - `fullbench` : Precisely measure speed for each lz4 inner functions
9 - `test-lz4-speed.py` : script for testing lz4 speed difference between commits
20 #### `test-lz4-speed.py` - script for testing lz4 speed difference between commits
23 Then it compiles all branches of lz4 and performs a speed benchmark for a given list of files (the `testFileNames` parameter).
25 If a new commit is found it is compiled and a speed benchmark for this commit is performed.
26 The results of the speed benchmark are compared to the previous results.
27 If compression or decompression speed for one of lz4 levels is lower than `lowerLimit` (an optional parameter, default 0.98) the speed benchmark is restarted
    [all...]
  /external/sonic/
sonic.h 12 generates smooth speech at speed up factors as high as 6X, possibly more. It is
14 regardless of the speed up or slow down factor. For speeding up speech by 2X or
17 newSamples = period/(speed - 1.0)
21 pitch estimator, and speed is the speedup factor. If the current position in
30 For speed factors < 2X, the PICOLA algorithm is used. The above
31 algorithm is first used to double the speed of one pitch period. Then, enough
33 speed up facter, where 1.0 < speed < 2.0. The amount of data copied is derived:
35 speed = (2*period + length)/(period + length)
36 speed*length + speed*period = 2*period + lengt
    [all...]
sonic.1 4 sonic \- Speech speed manipulator
11 in sonic is the ability to speed speech up by much more than 2X, with minimal
27 Disable all speed-up heuristics, possibly improving the quality slightly. This
28 is mainly used for debugging the speed-up heuristics.
31 Adjust the speed of playback. This scales both the pitch and speed equally.
33 .B \-s speed
34 Set speed up factor. 1.0 means no change, 2.0 means 2X faster.
44 The above command would increase the speed of an audio book called book.wav by a
main.c 5 useful utility on it's own, which can speed up or slow down wav files, change
20 float speed,
33 sonicSetSpeed(stream, speed);
64 " -q -- Disable speed-up heuristics. May increase quality.\n"
66 " -s speed -- Set speed up factor. 2.0 means 2X faster.\n"
77 float speed = 1.0f; local
98 printf("Disabling speed-up heuristics\n");
108 speed = atof(argv[xArg]);
109 printf("Setting speed to %0.2fX\n", speed)
    [all...]
  /development/samples/browseable/SpeedTracker/
_index.jd 9 to gather location and speed. The sample provides a simple screen that shows the
10 current speed of the device on the watch. User can set a speed
11 limit and if the speed approaches that limit, it changes the
  /packages/apps/Car/Hvac/src/com/android/car/hvac/controllers/
FanSpeedBarController.java 23 * Controller for the fan speed bar to adjust fan speed.
49 private void handleFanSpeedUpdate(int speed, boolean animateUpdate) {
51 Log.d(TAG, "Fan speed bar being set to value: " + speed);
54 mCurrentFanSpeed = speed;
62 // actually represents the second fan speed setting.
87 // actually represents the second fan speed setting.
94 public void onFanSpeedChange(int speed) {
95 handleFanSpeedUpdate(speed, true /* animateUpdate */)
    [all...]
  /external/toybox/toys/net/
microcom.c 11 usage: microcom [-s SPEED] [-X] DEVICE
15 -s Set baud rate to SPEED
29 // Puts `fd` into raw mode, setting the baud rate if `speed` != 0,
31 static void xraw(int fd, const char *name, speed_t speed,
40 if (speed) cfsetspeed(&t, speed);
58 int i, speed; local
60 if (!TT.s) speed = 115200;
61 else speed = atoi(TT.s);
63 // Find speed in table, adjust to constan
    [all...]
  /external/llvm/test/CodeGen/ARM/
build-attributes-optimization.ll 2 ; RUN: llc < %s -mtriple=arm-none-none-eabi -mcpu=cortex-a7 -O1 | FileCheck %s --check-prefix=SPEED
6 ; RUN: llc < %s -mtriple=arm-none-none-eabi -mcpu=cortex-a7 -O1 -filetype obj -o - | llvm-readobj -arm-attributes - | FileCheck %s --check-prefix=SPEED-OBJ
10 ; SPEED: .eabi_attribute 30, 1 @ Tag_ABI_optimization_goals
15 ; SPEED-OBJ: TagName: ABI_optimization_goals
16 ; SPEED-OBJ-NEXT: Description: Speed
18 ; MAXSPEED-OBJ-NEXT: Description: Aggressive Speed
  /external/curl/docs/cmdline-opts/
limit-rate.d 2 Arg: <speed>
3 Help: Limit transfer speed to RATE
10 The given speed is measured in bytes/second, unless a suffix is appended.
14 If you also use the --speed-limit option, that option will take precedence and
15 might cripple the rate-limiting slightly, to help keeping the speed-limit
  /external/vboot_reference/tests/
sha_benchmark.c 32 double speed; local
46 speed = ((TEST_BUFFER_SIZE / 10e6)
49 fprintf(stderr, "# %s Time taken = %u ms, Speed = %f Mbytes/sec\n",
50 hash_functions[i].description, msecs, speed);
52 hash_functions[i].description, speed);
  /external/ltp/tools/pounder21/src/cpufreq/
cpufreq.c 73 static int set_cpuspeed(const char *ctrlfile, unsigned int speed)
79 /* First try to write a new speed. */
86 printf("CPU %d speed set to %u kHz.\n", cpunum, speed);
89 x = snprintf(buf, 256, "%u\n", speed);
93 perror("Setting new speed");
102 /* Now try to read the speed */
111 perror("Reading speed");
118 if (y != speed) {
119 printf("ERROR: Set CPU %d speed to %u but speed is now %u!\n"
    [all...]
  /external/python/cpython2/Demo/tkinter/matt/
pong-demo-1.py 15 ## The speed control for the ball
16 self.speed = Scale(self, orient=HORIZONTAL, label="ball speed",
19 self.speed.pack(side=BOTTOM, fill=X)
37 deltax = (self.velocity_x * self.speed.get() / 100.0)
38 deltay = (self.velocity_y * self.speed.get() / 100.0)
  /device/lge/bullhead/overlay/frameworks/base/core/res/res/xml/
power_profile.xml 42 <value>384000</value> <!-- 384 MHz CPU speed -->
43 <value>460800</value> <!-- 460 MHz CPU speed -->
44 <value>600000</value> <!-- 600 MHz CPU speed -->
45 <value>672000</value> <!-- 672 MHz CPU speed -->
46 <value>787200</value> <!-- 787 MHz CPU speed -->
47 <value>864000</value> <!-- 864 MHz CPU speed -->
48 <value>960000</value> <!-- 960 MHz CPU speed -->
49 <value>1248000</value> <!-- 1248 MHz CPU speed -->
50 <value>1440000</value> <!-- 1440 MHz CPU speed -->
55 <value>384000</value> <!-- 384 MHz CPU speed --
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/
CameraConstrainedHighSpeedCaptureSession.java 25 * A constrained high speed capture session for a {@link CameraDevice}, used for capturing high
26 * speed images from the {@link CameraDevice} for high speed video recording use case.
33 * An active high speed capture session is a specialized capture session that is only targeted at
34 * high speed video recording (>=120fps) use case if the camera device supports high speed video
75 * <p>Create a unmodifiable list of requests that is suitable for constrained high speed capture
78 * <p>High speed video streaming creates significant performance pressure on the camera device,
79 * so to achieve efficient high speed streaming, the camera device may have to aggregate
82 * Surfaces (subject to the output Surface requirements specified by the constrained high speed
    [all...]
  /developers/build/prebuilts/gradle/SpeedTracker/Application/src/main/res/values/
base-strings.xml 25 to gather location and speed. The sample provides a simple screen that shows the
26 current speed of the device on the watch. User can set a speed
27 limit and if the speed approaches that limit, it changes the
  /development/samples/browseable/SpeedTracker/Application/res/values/
base-strings.xml 25 to gather location and speed. The sample provides a simple screen that shows the
26 current speed of the device on the watch. User can set a speed
27 limit and if the speed approaches that limit, it changes the

Completed in 605 milliseconds

1 2 3 4 5 6 7 8 91011>>