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