Home | History | Annotate | Download | only in camera

Lines Matching refs:mMaxZoom

1333 static int32_t mMaxZoom = 0;
1749 (void **)&zoomRatios, (uint32_t *) &mMaxZoom) == MM_CAMERA_SUCCESS) {
1751 if( mMaxZoom >0) {
1752 ALOGI("Maximum zoom value is %d", mMaxZoom);
1754 zoom_ratio_values = create_str(zoomRatios, mMaxZoom);
1765 mMaxZoom = 0;
1856 ALOGI("max zoom is %d", mMaxZoom-1);
1857 /* mMaxZoom value that the query interface returns is the size
1861 mParameters.set("max-zoom",mMaxZoom-1);
6485 if((i < 0) || (i > mMaxZoom)) {
8895 if(zoom_level >= 0 && zoom_level <= mMaxZoom-1) {