Home
last modified time | relevance | path

Searched refs:QueryZoomPerformance (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dhcapture_session.h251 bool QueryZoomPerformance(std::vector<float>& crossZoomAndTime, int32_t operationMode);
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcapture_session.cpp1188 bool HCaptureSession::QueryZoomPerformance(std::vector<float>& crossZoomAndTime, int32_t operationM… in QueryZoomPerformance() function in OHOS::CameraStandard::HCaptureSession
1283 QueryZoomPerformance(crossZoomAndTime, operationMode); in SetSmoothZoom()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_framework_unittest.cpp6797 EXPECT_EQ(camSession->QueryZoomPerformance(crossZoomAndTime, operationMode), false);