Home
last modified time | relevance | path

Searched refs:zoomRatios (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParameters.h1105 String8 createZoomRatioValuesString(uint32_t *zoomRatios, size_t length);
DQCameraParameters.cpp1284 String8 QCameraParameters::createZoomRatioValuesString(uint32_t *zoomRatios, in createZoomRatioValuesString() argument
1291 snprintf(buffer, sizeof(buffer), "%d", zoomRatios[0]); in createZoomRatioValuesString()
1297 snprintf(buffer, sizeof(buffer), ",%d", zoomRatios[i]); in createZoomRatioValuesString()