HomeSort by relevance Sort by last modified time
    Searched refs:maxSnapshotHeight (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 436 maxSnapshotHeight = mPictureSizes[0].height;
440 (maxSnapshotHeight <= mPictureSizes[i].height))){
442 maxSnapshotHeight = mPictureSizes[i].height;
547 && (height <= maxSnapshotHeight) )
    [all...]

Completed in 309 milliseconds