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

  /frameworks/base/core/java/android/hardware/camera2/
CameraCaptureSession.java 101 * @see #captureBurst
150 public abstract int captureBurst(List<CaptureRequest> requests, CaptureCallback listener,
165 * through {@link #capture} or {@link #captureBurst}, so if
201 * @see #captureBurst
218 * {@link #captureBurst}, the current repetition of the request list will be
227 * submit requests through {@link #captureBurst}.</p>
261 * @see #captureBurst
273 * {@link #capture capture} or {@link #captureBurst captureBurst}.</p>
457 * @see #captureBurst
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
BurstCaptureTest.java 227 mSession.captureBurst(burst, resultListener, mHandler);
240 mSession.captureBurst(burst, resultListener, mHandler);
CameraDeviceTest.java 633 // Test: CameraCaptureSession captureBurst should throw IAE for null request list.
634 mSession.captureBurst(/*requests*/null, /*listener*/null, mHandler);
635 mCollector.addMessage("Session captureBurst should throw " +
642 // Test: CameraCaptureSession captureBurst should throw IAE for empty request list.
643 mSession.captureBurst(emptyRequests, /*listener*/null, mHandler);
644 mCollector.addMessage("Session captureBurst should throw " +
651 // Test: CameraCaptureSession captureBurst should throw IAE for request
653 mSession.captureBurst(unConfiguredRequests, /*listener*/null, mHandler);
654 fail("Session captureBurst should throw IllegalArgumentException " +
709 * @param burst If the test uses {@link CameraCaptureSession#captureBurst} o
    [all...]
RecordingTest.java 699 mSession.captureBurst(requests, resultListener, mHandler);
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/impl/
CameraCaptureSessionImpl.java 166 public synchronized int captureBurst(List<CaptureRequest> requests, CaptureCallback callback,
180 Log.v(TAG, mIdString + "captureBurst - requests " + Arrays.toString(requestArray) +
184 return addPendingSequence(mDeviceImpl.captureBurst(requests,
CameraDeviceImpl.java 506 public int captureBurst(List<CaptureRequest> requests, CaptureCallback callback,
    [all...]
  /prebuilts/sdk/21/
android.jar 

Completed in 1034 milliseconds