Searched refs:zoomRatios (Results 1 – 2 of 2) sorted by relevance
1105 String8 createZoomRatioValuesString(uint32_t *zoomRatios, size_t length);
1284 String8 QCameraParameters::createZoomRatioValuesString(uint32_t *zoomRatios, in createZoomRatioValuesString() argument1291 snprintf(buffer, sizeof(buffer), "%d", zoomRatios[0]); in createZoomRatioValuesString()1297 snprintf(buffer, sizeof(buffer), ",%d", zoomRatios[i]); in createZoomRatioValuesString()