HomeSort by relevance Sort by last modified time
    Searched full:sensor (Results 376 - 400 of 1103) sorted by null

<<11121314151617181920>>

  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCameraHWInterface2.cpp 450 currentEntry->internal_shot.shot.ctl.request.frameCount, currentEntry->internal_shot.shot.dm.sensor.timeStamp);
522 shot_ext->shot.ctl.sensor.exposureTime = 0;
523 shot_ext->shot.ctl.sensor.frameDuration = 33*1000*1000;
524 shot_ext->shot.ctl.sensor.sensitivity = 0;
633 timeStamp = request_shot->shot.dm.sensor.timeStamp;
635 request_shot->shot.dm.sensor.timeStamp = timeStamp;
780 index, frameCnt, currentEntry->internal_shot.shot.dm.sensor.timeStamp);
782 currentEntry->internal_shot.shot.dm.sensor.timeStamp = *((uint64_t*)frameTime);
784 index, frameCnt, currentEntry->internal_shot.shot.dm.sensor.timeStamp);
809 nsecs_t frameTime = currentEntry->internal_shot.shot.dm.sensor.timeStamp
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
SensorCtsVerifierTestActivity.java 29 * An Activity that provides a test execution engine for Sensor CtsVerifier tests. The tests are
48 * Executes Semi-automated Sensor tests.
ISensorTestStateContainer.java 24 * other CtsVerifier Sensor Test Framework helper components.
  /device/lge/hammerhead/libsensors/
LightSensor.cpp 38 mPendingEvent.sensor = ID_L;
140 mPendingEvent.sensor = ID_L;
ProximitySensor.cpp 38 mPendingEvent.sensor = ID_PX;
121 mPendingEvent.sensor = ID_PX;
  /frameworks/base/core/java/android/hardware/camera2/
TotalCaptureResult.java 27 * <p>The total assembled results of a single image capture from the image sensor.</p>
29 * <p>Contains the final configuration for the capture hardware (sensor, lens,
CaptureRequest.java 39 * <p>Contains the configuration for the capture hardware (sensor, lens, flash),
481 * sensor's native color into linear sRGB color.</p>
511 * <p>which define a transform from input sensor colors, <code>P_in = [ r g b ]</code>,
545 * from sensor RGB color space to output linear sRGB color space.</p>
722 * ({@link CaptureRequest#SENSOR_EXPOSURE_TIME android.sensor.exposureTime}) and sensitivity ({@link CaptureRequest#SENSOR_SENSITIVITY android.sensor.sensitivity})
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
IBatteryStats.aidl 29 void noteStartSensor(int uid, int sensor);
30 void noteStopSensor(int uid, int sensor);
  /frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
GL2CameraEye.java 45 import android.hardware.Sensor;
79 mAcceleration = mSensorManager.getDefaultSensor(Sensor.TYPE_LINEAR_ACCELERATION);
117 if (event.sensor.getType() == Sensor.TYPE_LINEAR_ACCELERATION) {
126 public void onAccuracyChanged(Sensor sensor, int accuracy) {
127 // Ignoring sensor accuracy changes.
134 Sensor mAcceleration;
  /pdk/apps/CameraITS/tests/scene1/
test_black_white.py 39 expt_range = props['android.sensor.info.exposureTimeRange']
40 sens_range = props['android.sensor.info.sensitivityRange']
test_exposure.py 52 expt_range = props['android.sensor.info.exposureTimeRange']
53 sens_range = props['android.sensor.info.sensitivityRange']
test_linearity.py 56 sens_range = props['android.sensor.info.sensitivityRange']
73 req["android.sensor.sensitivity"] = sens
  /system/media/camera/tests/
camera_metadata_tests_fake_vendor.h 69 "com.fakevendor.sensor",
70 "com.fakevendor.sensor.info",
  /cts/tests/tests/hardware/
Android.mk 17 # Reusable Sensor test classes and helpers
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/
FrameworkUnitTests.java 32 * Unit test suite for the CTS sensor framework.
SensorCtsHelper.java 195 "%s | sensor='%s', samplingPeriodUs=%d, maxReportLatencyUs=%d | %s",
204 * @return A {@link File} representing a root directory to store sensor tests data.
212 * Creates the directory structure for the given sensor test data sub-directory.
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/
ISensorVerification.java 24 * Interface describing the sensor verification. This class was designed for to handle streaming
  /device/lge/hammerhead/sepolicy/
thermald.te 1 # Temperature sensor daemon (root process)
  /docs/source.android.com/src/devices/camera/
camera3_crop_reprocess.jd 59 coordinate system of the sensor active pixel array, with (0,0) being the
80 the crop region, the dimensions of the image sensor, and the lens focal length.</p>
82 ratios than the crop region, the exact sensor region used for each stream may be
95 1500 pixel array) sensor.</p>
  /frameworks/base/core/java/android/hardware/camera2/legacy/
ParameterUtils.java 362 * @param activeArray active array dimensions, in sensor space
474 * assumes the preview is centered to the sensor and scaled to fit across one of the dimensions
482 * @param activeArray active array dimensions, in sensor space
483 * @param previewSize size of the preview buffer render target, in pixels (not in sensor space)
485 * in sensor space
579 * <p>To get the reported crop region when applying a zoom to the sensor, use {@code streamSize}
583 * @param activeArray active array dimensions, in sensor space
609 * <p>To get the reported crop region when applying a zoom to the sensor, use {@code streamSize}
613 * @param activeArray active array dimensions, in sensor space
636 * <p>To get the reported crop region when applying a zoom to the sensor, use {@code streamSize
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/20/changes/
alldiffs_index_all.html 377 <nobr><A HREF="android.hardware.Sensor.html#android.hardware.Sensor.getStringType_added()" class="hiddenlink" target="rightframe"><b>getStringType</b>
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
WindowOrientationListener.java 20 import android.hardware.Sensor;
58 private Sensor mSensor;
68 * @param handler Provides the Looper for receiving sensor updates.
78 * @param handler Provides the Looper for receiving sensor updates.
79 * @param rate at which sensor events are processed (see also
91 ? Sensor.TYPE_GRAVITY : Sensor.TYPE_ACCELEROMETER);
99 * Enables the WindowOrientationListener so it will monitor the sensor and call
167 * Returns true if sensor is enabled and false otherwise
247 // Indices into SensorEvent.values for the accelerometer sensor
    [all...]
  /frameworks/base/tests/UsesFeature2Test/
AndroidManifest.xml 26 <uses-feature android:name="android.hardware.sensor.accelerometer" />
  /sdk/apps/SdkController/assets/
intro_help.html 30 <b>SdkController</b> is used to send sensor data from an actual device to an emulator. <p/>
  /sdk/apps/SdkController/res/values/
strings.xml 41 <string name="sensors_hz_per_sensor">Hz per sensor</string>

Completed in 634 milliseconds

<<11121314151617181920>>