HomeSort by relevance Sort by last modified time
    Searched full:acceleration (Results 76 - 100 of 508) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/autotest/client/site_tests/video_WebRtcPerf/
control 22 hardware acceleration to the performance dashboard. The test runs on all the
  /frameworks/base/core/java/android/animation/
TimeInterpolator.java 21 * to have non-linear motion, such as acceleration and deceleration.
  /hardware/akm/AK8975_FS/akmdfs/
AKFS_CSpec.h 26 /* The number of magnetic/acceleration data to be averaged. */
AKFS_APIs.c 264 of acceleration data, i.e. overflow, success or fail, etc.
265 @param[out] vx X axis value of acceleration vector.
266 @param[out] vy Y axis value of acceleration vector.
267 @param[out] vz Z axis value of acceleration vector.
268 @param[out] accuracy Accuracy of acceleration vector.
296 /* As a result, a unit of acceleration data in mfv_avbuf is '1G = 9.8' */
343 field vector and acceleration vector should be stored in the buffer by
  /hardware/bsp/intel/peripheral/libupm/src/lsm303/
lsm303.h 124 * Should be called before other "get" functions for acceleration
154 * Gets the X component of the acceleration data
159 * Gets the Y component of the acceleration data
164 * Gets the Z component of the acceleration data
  /hardware/bsp/intel/peripheral/libupm/src/lsm303d/
lsm303d.h 116 * Should be called before other "get" functions for acceleration
146 * Gets the X component of the acceleration data
151 * Gets the Y component of the acceleration data
156 * Gets the Z component of the acceleration data
  /hardware/intel/common/libva/
libva.spec 11 Summary: Video Acceleration (VA) API for Linux
40 The libva library implements the Video Acceleration (VA) API for Linux.
44 Summary: Video Acceleration (VA) API for Linux -- development files
50 The libva library implements the Video Acceleration (VA) API for Linux.
  /frameworks/base/core/java/android/hardware/
SensorEvent.java 68 * <li> values[0]: Acceleration minus Gx on the x-axis </li>
69 * <li> values[1]: Acceleration minus Gy on the y-axis </li>
70 * <li> values[2]: Acceleration minus Gz on the z-axis </li>
74 * A sensor of this type measures the acceleration applied to the device
83 * acceleration:
101 * It should be apparent that in order to measure the real acceleration of
131 * toward the right, the x acceleration value is positive.</li>
133 * <li>When the device lies flat on a table, the acceleration value is
134 * +9.81, which correspond to the acceleration of the device (0 m/s^2) minus
138 * with an acceleration of A m/s^2, the acceleration value is equal t
    [all...]
  /hardware/bsp/intel/peripheral/libupm/src/mma7660/
mma7660.h 182 * Gets the computed acceleration
184 * @param ax Returned computed acceleration of the X-axis
185 * @param ay Returned computed acceleration of the Y-axis
186 * @param az Returned computed acceleration of the Z-axis
192 * Gets the computed acceleration
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/flame/
DynamicsInfluencerPanel.java 67 "Defines how the particles dynamics (acceleration, angular velocity).");
232 strengthVelocityPanel.setName("Centripetal Acceleration");
233 strengthVelocityPanel.setDescription("A directional acceleration, the direction is towards the origin (global), or towards the emitter position (local), in world units/sec2 .");
239 angularVelocityPanel.setDescription("A directional acceleration (axis and magnitude), the final direction is the cross product between particle position and the axis, in world units/sec2 .");
245 angularVelocityPanel.setDescription("A directional acceleration (axis and magnitude), in world units/sec2 .");
251 strengthVelocityPanel.setDescription("A directional acceleration which has random direction at each update, in world units/sec2.");
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
datalogger_outputs.c 103 * Raw (uncompensated) acceleration (LSB) in chip frame.
104 * @param[out] values raw acceleration in LSB.
118 * Acceleration (g's) in body frame.
119 * Microsoft defines gravity as positive acceleration pointing towards the
121 * @param[out] values Acceleration in g's.
300 * Elements of the rotation vector are unitless. The x,y and z axis are defined in the same way as the acceleration sensor.
  /external/libgdx/backends/gdx-backend-robovm/src/com/badlogic/gdx/backends/iosrobovm/
IOSInput.java 103 float[] acceleration = new float[3]; field in class:IOSInput
145 acceleration[0] = -x;
146 acceleration[1] = -y;
147 acceleration[2] = -z;
191 // acceleration[0] = -x;
192 // acceleration[1] = -y;
193 // acceleration[2] = -z;
201 // float gX = acceleration[0];
202 // float gY = acceleration[1];
203 // float gZ = acceleration[2]
    [all...]
  /external/opencv3/3rdparty/include/ffmpeg_/libavcodec/
vaapi.h 2 * Video Acceleration API (shared data between FFmpeg and the video player)
3 * HW decode acceleration for MPEG-2, MPEG-4, H.264 and VC-1
  /frameworks/base/core/java/android/view/animation/
AnticipateOvershootInterpolator.java 49 * a simple acceleration/deceleration interpolator.
58 * a simple acceleration/deceleration interpolator.
  /frameworks/base/docs/html/training/custom-views/
index.jd 25 Acceleration</a></li>
66 performance problems, and how to use hardware acceleration to make your
  /hardware/bsp/intel/peripheral/libupm/examples/javascript/
lsm303.js 54 // Get the acceleration
57 // Print out the X, Y, and Z acceleration data using two different methods
  /hardware/bsp/intel/peripheral/libupm/examples/python/
lsm303.py 71 # Get the acceleration
75 # Print out the X, Y, and Z acceleration data
  /hardware/bsp/intel/peripheral/libupm/src/adxl345/
adxl345.h 74 * Returns a pointer to a float[3] that contains acceleration (g) forces
97 * Updates the acceleration values from the I2C bus
  /build/target/board/generic_mips/
BoardConfig.mk 52 # the GLES renderer disables itself if host GL acceleration isn't available.
  /cts/tests/tests/display/
AndroidTest.xml 16 <configuration description="Config for CTS Acceleration test cases">
  /external/autotest/client/site_tests/video_VideoEncodeAccelerator/
control.h264 7 PURPOSE = "Verify Chromium hardware Video Encode Acceleration works."
control.vp8 7 PURPOSE = "Verify Chromium hardware Video Encode Acceleration works."
  /external/deqp/framework/platform/win32/
tcuWGL.hpp 69 enum Acceleration
83 Acceleration acceleration; member in class:tcu::wgl::PixelFormatInfo
135 , acceleration (ACCELERATION_LAST)
  /external/libgdx/backends/gdx-backend-robovm/src/com/badlogic/gdx/backends/iosrobovm/custom/
UIAccelerometerDelegate.java 60 void didAccelerate(UIAccelerometer accelerometer, UIAcceleration acceleration);
UIAccelerometerDelegateAdapter.java 62 public void didAccelerate(UIAccelerometer accelerometer, UIAcceleration acceleration) { throw new UnsupportedOperationException(); }

Completed in 1065 milliseconds

1 2 34 5 6 7 8 91011>>