Searched refs:zoomRatioRange (Results 1 – 4 of 4) sorted by relevance
87 std::vector<float> zoomRatioRange; in GetZoomRatioRange() local98 zoomRatioRange.push_back(*(entry.data.f + i)); in GetZoomRatioRange()101 for (auto it = zoomRatioRange.begin(); it != zoomRatioRange.end(); it++) { in GetZoomRatioRange()
281 let zoomRatioRange = cameraObj.sessionGetZoomRatioRange();283 if (!isEmpty(zoomRatioRange)) {284 …_PROMISE_0100 PASSED with ZoomRatioRange length is: " + (zoomRatioRange.maxZoom - zoomRatioRange.m…287 …_PROMISE_0100 FAILED with ZoomRatioRange length is: " + (zoomRatioRange.maxZoom - zoomRatioRange.m…
537 let zoomRatioRange = mCameraSession.getZoomRatioRange();539 if (zoomRatioRange.length > 0) {540 …GET_ZOOM_RATIO_RANGE_PROMISE_0100 PASSED with ZoomRatioRange length is: " + zoomRatioRange.length);542 …GET_ZOOM_RATIO_RANGE_PROMISE_0100 FAILED with ZoomRatioRange length is: " + zoomRatioRange.length);546 for (let j = 0; j < zoomRatioRange.length; j++) {547 console.info(TAG + j + "th, zoom ratio is: " + zoomRatioRange[j]);
307 let zoomRatioRange = this.captureSession.getZoomRatioRange()308 Logger.info(this.tag, `getZoomRatioRange success: ${zoomRatioRange}`)