HomeSort by relevance Sort by last modified time
    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