Home
last modified time | relevance | path

Searched refs:zoomRatioRange (Results 1 – 4 of 4) sorted by relevance

/test/xts/hats/hdf/camera/cameraHdi/v4l2/src/
Dcamera_ability_test.cpp87 std::vector<float> zoomRatioRange; in GetZoomRatioRange() local
98 zoomRatioRange.push_back(*(entry.data.f + i)); in GetZoomRatioRange()
101 for (auto it = zoomRatioRange.begin(); it != zoomRatioRange.end(); it++) { in GetZoomRatioRange()
/test/xts/acts/multimedia/camera/camera_ndk_test/src/main/ets/test/
DCameraSessionZoomRatioTest.test.ets281 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…
/test/xts/acts/multimedia/camera/camera_js_standard/entry/src/main/ets/test/
DCameraSessionZoomRatioTest.test.ets537 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]);
/test/xts/acts/validator/acts_validator/src/main/ets/pages/model/
DCameraService.ts307 let zoomRatioRange = this.captureSession.getZoomRatioRange()
308 Logger.info(this.tag, `getZoomRatioRange success: ${zoomRatioRange}`)