Home | History | Annotate | Download | only in src

Lines Matching refs:mMaxZoom

810         mMaxZoom=0;
813 MM_CAMERA_PARM_MAXZOOM, &mMaxZoom)){
817 LOGE("Max Zoom:%d",mMaxZoom);
820 if(mMaxZoom>MAX_ZOOM_RATIOS) {
822 mMaxZoom=MAX_ZOOM_RATIOS-1;
824 zmt.size=mMaxZoom;
831 mZoomRatioValues = create_str(zoomRatios, mMaxZoom);
962 LOGE("max zoom is %d", mMaxZoom-1);
963 /* mMaxZoom value that the query interface returns is the size
964 LOGV("max zoom is %d", mMaxZoom-1);
965 * mMaxZoom value that the query interface returns is the size
969 mParameters.set("max-zoom",mMaxZoom-1);
1619 if(zoom_level >= 0 && zoom_level <= mMaxZoom-1) {