OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxSnapshotWidth
(Results
1 - 3
of
3
) sorted by null
/device/moto/shamu/camera/QCamera/HAL/core/inc/
QCameraHWI.h
776
int
maxSnapshotWidth
, maxSnapshotHeight;
[
all
...]
/device/moto/shamu/camera/QCamera/HAL2/core/inc/
QCameraHWI.h
713
int
maxSnapshotWidth
, maxSnapshotHeight;
/device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI_Parm.cpp
435
maxSnapshotWidth
= mPictureSizes[0].width;
439
if(((
maxSnapshotWidth
< mPictureSizes[i].width) &&
441
maxSnapshotWidth
= mPictureSizes[i].width;
546
&& (width <=
maxSnapshotWidth
)
[
all
...]
Completed in 138 milliseconds