HomeSort by relevance Sort by last modified time
    Searched full:rotation_vector (Results 1 - 11 of 11) sorted by null

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
RotationVectorTestActivity.java 41 * - ROTATION_VECTOR,
59 10.0, // ROTATION_VECTOR
60 10.0, // GEOMAGNETIC ROTATION_VECTOR
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/build/android/
inv_playback-shared 
  /external/opencv/cv/include/
cvcompat.h 648 CvMat rotation_vector = cvMat( 1, 1, CV_32FC3, _rotation_vector ); local
657 &dist_coeffs, &rotation_vector, &translation_vector );
673 CvMat rotation_vector = cvMat( 1, 1, CV_64FC3, _rotation_vector ); local
682 &dist_coeffs, &rotation_vector, &translation_vector );
691 CV_INLINE void cvRodrigues( CvMat* rotation_matrix, CvMat* rotation_vector,
695 cvRodrigues2( rotation_vector, rotation_matrix, jacobian );
697 cvRodrigues2( rotation_matrix, rotation_vector, jacobian );
714 CvMat rotation_vector = cvMat( 3, 1, CV_64FC1, _rotation_vector ); local
730 cvProjectPoints2( &object_points, &rotation_vector, &translation_vector,
    [all...]
cv.h     [all...]
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
main.c 150 ROTATION_VECTOR,
246 CASE_NAME(ROTATION_VECTOR);
554 } else if (components[ROTATION_VECTOR].order == i) {
615 " R = ROTATION_VECTOR,\n"
688 components[ROTATION_VECTOR].order = j;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/
PowerTestHostLink.java 368 } else if (sensorName.compareToIgnoreCase("ROTATION_VECTOR") == 0) {
  /docs/source.android.com/src/devices/sensors/
sensor-stack.jd 100 sensors. When a <a href="sensor-types.html#gyroscope">gyroscope</a>, an <a href="sensor-types.html#accelerometer">accelerometer</a> and a <a href="sensor-types.html#magnetic_field_sensor">magnetometer</a> are present on a device, but no <a href="sensor-types.html#rotation_vector">rotation vector</a>, <a href="sensor-types.html#gravity">gravity</a> and <a href="sensor-types.html#linear_acceleration">linear acceleration</a> sensors are present, the framework implements those sensors so applications
sensor-types.jd 331 <td><p><a href="#rotation_vector">Rotation vector</a></p></td>
513 <h3 id="rotation_vector">Rotation vector</h3>
567 <p>See the <a href="#rotation_vector">Rotation vector</a> sensor for details on
    [all...]
  /frameworks/base/core/java/android/hardware/
SensorManager.java     [all...]
Sensor.java 200 public static final String STRING_TYPE_ROTATION_VECTOR = "android.sensor.rotation_vector";
  /hardware/libhardware/include/hardware/
sensors.h 370 #define SENSOR_STRING_TYPE_ROTATION_VECTOR "android.sensor.rotation_vector"
    [all...]

Completed in 261 milliseconds