Home
last modified time | relevance | path

Searched refs:photoWidth (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dcamera_photo_proxy.cpp48 int32_t photoWidth, int32_t photoHeight, bool isHighQuality, int32_t captureId) in CameraPhotoProxy() argument
53 photoWidth_ = photoWidth; in CameraPhotoProxy()
65 format_, photoWidth, photoHeight); in CameraPhotoProxy()
69 …int32_t photoWidth, int32_t photoHeight, bool isHighQuality, int32_t captureId, int32_t burstSeqId) in CameraPhotoProxy() argument
74 photoWidth_ = photoWidth; in CameraPhotoProxy()
86 format_, photoWidth, photoHeight); in CameraPhotoProxy()
H A Ddeferred_photo_proxy.cpp60 std::string imageId, int32_t deferredProcType, int32_t photoWidth, int32_t photoHeight) in DeferredPhotoProxy() argument
65 photoWidth_ = photoWidth; in DeferredPhotoProxy()
73 imageId.c_str(), deferredProcType, photoWidth, photoHeight); in DeferredPhotoProxy()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/test/
H A Dcamera_capture.cpp65 int32_t photoWidth = 1280; in main() local
87 photoWidth = atoi(argv[photoWidthIndex]); in main()
189 photoWidth = photoSizes[0].width; in main()
197 photoFormat, photoWidth, photoHeight); in main()
210 photosize.width = photoWidth; in main()
H A Dcamera_capture_mode.cpp277 int32_t photoWidth = 1280; in main() local
297 photoWidth = atoi(argv[photoWidthIndex]); in main()
420 photosize.width = photoWidth; 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/interfaces/inner_api/native/camera/include/
H A Dcamera_photo_proxy.h28 CameraPhotoProxy(BufferHandle* bufferHandle, int32_t format, int32_t photoWidth,
30 CameraPhotoProxy(BufferHandle* bufferHandle, int32_t format, int32_t photoWidth,
/ohos5.0/foundation/multimedia/camera_framework/
H A DREADME_zh.md128 int32_t photoWidth = 1280;
130 photoSurface->SetDefaultWidthAndHeight(photoWidth, photoHeight);
427 int32_t photoWidth = 1280;
429 photoSurface->SetDefaultWidthAndHeight(photoWidth, photoHeight);
H A DREADME.md129 int32_t photoWidth = 1280;
131 photoSurface->SetDefaultWidthAndHeight(photoWidth, photoHeight);
428 int32_t photoWidth = 1280;
430 photoSurface->SetDefaultWidthAndHeight(photoWidth, photoHeight);
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H A Dphoto_listener_impl.cpp95 surfaceBuffer->GetExtraData()->ExtraGet(OHOS::Camera::dataWidth, extraData.photoWidth); in GetCameraBufferExtraData()
119 extraData.photoWidth, in GetCameraBufferExtraData()
252 extraData.deferredImageFormat, extraData.photoWidth, extraData.photoHeight, extraData.size); in CreateMediaLibrary()
257 …photoProxy = new(std::nothrow) CameraPhotoProxy(bufferHandle, format, extraData.photoWidth, extraD… in CreateMediaLibrary()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/include/
H A Dcamera_framework_moduletest.h115 void TestSupportedResolution(int32_t previewWidth, int32_t previewHeight, int32_t photoWidth,
117 void TestUnSupportedResolution(int32_t previewWidth, int32_t previewHeight, int32_t photoWidth,
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/utils/
H A Dcamera_buffer_handle_utils.h28 int32_t photoWidth; member
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H A Ddeferred_photo_proxy.h35 int32_t photoWidth, int32_t photoHeight);
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_thumbnail/include/
H A Dthumbnail_data.h153 EXPORT int32_t photoWidth {0};
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
H A Dthumbnail_source_loading.cpp597 int photoShorterSide = data.photoWidth < data.photoHeight ? data.photoWidth : data.photoHeight; in IsSizeLargeEnough()
H A Dthumbnail_utils.cpp1929 err = resultSet->GetInt(index, data.photoWidth); in ParseQueryResult()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
H A Dphoto_output_napi.cpp459 int32_t photoWidth; in CreateCameraPhotoProxy() local
461 surfaceBuffer->GetExtraData()->ExtraGet(OHOS::CameraStandard::dataWidth, photoWidth); in CreateCameraPhotoProxy()
483 … nullptr, deferredImageFormat, photoWidth, photoHeight, isHighQuality, captureId, burstSeqId); in CreateCameraPhotoProxy()
996 int32_t photoWidth; in CreateMediaLibrary() local
997 surfaceBuffer->GetExtraData()->ExtraGet(OHOS::CameraStandard::dataWidth, photoWidth); in CreateMediaLibrary()
1017 deferredImageFormat, photoWidth, photoHeight, size); in CreateMediaLibrary()
1021 photoProxy = new(std::nothrow) CameraPhotoProxy(bufferHandle, format, photoWidth, photoHeight, in CreateMediaLibrary()