Home
last modified time | relevance | path

Searched refs:maxSnapshotWidth (Results 1 – 3 of 3) sorted by relevance

/device/moto/shamu/camera/QCamera/HAL2/core/inc/
DQCameraHWI.h713 int maxSnapshotWidth, maxSnapshotHeight;
/device/moto/shamu/camera/QCamera/HAL/core/inc/
DQCameraHWI.h776 int maxSnapshotWidth, maxSnapshotHeight; variable
/device/moto/shamu/camera/QCamera/HAL/core/src/
DQCameraHWI_Parm.cpp435 maxSnapshotWidth = mPictureSizes[0].width; in filterPictureSizes()
439 if(((maxSnapshotWidth < mPictureSizes[i].width) && in filterPictureSizes()
441 maxSnapshotWidth = mPictureSizes[i].width; in filterPictureSizes()
546 && (width <= maxSnapshotWidth) in isValidDimension()