/hardware/intel/common/libva/debian.upstream/ |
README.Debian | 4 This library implements the Video Acceleration (VA) API for Linux. 5 It will load a hardware dependendent video acceleration driver.
|
control.in | 27 Description: Video Acceleration (VA) API for Linux -- development files 28 The libva library implements the Video Acceleration (VA) API for Linux. 40 Description: Video Acceleration (VA) API for Linux -- runtime 41 The libva library implements the Video Acceleration (VA) API for Linux. 48 Description: Video Acceleration (VA) API for Linux -- runtime 49 The libva library implements the Video Acceleration (VA) API for Linux. 57 Description: Video Acceleration (VA) API for Linux -- info program 58 The libva library implements the Video Acceleration (VA) API for Linux.
|
/external/replicaisland/src/com/replica/replicaisland/ |
Interpolator.java | 20 * Helper class for interpolating velocity over time given a target velocity and acceleration. 22 * Note that acceleration is effectively an absolute value--it always points in the direction of 35 // Rather than simply interpolating acceleration and velocity for each time step 36 // (as in, position += (velocity * time); velocity += (acceleration * time);), 49 // change in position = velocity * time + (0.5 * acceleration * (time^2)) 50 // change in velocity = acceleration * time 52 public void set(float current, float target, float acceleration) { 55 mAcceleration = acceleration; 63 // point the acceleration at the target, or zero it if we are already 67 // calculate scaled acceleration (0.5 * acceleration * (time^2) [all...] |
/external/autotest/server/site_tests/cheets_CTS/ |
control.arm.android.acceleration | 8 NAME = 'cheets_CTS.arm.android.acceleration' 15 DOC = ('Run package android.acceleration of the ' 25 tag='android.acceleration', 26 target_package='android.acceleration',
|
control.x86.android.acceleration | 8 NAME = 'cheets_CTS.x86.android.acceleration' 15 DOC = ('Run package android.acceleration of the ' 25 tag='android.acceleration', 26 target_package='android.acceleration',
|
/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/ |
HelloAPI.txt | 5 Draw a triangle to the screen using hardware acceleration. 8 A basic tutorial that guides the user, step-by-step, through the process of initializing a window using :API:, drawing a triangle in it using hardware acceleration, and then terminating the window.
|
/cts/tests/acceleration/ |
AndroidManifest.xml | 18 package="android.acceleration.cts"> 24 <activity android:name="android.acceleration.HardwareAcceleratedActivity" /> 25 <activity android:name="android.acceleration.SoftwareAcceleratedActivity" 27 <activity android:name="android.acceleration.WindowFlagHardwareAcceleratedActivity" 32 android:targetPackage="android.acceleration.cts" 33 android:label="Tests for the Hardware Acceleration APIs." >
|
/frameworks/native/include/input/ |
VelocityControl.h | 27 * Specifies parameters that govern pointer or wheel acceleration. 39 // The scaled speed at which acceleration begins to be applied. 41 // small precise motions that are performed without any acceleration. 47 // The scaled speed at which maximum acceleration is applied. 49 // the range of speeds over which the acceleration factor is interpolated. 50 // The wider the range, the smoother the acceleration. 56 // The acceleration factor. 61 // Default is 1.0 (no acceleration). 62 float acceleration; member in struct:android::VelocityControlParameters 65 scale(1.0f), lowThreshold(0.0f), highThreshold(0.0f), acceleration(1.0f) [all...] |
/cts/tests/acceleration/src/android/acceleration/cts/ |
HardwareAccelerationTest.java | 17 package android.acceleration.cts; 19 import android.acceleration.HardwareAcceleratedActivity; 24 * Test that uses an Activity with hardware acceleration enabled. 35 // Hardware acceleration should be available on devices with GL ES 2 or higher...
|
SoftwareAccelerationTest.java | 17 package android.acceleration.cts; 19 import android.acceleration.SoftwareAcceleratedActivity; 24 * Test that uses an Activity with hardware acceleration explicitly disabled 25 * and makes sure that all views are rendered using software acceleration.
|
WindowFlagHardwareAccelerationTest.java | 17 package android.acceleration.cts; 19 import android.acceleration.WindowFlagHardwareAcceleratedActivity; 22 * Test that uses an Activity with hardware acceleration enabled. 32 // Hardware acceleration should be available on devices with GL ES 2 or higher...
|
/external/scrypt/patches/ |
README | 11 Adds NEON acceleration for the Salsa20/8 mixing function.
|
/hardware/intel/common/libva/pkgconfig/ |
libva-drm.pc.in | 8 Description: Userspace Video Acceleration (VA) ${display} interface
|
libva-egl.pc.in | 8 Description: Userspace Video Acceleration (VA) ${display} interface
|
libva-glx.pc.in | 8 Description: Userspace Video Acceleration (VA) ${display} interface
|
libva-tpi.pc.in | 7 Description: Userspace Video Acceleration (VA) 3rd party interface
|
libva-x11.pc.in | 8 Description: Userspace Video Acceleration (VA) ${display} interface
|
libva.pc.in | 8 Description: Userspace Video Acceleration (VA) core interface
|
libva-wayland.pc.in | 8 Description: Userspace Video Acceleration (VA) ${display} interface
|
/cts/tests/acceleration/res/layout/ |
acceleration.xml | 21 <android.acceleration.AcceleratedView android:id="@+id/hardware_accelerated_view" 27 <android.acceleration.AcceleratedView android:id="@+id/software_accelerated_view" 33 <!-- Acceleration will be set via manual setLayerType calls from the activity. --> 34 <android.acceleration.AcceleratedView android:id="@+id/manual_hardware_accelerated_view" 39 <android.acceleration.AcceleratedView android:id="@+id/manual_software_accelerated_view"
|
/external/ImageMagick/Magick++/lib/Magick++/ |
Functions.h | 22 // Disable OpenCL acceleration (only works when build with OpenCL support) 25 // Enable OpenCL acceleration (only works when build with OpenCL support)
|
/external/autotest/client/site_tests/video_ChromeHWDecodeUsed/ |
control.h264 | 7 PURPOSE = "Verify that H.264 video decode acceleration works in Chrome" 24 This test verifies H.264 video decode acceleration works.
|
control.vp8 | 7 PURPOSE = "Verify that VP8 video decode acceleration works in Chrome" 24 This test verifies VP8 video decode acceleration works.
|
control.vp9 | 7 PURPOSE = "Verify that VP9 video decode acceleration works in Chrome" 24 This test verifies VP9 video decode acceleration works.
|
/external/mesa3d/src/gallium/targets/xa-vmwgfx/ |
xatracker.pc.in | 7 Description: Xorg Gallium3D acceleration library
|