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

1 2 34 5 6 7 8 91011>>

  /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)
  /frameworks/base/services/core/java/com/android/server/policy/
WindowOrientationListener.java 321 * absolute magnitude of the acceleration. In particular, there are singularities
379 // undergoing external acceleration before the proposed rotation can change.
396 // If the acceleration samples are further apart than this amount in time, we reset the
402 // The acceleration filter time constant.
404 // This time constant is used to tune the acceleration filter such that
421 // small or we do a poor job suppressing acceleration spikes.
429 // If the device is undergoing external acceleration (being bumped, in a car
441 // However, we need to tolerate some acceleration because the angular momentum
442 // of turning the device can skew the observed acceleration for a short period of time.
509 // Timestamp when the device last appeared to be undergoing external acceleration
    [all...]
  /hardware/akm/AK8975_FS/libsensors/
sensors.h 67 /* conversion of acceleration data to SI units (m/s^2) */
  /hardware/intel/common/libva/va/
va_backend_tpi.h 26 * Video Decode Acceleration -Backend API
  /hardware/invensense/65xx/libsensors_iio/
sensors.h 86 // conversion of acceleration data to SI units (m/s^2)
  /external/lz4/examples/
compress_functions.c 123 const int acceleration = 1; local
145 rv = LZ4_compress_fast(src, dst, src_size, max_dst_size, acceleration);
152 LZ4_compress_fast(src, dst, src_size, max_dst_size, acceleration);
158 rv = LZ4_compress_fast_extState(&state, src, dst, src_size, max_dst_size, acceleration);
165 LZ4_compress_fast_extState(&state, src, dst, src_size, max_dst_size, acceleration);
174 // //rv = LZ4_compress_generic_wrapper(&state, src, dst, src_size, max_dst_size, notLimited, byU16, noDict, noDictIssue, acceleration);
175 // LZ4_compress_generic_wrapper(&state, src, dst, src_size, max_dst_size, acceleration);
183 // //LZ4_compress_generic_wrapper(&state, src, dst, src_size, max_dst_size, notLimited, byU16, noDict, noDictIssue, acceleration);
184 // LZ4_compress_generic_wrapper(&state, src, dst, src_size, max_dst_size, acceleration);
273 // Using this function is identical to LZ4_compress_default except we need to specify an "acceleration" value. Defaults to 1
    [all...]
  /external/lz4/doc/
lz4_manual.html 129 <pre><b>int LZ4_compress_fast (const char* source, char* dest, int sourceSize, int maxDestSize, int acceleration);
130 </b><p> Same as LZ4_compress_default(), but allows to select an "acceleration" factor.
131 The larger the acceleration value, the faster the algorithm, but also the lesser the compression.
133 An acceleration value of "1" is the same as regular LZ4_compress_default()
138 int LZ4_compress_fast_extState (void* state, const char* source, char* dest, int inputSize, int maxDestSize, int acceleration);
216 <pre><b>int LZ4_compress_fast_continue (LZ4_stream_t* streamPtr, const char* src, char* dst, int srcSize, int maxDstSize, int acceleration);
  /external/mesa3d/docs/
install.html 16 <li><a href="#prereq-dri">For DRI and hardware acceleration</a>
48 <h3 id="prereq-dri">1.2 For DRI and hardware acceleration</h3>
51 The following are required for DRI-based hardware acceleration with Mesa:
vmware-guest.html 86 <li>Mesa/Gallium master branch. This code is used to build libGL, and the direct rendering svga driver for libGL, vmwgfx_dri.so, and the X acceleration library libxatracker.so.x.x.x.
116 <li>Build Mesa and the vmwgfx_dri.so driver, the vmwgfx_drv.so xorg driver, the X acceleration library libxatracker.
120 copy and video acceleration:
relnotes-7.4.2.html 22 for DRI hardware acceleration.
relnotes-7.4.4.html 22 for DRI hardware acceleration.
relnotes-7.4.html 22 for DRI hardware acceleration.
relnotes-7.5.1.html 27 for DRI hardware acceleration.
relnotes-7.5.2.html 27 for DRI hardware acceleration.
  /external/webrtc/webrtc/modules/audio_processing/test/android/apmtest/jni/
main.c 281 event.acceleration.x, event.acceleration.y,
282 event.acceleration.z);
  /hardware/akm/AK8975_FS/akmdfs/
AK8975Driver.c 29 This function opens both device drivers of magnetic sensor and acceleration
50 This function closes both device drivers of magnetic sensor and acceleration
303 /* Get acceleration data. */
  /build/make/target/board/generic_arm64/
BoardConfig.mk 78 # the GLES renderer disables itself if host GL acceleration isn't available.
  /build/make/target/board/generic_mips64/
BoardConfig.mk 70 # the GLES renderer disables itself if host GL acceleration isn't available.
  /cts/tests/openglperf2/jni/reference/scene/flocking/
Boid.cpp 21 // Reset the acceleration.
  /cts/tests/sensor/src/android/hardware/cts/helpers/
SensorNotSupportedException.java 60 return "Linear Acceleration";
  /device/generic/goldfish/sensors/
sensors_qemu.c 79 SENSOR_(ACCELERATION,"acceleration") \
164 * to enable the acceleration sensor.
308 /* "acceleration:<x>:<y>:<z>" corresponds to an acceleration event */
309 if (sscanf(buff, "acceleration:%g:%g:%g", params+0, params+1, params+2)
313 events[ID_ACCELERATION].acceleration.x = params[0];
314 events[ID_ACCELERATION].acceleration.y = params[1];
315 events[ID_ACCELERATION].acceleration.z = params[2];
  /device/linaro/bootloader/edk2/DuetPkg/FSVariable/
VariableStorage.h 81 UINT8 *FileData; // local buffer for reading acceleration
  /external/llvm/test/MC/Hexagon/instructions/
cr.s 4 # Corner detection acceleration

Completed in 1430 milliseconds

1 2 34 5 6 7 8 91011>>