Home
last modified time | relevance | path

Searched refs:photoFormat (Results 1 - 9 of 9) sorted by relevance

/foundation/multimedia/camera_framework/interfaces/inner_api/native/test/
H A Dcamera_capture.cpp64 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 Dcamera_capture_mode.cpp276 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 Ddcamera_client_demo.cpp161 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 Dmain.cpp158 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 Dmedia_photo_asset_proxy.cpp424 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 Ddcamera_client.cpp473 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 Dhcapture_session.cpp1858 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 Dcamera_framework_unittest.cpp687 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 Dcamera_framework_moduletest.cpp460 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