OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxSnapshotHeight
(Results
1 - 6
of
6
) sorted by null
/device/lge/mako/camera/QCamera/HAL/core/inc/
QCameraHWI.h
689
int maxSnapshotWidth,
maxSnapshotHeight
;
/device/lge/mako/camera/
QCameraHWI.h
700
int maxSnapshotWidth,
maxSnapshotHeight
;
QualcommCameraHardware.h
601
int
maxSnapshotHeight
;
QCameraHWI_Parm.cpp
422
maxSnapshotHeight
= mPictureSizes[0].height;
426
(
maxSnapshotHeight
<= mPictureSizes[i].height))){
428
maxSnapshotHeight
= mPictureSizes[i].height;
533
&& (height <=
maxSnapshotHeight
) )
[
all
...]
QualcommCameraHardware.cpp
[
all
...]
/device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Parm.cpp
423
maxSnapshotHeight
= mPictureSizes[0].height;
427
(
maxSnapshotHeight
<= mPictureSizes[i].height))){
429
maxSnapshotHeight
= mPictureSizes[i].height;
534
&& (height <=
maxSnapshotHeight
) )
[
all
...]
Completed in 33 milliseconds