Home | History | Annotate | Download | only in src

Lines Matching refs:mMaxZoom

885         mMaxZoom=0;
888 MM_CAMERA_PARM_MAXZOOM, &mMaxZoom)<0){
892 ALOGE("Max Zoom:%d",mMaxZoom);
895 if(mMaxZoom>MAX_ZOOM_RATIOS) {
897 mMaxZoom=MAX_ZOOM_RATIOS-1;
899 zmt.size=mMaxZoom;
906 mZoomRatioValues = create_str(zoomRatios, mMaxZoom);
1043 ALOGE("max zoom is %d", mMaxZoom-1);
1044 /* mMaxZoom value that the query interface returns is the size
1045 ALOGV("max zoom is %d", mMaxZoom-1);
1046 * mMaxZoom value that the query interface returns is the size
1050 mParameters.set("max-zoom",mMaxZoom-1);
1700 if(zoom_level >= 0 && zoom_level <= mMaxZoom-1) {