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

  /frameworks/av/services/camera/libcameraservice/api1/client2/
CaptureSequencer.h 69 void onCaptureAvailable(nsecs_t timestamp, sp<MemoryBase> captureBuffer);
JpegProcessor.cpp 271 sequencer->onCaptureAvailable(imgBuffer.timestamp, captureBuffer);
CaptureSequencer.cpp 121 void CaptureSequencer::onCaptureAvailable(nsecs_t timestamp,
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/v1/
CameraOps.java 406 listener.onCaptureAvailable(i);
607 void onCaptureAvailable(Image capture);
TestingCamera2.java 373 public void onCaptureAvailable(Image capture) {
  /pdk/apps/CameraITS/service/src/com/android/camera2/its/
ItsService.java 181 void onCaptureAvailable(Image capture);
691 listener.onCaptureAvailable(i);
    [all...]

Completed in 189 milliseconds