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

/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
H A DOMXZoom.cpp61 if (( zoom >= 0 ) && ( zoom < mMaxZoomSupported )) {
96 if (( 0 > index) || ((mMaxZoomSupported - 1 ) < index )) {
245 if (( targetIdx >= 0 ) && ( targetIdx < mMaxZoomSupported )) {
H A DOMXCameraAdapter.cpp280 mMaxZoomSupported = mCapabilities->getInt(CameraProperties::SUPPORTED_ZOOM_STAGES) + 1;
282 mMaxZoomSupported = 1;
/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/omap4-aah/camera/inc/
H A DCameraHal.h1501 int32_t mMaxZoomSupported; member in class:Ti::Camera::CameraHal
/hardware/ti/omap4xxx/camera/inc/
H A DCameraHal.h1262 int32_t mMaxZoomSupported; member in class:android::CameraHal
/hardware/ti/omap4-aah/camera/inc/OMXCameraAdapter/
H A DOMXCameraAdapter.h1206 int mMaxZoomSupported; member in class:Ti::Camera::OMXCameraAdapter
/hardware/ti/omap4-aah/camera/
H A DCameraHal.cpp1093 if ( varint >= 0 && varint <= mMaxZoomSupported ) {
3941 mMaxZoomSupported = 0;
4395 mMaxZoomSupported = atoi(mCameraProperties->get(CameraProperties::SUPPORTED_ZOOM_STAGES));

Completed in 70 milliseconds