Home
last modified time | relevance | path

Searched refs:mMaxZoomSupported (Results 1 – 7 of 7) sorted by relevance

/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
DOMXZoom.cpp61 if (( zoom >= 0 ) && ( zoom < mMaxZoomSupported )) { in setParametersZoom()
96 if (( 0 > index) || ((mMaxZoomSupported - 1 ) < index )) { in doZoom()
245 if (( targetIdx >= 0 ) && ( targetIdx < mMaxZoomSupported )) { in startSmoothZoom()
DOMXCameraAdapter.cpp280 mMaxZoomSupported = mCapabilities->getInt(CameraProperties::SUPPORTED_ZOOM_STAGES) + 1; in initialize()
282 mMaxZoomSupported = 1; in initialize()
/hardware/ti/omap4xxx/camera/
DCameraHal.cpp918 if ( ( varint >= 0 ) && ( varint <= mMaxZoomSupported ) ) { in setParameters()
2858 mMaxZoomSupported = 0; in CameraHal()
3279 mMaxZoomSupported = atoi(mCameraProperties->get(CameraProperties::SUPPORTED_ZOOM_STAGES)); in insertSupportedParams()
/hardware/ti/omap4xxx/camera/inc/
DCameraHal.h1262 int32_t mMaxZoomSupported; variable
/hardware/ti/omap4-aah/camera/inc/
DCameraHal.h1501 int32_t mMaxZoomSupported; variable
/hardware/ti/omap4-aah/camera/inc/OMXCameraAdapter/
DOMXCameraAdapter.h1206 int mMaxZoomSupported; variable
/hardware/ti/omap4-aah/camera/
DCameraHal.cpp1093 if ( varint >= 0 && varint <= mMaxZoomSupported ) { in setParameters()
3941 mMaxZoomSupported = 0; in CameraHal()
4395 mMaxZoomSupported = atoi(mCameraProperties->get(CameraProperties::SUPPORTED_ZOOM_STAGES)); in insertSupportedParams()