HomeSort by relevance Sort by last modified time
    Searched refs:maxSnapshotWidth (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 600 int maxSnapshotWidth;
QCameraHWI_Parm.cpp 421 maxSnapshotWidth = mPictureSizes[0].width;
425 if(((maxSnapshotWidth < mPictureSizes[i].width) &&
427 maxSnapshotWidth = mPictureSizes[i].width;
532 && (width <= maxSnapshotWidth)
    [all...]
QualcommCameraHardware.cpp     [all...]
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Parm.cpp 422 maxSnapshotWidth = mPictureSizes[0].width;
426 if(((maxSnapshotWidth < mPictureSizes[i].width) &&
428 maxSnapshotWidth = mPictureSizes[i].width;
533 && (width <= maxSnapshotWidth)
    [all...]

Completed in 405 milliseconds