Home | History | Annotate | Download | only in camera

Lines Matching defs:zoomRatios

1337 static int16_t * zoomRatios;
1749 (void **)&zoomRatios, (uint32_t *) &mMaxZoom) == MM_CAMERA_SUCCESS) {
1753 if(zoomRatios != NULL) {
1754 zoom_ratio_values = create_str(zoomRatios, mMaxZoom);
1756 ALOGE("Failed to get zoomratios ..");