Home
last modified time | relevance | path

Searched refs:ConfigPhotoCaptureSetting (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/test/
H A Dcamera_capture_mode.cpp37 static std::shared_ptr<PhotoCaptureSetting> ConfigPhotoCaptureSetting() in ConfigPhotoCaptureSetting() function
552 ret = ((sptr<PhotoOutput> &)photoOutput)->Capture(ConfigPhotoCaptureSetting()); in main()
567 ret = ((sptr<PhotoOutput> &)photoOutput)->Capture(ConfigPhotoCaptureSetting()); in main()
584 ret = ((sptr<PhotoOutput> &)photoOutput)->Capture(ConfigPhotoCaptureSetting()); in main()
599 ret = ((sptr<PhotoOutput> &)photoOutput)->Capture(ConfigPhotoCaptureSetting()); in main()
614 ret = ((sptr<PhotoOutput> &)photoOutput)->Capture(ConfigPhotoCaptureSetting()); in main()
628 ret = ((sptr<PhotoOutput> &)photoOutput)->Capture(ConfigPhotoCaptureSetting()); in main()
H A Dcamera_capture.cpp36 static std::shared_ptr<PhotoCaptureSetting> ConfigPhotoCaptureSetting() in ConfigPhotoCaptureSetting() function
273 ret = ((sptr<PhotoOutput> &)photoOutput)->Capture(ConfigPhotoCaptureSetting()); in main()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/test/sample/
H A Dmain.cpp257 static std::shared_ptr<PhotoCaptureSetting> ConfigPhotoCaptureSetting() in ConfigPhotoCaptureSetting() function
323 ((sptr<PhotoOutput> &)g_photoOutput)->Capture(ConfigPhotoCaptureSetting()); in main()
/ohos5.0/foundation/distributedhardware/distributed_camera/test/distributedcameraclienttest/
H A Ddcamera_client_demo.cpp266 std::shared_ptr<PhotoCaptureSetting> ConfigPhotoCaptureSetting() in ConfigPhotoCaptureSetting() function
318 int32_t ret = ((sptr<PhotoOutput> &)g_photoOutput)->Capture(ConfigPhotoCaptureSetting()); in Capture()
H A Ddcamera_client_demo.h331 std::shared_ptr<OHOS::CameraStandard::PhotoCaptureSetting> ConfigPhotoCaptureSetting();