Searched refs:setRepeatingBurst (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/
H A DCameraCaptureSession.java309 * {@link #setRepeatingBurst}, and will be processed as soon as the current
348 * @see #setRepeatingBurst
411 * @see #setRepeatingBurst
439 * burst set up by this method or {@link #setRepeatingBurst}, although any
477 * @see #setRepeatingBurst
553 public abstract int setRepeatingBurst(@NonNull List<CaptureRequest> requests, method in class:CameraCaptureSession
560 * {@link #setRepeatingBurst}. Has no effect on requests submitted through
575 * @see #setRepeatingBurst
611 * @see #setRepeatingBurst
822 * @see #setRepeatingBurst
[all...]
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraConstrainedHighSpeedCaptureSessionImpl.java212 public int setRepeatingBurst(List<CaptureRequest> requests, CaptureCallback listener, method in class:CameraConstrainedHighSpeedCaptureSessionImpl
219 return mSessionImpl.setRepeatingBurst(requests, listener, handler);
H A DCameraCaptureSessionImpl.java249 public int setRepeatingBurst(List<CaptureRequest> requests, method in class:CameraCaptureSessionImpl
271 Log.v(TAG, mIdString + "setRepeatingBurst - requests " +
276 return addPendingSequence(mDeviceImpl.setRepeatingBurst(requests,
H A DCameraDeviceImpl.java977 public int setRepeatingBurst(List<CaptureRequest> requests, CaptureCallback callback, method in class:CameraDeviceImpl
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
H A DCameraOps.java421 public void setRepeatingBurst(final List<CaptureRequest> requests, method in class:CameraOps
427 mCameraSession.setRepeatingBurst(requests, listener, handler);
/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
H A DCameraOps.java386 public void setRepeatingBurst(final List<CaptureRequest> requests, method in class:CameraOps
392 mCameraSession.setRepeatingBurst(requests, listener, handler);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DCamera2RecordingTest.java362 mSession.setRepeatingBurst(slowMoRequests, listener, mHandler);

Completed in 104 milliseconds