OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCurrentPreviewFrame
(Results
1 - 5
of
5
) sorted by null
/device/generic/goldfish/camera/
EmulatedQemuCameraDevice.h
87
status_t
getCurrentPreviewFrame
(void* buffer);
EmulatedQemuCameraDevice.cpp
219
status_t EmulatedQemuCameraDevice::
getCurrentPreviewFrame
(void* buffer)
226
return EmulatedCameraDevice::
getCurrentPreviewFrame
(buffer);
EmulatedCameraDevice.h
185
virtual status_t
getCurrentPreviewFrame
(void* buffer);
PreviewWindow.cpp
172
res = camera_dev->
getCurrentPreviewFrame
(img);
EmulatedCameraDevice.cpp
158
status_t EmulatedCameraDevice::
getCurrentPreviewFrame
(void* buffer)
Completed in 66 milliseconds