OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:acceleration
(Results
101 - 125
of
508
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/opencv3/3rdparty/include/ffmpeg_/libavcodec/
dxva2.h
2
* DXVA2 HW
acceleration
/external/opencv3/modules/core/include/opencv2/core/
ippasync.hpp
101
@param accel accelerator instance (see hpp::getHpp for the list of
acceleration
framework types).
137
@param accel accelerator instance (see hpp::getHpp for the list of
acceleration
framework types).
165
- **HPP_ACCEL_TYPE_ANY** - any
acceleration
or no
acceleration
available.
/external/skia/site/user/
tips.md
7
+ [How to add hardware
acceleration
in Skia](#hw-
acceleration
)
121
<span id="hw-
acceleration
"></span>
123
How to add hardware
acceleration
in Skia
/external/skia/src/core/
SkBigPicture.h
21
// AccelData provides a base class for device-specific
acceleration
data.
/frameworks/base/services/core/java/com/android/server/policy/
WindowOrientationListener.java
305
* absolute magnitude of the
acceleration
. In particular, there are singularities
363
// undergoing external
acceleration
before the proposed rotation can change.
380
// If the
acceleration
samples are further apart than this amount in time, we reset the
386
// The
acceleration
filter time constant.
388
// This time constant is used to tune the
acceleration
filter such that
405
// small or we do a poor job suppressing
acceleration
spikes.
413
// If the device is undergoing external
acceleration
(being bumped, in a car
425
// However, we need to tolerate some
acceleration
because the angular momentum
426
// of turning the device can skew the observed
acceleration
for a short period of time.
493
// 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/bsp/intel/peripheral/libupm/examples/c++/
adxl345.cxx
41
acc = accel->getAcceleration(); // Read
acceleration
(g)
h3lis331dl.cxx
66
cout << "
Acceleration
: AX = " << ax << " AY = " << ay << " AZ = " << az
/hardware/bsp/intel/peripheral/libupm/examples/java/
H3LIS331DLSample.java
55
System.out.println( "
Acceleration
: X: " + accel[0] + " Y: " + accel[1] + " Z: " + accel[2] );
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
adxl345.js
35
var force = adxl.getAcceleration(); // Read
acceleration
force (g)
/hardware/bsp/intel/peripheral/libupm/examples/python/
adxl345.py
34
force = adxl.getAcceleration() # Read
acceleration
force (g)
/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)
/hardware/bsp/intel/peripheral/libupm/src/adis16448/
adis16448.h
59
#define XACCL_OFF 0x20 //X-axis
acceleration
bias offset factor
60
#define YACCL_OFF 0x22 //Y-axis
acceleration
bias offset factor
61
#define ZACCL_OFF 0x24 //Z-axis
acceleration
bias offset factor
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/influencers/
DynamicsModifier.java
14
/** It's the base class for any kind of influencer which operates on angular velocity and
acceleration
of the particles.
35
accellerationChannel = controller.particles.addChannel(ParticleChannels.
Acceleration
);
303
accelerationChannel = controller.particles.addChannel(ParticleChannels.
Acceleration
);
353
directionalVelocityChannel = controller.particles.addChannel(ParticleChannels.
Acceleration
);
399
directionalVelocityChannel = controller.particles.addChannel(ParticleChannels.
Acceleration
);
449
accelerationChannel = controller.particles.addChannel(ParticleChannels.
Acceleration
);
/hardware/bsp/intel/peripheral/libupm/src/h3lis331dl/
h3lis331dl.h
571
* Gets
acceleration
values for each of the axes
573
* @param aX Returned X-axis
acceleration
574
* @param aY Returned Y-axis
acceleration
575
* @param aZ Returned Z-axis
acceleration
599
* Gets
acceleration
values for each of the axes
601
* @return Array containing X, Y, Z
acceleration
values
/development/ndk/platforms/android-9/samples/native-activity/jni/
main.c
281
event.
acceleration
.x, event.
acceleration
.y,
282
event.
acceleration
.z);
/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
:
/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. */
/hardware/bsp/intel/peripheral/libupm/src/mma7455/
mma7455.h
200
* Reads X-axis, Y-axis, and Z-axis
acceleration
data
212
* Reads X-axis, Y-axis, and Z-axis
acceleration
data
214
* @return Array containing X, Y, Z
acceleration
data
/build/target/board/generic_arm64/
BoardConfig.mk
75
# the GLES renderer disables itself if host GL
acceleration
isn't available.
/build/target/board/generic_mips64/
BoardConfig.mk
64
# 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
.
Completed in 1157 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>