Home
last modified time | relevance | path

Searched refs:PhotoCaptureSetting (Results 1 – 25 of 45) sorted by relevance

12

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dphoto_output.cpp40 PhotoCaptureSetting::PhotoCaptureSetting() in PhotoCaptureSetting() function in OHOS::CameraStandard::PhotoCaptureSetting
48 PhotoCaptureSetting::QualityLevel PhotoCaptureSetting::GetQuality() in GetQuality()
65 void PhotoCaptureSetting::SetQuality(PhotoCaptureSetting::QualityLevel qualityLevel) in SetQuality()
85 PhotoCaptureSetting::RotationConfig PhotoCaptureSetting::GetRotation() in GetRotation()
98 void PhotoCaptureSetting::SetRotation(PhotoCaptureSetting::RotationConfig rotationValue) in SetRotation()
114 void PhotoCaptureSetting::SetGpsLocation(double latitude, double longitude) in SetGpsLocation()
123 void PhotoCaptureSetting::SetLocation(std::shared_ptr<Location>& location) in SetLocation()
145 void PhotoCaptureSetting::GetLocation(std::shared_ptr<Location>& location) in GetLocation()
154 void PhotoCaptureSetting::SetMirror(bool enable) in SetMirror()
171 bool PhotoCaptureSetting::GetMirror() in GetMirror()
[all …]
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H A Dphoto_output.h158 class PhotoCaptureSetting {
169 PhotoCaptureSetting();
170 virtual ~PhotoCaptureSetting() = default;
320 int32_t Capture(std::shared_ptr<PhotoCaptureSetting> photoCaptureSettings);
451 std::shared_ptr<PhotoCaptureSetting> GetDefaultCaptureSetting();
509 std::shared_ptr<PhotoCaptureSetting> defaultCaptureSetting_;
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/test/sample/
H A Dmain.cpp257 static std::shared_ptr<PhotoCaptureSetting> ConfigPhotoCaptureSetting() in ConfigPhotoCaptureSetting()
259 …std::shared_ptr<PhotoCaptureSetting> photoCaptureSettings = std::make_shared<PhotoCaptureSetting>(… in ConfigPhotoCaptureSetting()
261 PhotoCaptureSetting::RotationConfig rotation = PhotoCaptureSetting::RotationConfig::Rotation_0; in ConfigPhotoCaptureSetting()
264PhotoCaptureSetting::QualityLevel quality = PhotoCaptureSetting::QualityLevel::QUALITY_LEVEL_HIGH; in ConfigPhotoCaptureSetting()
/ohos5.0/foundation/distributedhardware/distributed_camera/test/distributedcameraclienttest/
H A Ddcamera_client_demo.cpp266 std::shared_ptr<PhotoCaptureSetting> ConfigPhotoCaptureSetting() in ConfigPhotoCaptureSetting()
268 …std::shared_ptr<PhotoCaptureSetting> photoCaptureSettings = std::make_shared<PhotoCaptureSetting>(… in ConfigPhotoCaptureSetting()
270 PhotoCaptureSetting::RotationConfig rotation = PhotoCaptureSetting::RotationConfig::Rotation_0; in ConfigPhotoCaptureSetting()
273PhotoCaptureSetting::QualityLevel quality = PhotoCaptureSetting::QualityLevel::QUALITY_LEVEL_HIGH; in ConfigPhotoCaptureSetting()
H A Ddcamera_client_demo.h331 std::shared_ptr<OHOS::CameraStandard::PhotoCaptureSetting> ConfigPhotoCaptureSetting();
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/test/
H A Dcamera_capture.cpp36 static std::shared_ptr<PhotoCaptureSetting> ConfigPhotoCaptureSetting() in ConfigPhotoCaptureSetting()
38 …std::shared_ptr<PhotoCaptureSetting> photoCaptureSettings = std::make_shared<PhotoCaptureSetting>(… in ConfigPhotoCaptureSetting()
40PhotoCaptureSetting::QualityLevel quality = PhotoCaptureSetting::QualityLevel::QUALITY_LEVEL_HIGH; in ConfigPhotoCaptureSetting()
H A Dcamera_capture_mode.cpp37 static std::shared_ptr<PhotoCaptureSetting> ConfigPhotoCaptureSetting() in ConfigPhotoCaptureSetting()
39 …std::shared_ptr<PhotoCaptureSetting> photoCaptureSettings = std::make_shared<PhotoCaptureSetting>(… in ConfigPhotoCaptureSetting()
41PhotoCaptureSetting::QualityLevel quality = PhotoCaptureSetting::QualityLevel::QUALITY_LEVEL_HIGH; in ConfigPhotoCaptureSetting()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H A Dphoto_output_impl.cpp296 std::shared_ptr<PhotoCaptureSetting> capSettings = make_shared<PhotoCaptureSetting>(); in Capture()
304 std::shared_ptr<PhotoCaptureSetting> capSettings = make_shared<PhotoCaptureSetting>(); in Capture_WithCaptureSetting()
306 capSettings->SetQuality(static_cast<PhotoCaptureSetting::QualityLevel>(setting.quality)); in Capture_WithCaptureSetting()
308 capSettings->SetRotation(static_cast<PhotoCaptureSetting::RotationConfig>(setting.rotation)); in Capture_WithCaptureSetting()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/include/
H A Ddcamera_client.h63 std::shared_ptr<CameraStandard::PhotoCaptureSetting>& photoCaptureSetting);
65 std::shared_ptr<CameraStandard::PhotoCaptureSetting>& photoCaptureSetting);
67 std::shared_ptr<CameraStandard::PhotoCaptureSetting>& photoCaptureSetting);
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/src/
H A Ddcamera_client.cpp571 std::shared_ptr<CameraStandard::PhotoCaptureSetting> photoCaptureSetting = in StartPhotoOutput()
572 std::make_shared<CameraStandard::PhotoCaptureSetting>(); in StartPhotoOutput()
586 std::shared_ptr<CameraStandard::PhotoCaptureSetting>& photoCaptureSetting) in SetPhotoCaptureRotation()
593 CameraStandard::PhotoCaptureSetting::RotationConfig rotation = in SetPhotoCaptureRotation()
594 static_cast<CameraStandard::PhotoCaptureSetting::RotationConfig>(item.data.i32[0]); in SetPhotoCaptureRotation()
602 std::shared_ptr<CameraStandard::PhotoCaptureSetting>& photoCaptureSetting) in SetPhotoCaptureQuality()
608 CameraStandard::PhotoCaptureSetting::QualityLevel quality = in SetPhotoCaptureQuality()
609 static_cast<CameraStandard::PhotoCaptureSetting::QualityLevel>(item.data.u8[0]); in SetPhotoCaptureQuality()
617 std::shared_ptr<CameraStandard::PhotoCaptureSetting>& photoCaptureSetting) in SetPhotoCaptureLocation()
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-multimedia_api-9-canary.md36 …void;<br>capture(setting: PhotoCaptureSetting, callback: AsyncCallback\<void>): void;<br>capture(s…
37 | ohos.multimedia.camera | PhotoCaptureSetting | rotation?: ImageRotation; | 新增 |
38 | ohos.multimedia.camera | PhotoCaptureSetting | quality?: QualityLevel; | 新增 |
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta1/
H A Djs-apidiff-multimedia.md35 …void;<br>capture(setting: PhotoCaptureSetting, callback: AsyncCallback\<void>): void;<br>capture(s…
36 | ohos.multimedia.camera | PhotoCaptureSetting | rotation?: ImageRotation; | 新增 |
37 | ohos.multimedia.camera | PhotoCaptureSetting | quality?: QualityLevel; | 新增 |
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/
H A D@ohos.multimedia.camera.d.ts7483 interface PhotoCaptureSetting {
7669 capture(setting: PhotoCaptureSetting, callback: AsyncCallback<void>): void;
7694 capture(setting: PhotoCaptureSetting): Promise<void>;
7709 burstCapture(setting: PhotoCaptureSetting): Promise<void>;
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/photooutput_fuzzer/
H A Dphoto_output_fuzzer.cpp102 output->Capture(make_shared<PhotoCaptureSetting>()); in TestOutput()
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta1/
H A Djs-apidiff-multimedia.md35 …void;<br>capture(setting: PhotoCaptureSetting, callback: AsyncCallback\<void>): void;<br>capture(s…
36 | ohos.multimedia.camera | PhotoCaptureSetting | rotation?: ImageRotation; | Added|
37 | ohos.multimedia.camera | PhotoCaptureSetting | quality?: QualityLevel; | Added|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp2434 std::shared_ptr<PhotoCaptureSetting> photoSetting = std::make_shared<PhotoCaptureSetting>();
2485 std::shared_ptr<PhotoCaptureSetting> photoSetting = std::make_shared<PhotoCaptureSetting>();
2535 std::shared_ptr<PhotoCaptureSetting> photoSetting = std::make_shared<PhotoCaptureSetting>();
2645 std::shared_ptr<PhotoCaptureSetting> photoSetting = std::make_shared<PhotoCaptureSetting>();
2712 std::shared_ptr<PhotoCaptureSetting> photoSetting = std::make_shared<PhotoCaptureSetting>();
5315 std::shared_ptr<PhotoCaptureSetting> photoSetting = std::make_shared<PhotoCaptureSetting>();
6916 std::shared_ptr<PhotoCaptureSetting> photoSetting = std::make_shared<PhotoCaptureSetting>();
6990 std::shared_ptr<PhotoCaptureSetting> photoSetting = std::make_shared<PhotoCaptureSetting>();
7035 std::shared_ptr<PhotoCaptureSetting> photoSetting = std::make_shared<PhotoCaptureSetting>();
7371 std::shared_ptr<PhotoCaptureSetting> photoSetting = std::make_shared<PhotoCaptureSetting>();
[all …]
/ohos5.0/docs/zh-cn/application-dev/media/camera/
H A Dcamera-shooting.md164 let settings: camera.PhotoCaptureSetting = {
H A Dcamera-background-recovery.md266 let photoCaptureSetting: camera.PhotoCaptureSetting = {
H A Dcamera-shooting-case.md296 let photoCaptureSetting: camera.PhotoCaptureSetting = {
H A Dcamera-deferred-capture-case.md313 let photoCaptureSetting: camera.PhotoCaptureSetting = {
H A Dcamera-deferred-photo-case.md341 let photoCaptureSetting: camera.PhotoCaptureSetting = {
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_framework_unittest.cpp1944 std::shared_ptr<PhotoCaptureSetting> photoSetting = std::make_shared<PhotoCaptureSetting>();
1945 photoSetting->SetRotation(PhotoCaptureSetting::Rotation_90);
1946 photoSetting->SetQuality(PhotoCaptureSetting::QUALITY_LEVEL_MEDIUM);
1947 EXPECT_EQ(photoSetting->GetRotation(), PhotoCaptureSetting::Rotation_90);
3282 std::shared_ptr<PhotoCaptureSetting> photoSetting = std::make_shared<PhotoCaptureSetting>();
3283 photoSetting->SetRotation(PhotoCaptureSetting::Rotation_90);
3284 photoSetting->SetQuality(PhotoCaptureSetting::QUALITY_LEVEL_MEDIUM);
3285 EXPECT_EQ(photoSetting->GetRotation(), PhotoCaptureSetting::Rotation_90);
3348 std::shared_ptr<PhotoCaptureSetting> photoSetting = std::make_shared<PhotoCaptureSetting>();
3349 photoSetting->SetRotation(PhotoCaptureSetting::Rotation_90);
[all …]
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
H A Dphoto_output_napi.cpp101 std::shared_ptr<PhotoCaptureSetting> capSettings = make_shared<PhotoCaptureSetting>(); in ProcessCapture()
103 … capSettings->SetQuality(static_cast<PhotoCaptureSetting::QualityLevel>(context->quality)); in ProcessCapture()
106 … capSettings->SetRotation(static_cast<PhotoCaptureSetting::RotationConfig>(context->rotation)); in ProcessCapture()
123 std::shared_ptr<PhotoCaptureSetting> capSettings = make_shared<PhotoCaptureSetting>(); in ProcessCapture()
735 std::shared_ptr<Location> GetLocationBySettings(std::shared_ptr<PhotoCaptureSetting> settings) in GetLocationBySettings()
/ohos5.0/docs/zh-cn/application-dev/performance/
H A Dperformance-camera-shot2see.md187 let photoSettings: camera.PhotoCaptureSetting = {
/ohos5.0/docs/en/application-dev/media/camera/
H A Dcamera-background-recovery.md265 let photoCaptureSetting: camera.PhotoCaptureSetting = {

12