Home | History | Annotate | Download | only in camera

Lines Matching refs:mMaxZoom

840         mMaxZoom=0;
843 MM_CAMERA_PARM_MAXZOOM, &mMaxZoom)){
847 ALOGV("Max Zoom:%d",mMaxZoom);
850 if(mMaxZoom>MAX_ZOOM_RATIOS) {
852 mMaxZoom=MAX_ZOOM_RATIOS-1;
854 zmt.size=mMaxZoom;
861 mZoomRatioValues = create_str(zoomRatios, mMaxZoom);
1013 ALOGV("max zoom is %d", mMaxZoom-1);
1014 /* mMaxZoom value that the query interface returns is the size
1015 ALOGV("max zoom is %d", mMaxZoom-1);
1016 * mMaxZoom value that the query interface returns is the size
1020 mParameters.set("max-zoom",mMaxZoom-1);
1662 if(zoom_level >= 0 && zoom_level <= mMaxZoom-1) {