HomeSort by relevance Sort by last modified time
    Searched refs:captureResult (Results 1 - 4 of 4) sorted by null

  /packages/apps/Camera2/src/com/android/camera/one/v2/
ImageCaptureManager.java 22 import android.hardware.camera2.CaptureResult;
23 import android.hardware.camera2.CaptureResult.Key;
87 * @param key the {@link CaptureResult} key this listener listens for.
90 * {@link android.hardware.camera2.CaptureResult.Key} this
93 * the {@link android.hardware.camera2.CaptureResult.Key}
95 * @param result the CaptureResult containing the new value
98 CaptureResult result);
114 public void onImageCaptured(Image image, TotalCaptureResult captureResult);
126 * {@captureResult} indicates that the lens was moving during image
129 * @param captureResult The metadata associated with the image
    [all...]
OneCameraZslImpl.java 29 import android.hardware.camera2.CaptureResult;
30 import android.hardware.camera2.CaptureResult.Key;
162 * Maintains a buffer of images and their associated {@link CaptureResult}s.
234 captureResult) {
235 long timestamp = captureResult.get(CaptureResult.SENSOR_TIMESTAMP);
256 Log.v(TAG, "Image saved. Frame number = " + captureResult.getFrameNumber());
302 mCaptureManager.addMetadataChangeListener(CaptureResult.CONTROL_AF_STATE,
306 CaptureResult result) {
309 result.get(CaptureResult.CONTROL_AF_STATE))
    [all...]
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Device.cpp     [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
CameraMetadataTest.java 33 import android.hardware.camera2.CaptureResult;
    [all...]

Completed in 245 milliseconds