Home
last modified time | relevance | path

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

/foundation/multimedia/camera_framework/interfaces/inner_api/native/test/
Dcamera_capture_mode.cpp38 static std::shared_ptr<PhotoCaptureSetting> ConfigPhotoCaptureSetting() in ConfigPhotoCaptureSetting() function
549 ret = ((sptr<PhotoOutput> &)photoOutput)->Capture(ConfigPhotoCaptureSetting()); in main()
564 ret = ((sptr<PhotoOutput> &)photoOutput)->Capture(ConfigPhotoCaptureSetting()); in main()
581 ret = ((sptr<PhotoOutput> &)photoOutput)->Capture(ConfigPhotoCaptureSetting()); in main()
596 ret = ((sptr<PhotoOutput> &)photoOutput)->Capture(ConfigPhotoCaptureSetting()); in main()
611 ret = ((sptr<PhotoOutput> &)photoOutput)->Capture(ConfigPhotoCaptureSetting()); in main()
625 ret = ((sptr<PhotoOutput> &)photoOutput)->Capture(ConfigPhotoCaptureSetting()); in main()
Dcamera_capture.cpp36 static std::shared_ptr<PhotoCaptureSetting> ConfigPhotoCaptureSetting() in ConfigPhotoCaptureSetting() function
267 ret = ((sptr<PhotoOutput> &)photoOutput)->Capture(ConfigPhotoCaptureSetting()); in main()
/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/test/sample/
Dmain.cpp256 static std::shared_ptr<PhotoCaptureSetting> ConfigPhotoCaptureSetting() in ConfigPhotoCaptureSetting() function
322 ((sptr<PhotoOutput> &)g_photoOutput)->Capture(ConfigPhotoCaptureSetting()); in main()
/foundation/distributedhardware/distributed_camera/test/distributedcameraclienttest/
Ddcamera_client_demo.cpp265 std::shared_ptr<PhotoCaptureSetting> ConfigPhotoCaptureSetting() in ConfigPhotoCaptureSetting() function
317 int32_t ret = ((sptr<PhotoOutput> &)g_photoOutput)->Capture(ConfigPhotoCaptureSetting()); in Capture()
Ddcamera_client_demo.h309 std::shared_ptr<OHOS::CameraStandard::PhotoCaptureSetting> ConfigPhotoCaptureSetting();