Home
last modified time | relevance | path

Searched refs:acceleration (Results 1 – 25 of 163) sorted by relevance

1234567

/external/replicaisland/src/com/replica/replicaisland/
DInterpolator.java52 public void set(float current, float target, float acceleration) { in set() argument
55 mAcceleration = acceleration; in set()
106 private float calculateAcceleration(float velocity, float acceleration, float target) { in calculateAcceleration() argument
109 acceleration = 0.0f; in calculateAcceleration()
112 acceleration *= -1.0f; in calculateAcceleration()
115 return acceleration; in calculateAcceleration()
119 private float scaleAcceleration(float acceleration, float secondsDelta) { in scaleAcceleration() argument
121 float scaledAccel = acceleration * timeSquared; in scaleAcceleration()
DGameObject.java188 public final void setAcceleration(Vector2 acceleration) { in setAcceleration() argument
189 mAcceleration.set(acceleration); in setAcceleration()
DPatrolComponent.java258 public void setMovementSpeed(float speed, float acceleration) { in setMovementSpeed() argument
260 mAcceleration = acceleration; in setMovementSpeed()
/external/autotest/server/site_tests/cheets_CTS/
Dcontrol.arm.android.acceleration8 NAME = 'cheets_CTS.arm.android.acceleration'
15 DOC = ('Run package android.acceleration of the '
25 tag='android.acceleration',
26 target_package='android.acceleration',
Dcontrol.x86.android.acceleration8 NAME = 'cheets_CTS.x86.android.acceleration'
15 DOC = ('Run package android.acceleration of the '
25 tag='android.acceleration',
26 target_package='android.acceleration',
/external/lz4/lib/
Dlz4.c469 const U32 acceleration) in LZ4_compress_generic() argument
522 unsigned searchMatchNb = acceleration << LZ4_skipTrigger; in LZ4_compress_generic()
659 …te(void* state, const char* source, char* dest, int inputSize, int maxOutputSize, int acceleration) in LZ4_compress_fast_extState() argument
663 if (acceleration < 1) acceleration = ACCELERATION_DEFAULT; in LZ4_compress_fast_extState()
667 …ze, 0, notLimited, byU16, noDict, noDictIssue, acceleration); in LZ4_compress_fast_extState()
669 … 0, notLimited, (sizeof(void*)==8) ? byU32 : byPtr, noDict, noDictIssue, acceleration); in LZ4_compress_fast_extState()
672 …ze, maxOutputSize, limitedOutput, byU16, noDict, noDictIssue, acceleration); in LZ4_compress_fast_extState()
674 …xOutputSize, limitedOutput, (sizeof(void*)==8) ? byU32 : byPtr, noDict, noDictIssue, acceleration); in LZ4_compress_fast_extState()
679 …4_compress_fast(const char* source, char* dest, int inputSize, int maxOutputSize, int acceleration) in LZ4_compress_fast() argument
688 … result = LZ4_compress_fast_extState(ctxPtr, source, dest, inputSize, maxOutputSize, acceleration); in LZ4_compress_fast()
[all …]
Dlz4.h170 …_compress_fast (const char* source, char* dest, int sourceSize, int maxDestSize, int acceleration);
181 …te (void* state, const char* source, char* dest, int inputSize, int maxDestSize, int acceleration);
259 …Z4_stream_t* streamPtr, const char* src, char* dst, int srcSize, int maxDstSize, int acceleration);
/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/
DHelloAPI.txt5 Draw a triangle to the screen using hardware acceleration.
8 …alizing a window using :API:, drawing a triangle in it using hardware acceleration, and then termi…
/external/lz4/examples/
Dcompress_functions.c123 const int acceleration = 1; in bench() local
145 rv = LZ4_compress_fast(src, dst, src_size, max_dst_size, acceleration); in bench()
152 LZ4_compress_fast(src, dst, src_size, max_dst_size, acceleration); in bench()
158 rv = LZ4_compress_fast_extState(&state, src, dst, src_size, max_dst_size, acceleration); in bench()
165 LZ4_compress_fast_extState(&state, src, dst, src_size, max_dst_size, acceleration); in bench()
/external/autotest/client/site_tests/video_ChromeHWDecodeUsed/
Dcontrol.vp97 PURPOSE = "Verify that VP9 video decode acceleration works in Chrome"
24 This test verifies VP9 video decode acceleration works.
Dcontrol.vp87 PURPOSE = "Verify that VP8 video decode acceleration works in Chrome"
24 This test verifies VP8 video decode acceleration works.
Dcontrol.h2647 PURPOSE = "Verify that H.264 video decode acceleration works in Chrome"
24 This test verifies H.264 video decode acceleration works.
Dcontrol.vp8.mse7 PURPOSE = "Verify that VP8 decode acceleration works for MSE videos in Chrome"
24 This test verifies VP8 decode acceleration works for MSE videos.
Dcontrol.vp9.mse7 PURPOSE = "Verify that VP9 decode acceleration works for MSE videos in Chrome"
24 This test verifies VP9 decode acceleration works for MSE videos.
Dcontrol.h264.mse7 PURPOSE = "Verify that H.264 decode acceleration works for MSE videos in Chrome"
24 This test verifies H.264 decode acceleration works for MSE videos.
/external/deqp/framework/platform/win32/
DtcuWGL.hpp83 Acceleration acceleration; member in tcu::wgl::PixelFormatInfo
135 , acceleration (ACCELERATION_LAST) in PixelFormatInfo()
/external/webrtc/webrtc/modules/audio_processing/test/android/apmtest/jni/
Dmain.c281 event.acceleration.x, event.acceleration.y, in android_main()
282 event.acceleration.z); in android_main()
/external/skia/site/user/
Dtips.md7 + [How to add hardware acceleration in Skia](#hw-acceleration)
79 <span id="hw-acceleration">How to add hardware acceleration in Skia</span>
/external/icu/icu4c/source/data/unit/
Dug.txt6 acceleration{
209 acceleration{
401 acceleration{
Duz_Cyrl.txt12 acceleration{
223 acceleration{
434 acceleration{
/external/scrypt/patches/
DREADME11 Adds NEON acceleration for the Salsa20/8 mixing function.
/external/mesa3d/src/gallium/targets/xa-vmwgfx/
Dxatracker.pc.in7 Description: Xorg Gallium3D acceleration library
/external/mesa3d/src/gallium/docs/source/
Ddistro.rst84 acceleration services to X11 servers with the DRI extension. Supports DRI1
118 modesetting and acceleration as a DDX driver.
/external/autotest/server/site_tests/audiovideo_AVSync/
Dcontrol.sw_video_acc20 1080p 60fps MP4 video (video: h264, audio: aac) without hardware acceleration.
/external/autotest/client/site_tests/video_JpegDecodeAccelerator/
Dcontrol7 PURPOSE = "Verify Chromium hardware JPEG decode acceleration works."

1234567