OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onCaptureAvailable
(Results
1 - 6
of
6
) sorted by null
/frameworks/av/services/camera/libcameraservice/api1/client2/
CaptureSequencer.h
68
void
onCaptureAvailable
(nsecs_t timestamp, sp<MemoryBase> captureBuffer);
JpegProcessor.cpp
250
sequencer->
onCaptureAvailable
(imgBuffer.timestamp, captureBuffer);
CaptureSequencer.cpp
120
void CaptureSequencer::
onCaptureAvailable
(nsecs_t timestamp,
/pdk/apps/TestingCamera2/src/com/android/testingcamera2/
CameraOps.java
305
listener.
onCaptureAvailable
(i);
435
void
onCaptureAvailable
(Image capture);
TestingCamera2.java
300
public void
onCaptureAvailable
(Image capture) {
/pdk/apps/CameraITS/service/src/com/android/camera2/its/
ItsService.java
110
void
onCaptureAvailable
(Image capture);
265
listener.
onCaptureAvailable
(i);
551
public void
onCaptureAvailable
(Image capture) {
Completed in 1059 milliseconds