Searched refs:photoFormat (Results 1 - 9 of 9) sorted by relevance
/foundation/multimedia/camera_framework/interfaces/inner_api/native/test/ |
H A D | camera_capture.cpp | 64 int32_t photoFormat = CAMERA_FORMAT_JPEG; in main() local 86 photoFormat = atoi(argv[photoFormatIndex]); in main() 174 photoFormat = photoFormats[0]; in main() 196 MEDIA_DEBUG_LOG("photoFormat: %{public}d, photoWidth: %{public}d, photoHeight: %{public}d", in main() 197 photoFormat, photoWidth, photoHeight); in main() 212 Profile photoprofile = Profile(static_cast<CameraFormat>(photoFormat), photosize); in main()
|
H A D | camera_capture_mode.cpp | 276 int32_t photoFormat = CAMERA_FORMAT_JPEG; in main() local 425 && it.GetCameraFormat() == static_cast<CameraFormat>(photoFormat)) { in main() 435 photoFormat, photoWidth, photoHeight, abilityIds.c_str()); in main() 436 cout<< "photoFormat: " << photoFormat << " photoWidth: "<< photoWidth in main()
|
/foundation/distributedhardware/distributed_camera/test/distributedcameraclienttest/ |
H A D | dcamera_client_demo.cpp | 161 CameraFormat photoFormat = ConvertToCameraFormat(g_photoInfo->format_); in InitPhotoOutput() local 163 Profile photoProfile(photoFormat, photoSize); in InitPhotoOutput()
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/test/sample/ |
H A D | main.cpp | 158 CameraFormat photoFormat = ConvertToCameraFormat(g_photoInfo->format_); in InitPhotoOutput() local 160 Profile photoProfile(photoFormat, photoSize); in InitPhotoOutput()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/ |
H A D | media_photo_asset_proxy.cpp | 424 PhotoFormat photoFormat = photoProxy->GetFormat(); in DealWithLowQualityPhoto() local 425 if (photoFormat == PhotoFormat::RGBA) { in DealWithLowQualityPhoto()
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/src/ |
H A D | dcamera_client.cpp | 473 CameraStandard::CameraFormat photoFormat = ConvertToCameraFormat(info->format_); in CreatePhotoOutput() local 475 CameraStandard::Profile photoProfile(photoFormat, photoSize); in CreatePhotoOutput()
|
/foundation/multimedia/camera_framework/services/camera_service/src/ |
H A D | hcapture_session.cpp | 1858 PhotoFormat photoFormat = cameraServerPhotoProxy->GetFormat(); in CreateMediaLibrary() local 1859 std::string formatSuffix = photoFormat == PhotoFormat::HEIF ? suffixHeif : suffixJpeg; in CreateMediaLibrary()
|
/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/ |
H A D | camera_framework_unittest.cpp | 687 CameraFormat photoFormat = CAMERA_FORMAT_JPEG; in CreatePhotoOutput() local 691 Profile photoProfile = Profile(photoFormat, photoSize); in CreatePhotoOutput() 1109 CameraFormat photoFormat = CAMERA_FORMAT_JPEG; in HWTEST_F() local 1113 Profile photoProfile = Profile(photoFormat, photoSize); in HWTEST_F() 1132 CameraFormat photoFormat = CAMERA_FORMAT_JPEG; in HWTEST_F() local 1136 Profile photoProfile = Profile(photoFormat, photoSize); in HWTEST_F()
|
/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/ |
H A D | camera_framework_moduletest.cpp | 460 CameraFormat photoFormat = photoFormat_; in CreatePhotoOutput() local 464 Profile photoProfile = Profile(photoFormat, photoSize); in CreatePhotoOutput() 6623 CameraFormat photoFormat = photoProfiles[0].GetCameraFormat(); in HWTEST_F() local 6627 photoProfiles[0] = Profile(photoFormat, photoSize); in HWTEST_F() 6635 photoProfiles[0] = Profile(photoFormat, photoSize); in HWTEST_F() 6641 photoFormat = CAMERA_FORMAT_INVALID; in HWTEST_F() 6643 photoProfiles[0] = Profile(photoFormat, photoSize); in HWTEST_F()
|
Completed in 37 milliseconds