OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getLiveSnapshotSize
(Results
1 - 3
of
3
) sorted by null
/device/asus/flo/camera/QCamera2/HAL/
QCameraParameters.h
412
int32_t
getLiveSnapshotSize
(cam_dimension_t &dim) {dim = m_LiveSnapshotSize; return NO_ERROR;};
/device/lge/hammerhead/camera/QCamera2/HAL/
QCameraParameters.h
411
int32_t
getLiveSnapshotSize
(cam_dimension_t &dim) {dim = m_LiveSnapshotSize; return NO_ERROR;};
/device/moto/shamu/camera/QCamera2/HAL/
QCameraParameters.h
573
int32_t
getLiveSnapshotSize
(cam_dimension_t &dim) {dim = m_LiveSnapshotSize; return NO_ERROR;};
[
all
...]
Completed in 348 milliseconds