Home
last modified time | relevance | path

Searched refs:photoFormat (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/ndktest/camera_ndk_demo/entry/src/main/ets/model/
H A DMediaUtils.ts162 if (globalThis.settingDataObj.photoFormat == 0) {
165 if (globalThis.settingDataObj.photoFormat == 1) {
168 if (globalThis.settingDataObj.photoFormat == 2) {
171 if (globalThis.settingDataObj.photoFormat == 3) {
174 if (globalThis.settingDataObj.photoFormat == 4) {
/ohos5.0/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()
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()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/entry/src/main/ets/model/
H A DSetting.ts23 private photoFormat: number; // 照片格式 -> JPG
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/entry/src/main/ets/common/
H A DCameraConfig.ts23 photoFormat: number, // 照片格式
H A DSettingList.ets50 this.isIndex = cameraConfig.photoFormat;
H A DSettingItem.ets93 cameraConfig.photoFormat = this.index;
/ohos5.0/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()
/ohos5.0/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()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/ndktest/camera_ndk_demo/entry/src/main/ets/common/
H A DsettingItem.ets44 globalThis.settingDataObj.photoFormat = this.index
H A DsettingRightLayout.ets53 this.isIndex = globalThis.settingDataObj.photoFormat
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmedia_photo_asset_proxy.cpp447 PhotoFormat photoFormat = photoProxy->GetFormat(); in DealWithLowQualityPhoto() local
448 if (photoFormat == PhotoFormat::RGBA) { in DealWithLowQualityPhoto()
/ohos5.0/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()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/ndktest/camera_ndk_demo/entry/src/main/ets/pages/
H A DtableIndex.ets41 photoFormat: 1, // 照片格式 -> JPG
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/entry/src/main/ets/pages/
H A DIndex.ets45 photoFormat: 1, // 照片格式 -> JPG
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcapture_session.cpp2054 PhotoFormat photoFormat = cameraPhotoProxy->GetFormat(); in CreateMediaLibrary() local
2055 std::string formatSuffix = photoFormat == PhotoFormat::HEIF ? suffixHeif : suffixJpeg; in CreateMediaLibrary()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_framework_unittest.cpp727 CameraFormat photoFormat = CAMERA_FORMAT_JPEG; in CreatePhotoOutput() local
731 Profile photoProfile = Profile(photoFormat, photoSize); in CreatePhotoOutput()
1147 CameraFormat photoFormat = CAMERA_FORMAT_JPEG; variable
1151 Profile photoProfile = Profile(photoFormat, photoSize);
1170 CameraFormat photoFormat = CAMERA_FORMAT_JPEG; variable
1174 Profile photoProfile = Profile(photoFormat, photoSize);
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp454 CameraFormat photoFormat = photoFormat_; in CreatePhotoOutput() local
458 Profile photoProfile = Profile(photoFormat, photoSize); in CreatePhotoOutput()
6530 CameraFormat photoFormat = photoProfiles[0].GetCameraFormat(); variable
6534 photoProfiles[0] = Profile(photoFormat, photoSize);
6542 photoProfiles[0] = Profile(photoFormat, photoSize);
6548 photoFormat = CAMERA_FORMAT_INVALID;
6550 photoProfiles[0] = Profile(photoFormat, photoSize);