Searched refs:mMaxZoomSupported (Results 1 - 2 of 2) sorted by relevance

/hardware/ti/omap4xxx/camera/
H A DCameraHal.cpp918 if ( ( varint >= 0 ) && ( varint <= mMaxZoomSupported ) ) {
2858 mMaxZoomSupported = 0;
3279 mMaxZoomSupported = atoi(mCameraProperties->get(CameraProperties::SUPPORTED_ZOOM_STAGES));
/hardware/ti/omap4xxx/camera/inc/
H A DCameraHal.h1262 int32_t mMaxZoomSupported; member in class:android::CameraHal

Completed in 93 milliseconds