/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/ |
H A D | photo_output.cpp | 40 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 D | photo_output.h | 158 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 D | main.cpp | 257 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() 264 … PhotoCaptureSetting::QualityLevel quality = PhotoCaptureSetting::QualityLevel::QUALITY_LEVEL_HIGH; in ConfigPhotoCaptureSetting()
|
/ohos5.0/foundation/distributedhardware/distributed_camera/test/distributedcameraclienttest/ |
H A D | dcamera_client_demo.cpp | 266 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() 273 … PhotoCaptureSetting::QualityLevel quality = PhotoCaptureSetting::QualityLevel::QUALITY_LEVEL_HIGH; in ConfigPhotoCaptureSetting()
|
H A D | dcamera_client_demo.h | 331 std::shared_ptr<OHOS::CameraStandard::PhotoCaptureSetting> ConfigPhotoCaptureSetting();
|
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/test/ |
H A D | camera_capture.cpp | 36 static std::shared_ptr<PhotoCaptureSetting> ConfigPhotoCaptureSetting() in ConfigPhotoCaptureSetting() 38 …std::shared_ptr<PhotoCaptureSetting> photoCaptureSettings = std::make_shared<PhotoCaptureSetting>(… in ConfigPhotoCaptureSetting() 40 … PhotoCaptureSetting::QualityLevel quality = PhotoCaptureSetting::QualityLevel::QUALITY_LEVEL_HIGH; in ConfigPhotoCaptureSetting()
|
H A D | camera_capture_mode.cpp | 37 static std::shared_ptr<PhotoCaptureSetting> ConfigPhotoCaptureSetting() in ConfigPhotoCaptureSetting() 39 …std::shared_ptr<PhotoCaptureSetting> photoCaptureSettings = std::make_shared<PhotoCaptureSetting>(… in ConfigPhotoCaptureSetting() 41 … PhotoCaptureSetting::QualityLevel quality = PhotoCaptureSetting::QualityLevel::QUALITY_LEVEL_HIGH; in ConfigPhotoCaptureSetting()
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/ |
H A D | photo_output_impl.cpp | 296 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 D | dcamera_client.h | 63 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 D | dcamera_client.cpp | 571 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 D | js-apidiff-multimedia_api-9-canary.md | 36 …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 D | js-apidiff-multimedia.md | 35 …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.ts | 7483 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 D | photo_output_fuzzer.cpp | 102 output->Capture(make_shared<PhotoCaptureSetting>()); in TestOutput()
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta1/ |
H A D | js-apidiff-multimedia.md | 35 …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 D | camera_framework_moduletest.cpp | 2434 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 D | camera-shooting.md | 164 let settings: camera.PhotoCaptureSetting = {
|
H A D | camera-background-recovery.md | 266 let photoCaptureSetting: camera.PhotoCaptureSetting = {
|
H A D | camera-shooting-case.md | 296 let photoCaptureSetting: camera.PhotoCaptureSetting = {
|
H A D | camera-deferred-capture-case.md | 313 let photoCaptureSetting: camera.PhotoCaptureSetting = {
|
H A D | camera-deferred-photo-case.md | 341 let photoCaptureSetting: camera.PhotoCaptureSetting = {
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/ |
H A D | camera_framework_unittest.cpp | 1944 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 D | photo_output_napi.cpp | 101 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 D | performance-camera-shot2see.md | 187 let photoSettings: camera.PhotoCaptureSetting = {
|
/ohos5.0/docs/en/application-dev/media/camera/ |
H A D | camera-background-recovery.md | 265 let photoCaptureSetting: camera.PhotoCaptureSetting = {
|