Home | History | Annotate | Download | only in camera

Lines Matching refs:mMaxZoom

1330 static int32_t mMaxZoom = 0;
1746 (void **)&zoomRatios, (uint32_t *) &mMaxZoom) == MM_CAMERA_SUCCESS) {
1748 if( mMaxZoom >0) {
1749 ALOGI("Maximum zoom value is %d", mMaxZoom);
1751 zoom_ratio_values = create_str(zoomRatios, mMaxZoom);
1762 mMaxZoom = 0;
1853 ALOGI("max zoom is %d", mMaxZoom-1);
1854 /* mMaxZoom value that the query interface returns is the size
1858 mParameters.set("max-zoom",mMaxZoom-1);
6482 if((i < 0) || (i > mMaxZoom)) {
8892 if(zoom_level >= 0 && zoom_level <= mMaxZoom-1) {