Home
last modified time | relevance | path

Searched refs:photoHeight (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
54 photoHeight_ = photoHeight; 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
75 photoHeight_ = photoHeight; 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
66 photoHeight_ = photoHeight; 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.cpp66 int32_t photoHeight = 960; in main() local
88 photoHeight = atoi(argv[photoHeightIndex]); in main()
190 photoHeight = photoSizes[0].height; in main()
197 photoFormat, photoWidth, photoHeight); in main()
211 photosize.height = photoHeight; in main()
H A Dcamera_capture_mode.cpp278 int32_t photoHeight = 960; in main() local
298 photoHeight = atoi(argv[photoHeightIndex]); in main()
421 photosize.height = photoHeight; in main()
435 photoFormat, photoWidth, photoHeight, abilityIds.c_str()); in main()
437 << " photoHeight: " << photoHeight << " support ability: " << abilityIds.c_str() << endl; in main()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/
H A Dcamera_photo_proxy.h29 int32_t photoHeight, bool isHighQuality, int32_t captureId);
31 int32_t photoHeight, bool isHighQuality, int32_t captureId, int32_t burstSeqId);
/ohos5.0/foundation/multimedia/camera_framework/
H A DREADME_zh.md129 int32_t photoHeight = 960;
130 photoSurface->SetDefaultWidthAndHeight(photoWidth, photoHeight);
428 int32_t photoHeight = 960;
429 photoSurface->SetDefaultWidthAndHeight(photoWidth, photoHeight);
H A DREADME.md130 int32_t photoHeight = 960;
131 photoSurface->SetDefaultWidthAndHeight(photoWidth, photoHeight);
429 int32_t photoHeight = 960;
430 photoSurface->SetDefaultWidthAndHeight(photoWidth, photoHeight);
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H A Dphoto_listener_impl.cpp96 surfaceBuffer->GetExtraData()->ExtraGet(OHOS::Camera::dataHeight, extraData.photoHeight); in GetCameraBufferExtraData()
120 extraData.photoHeight, in GetCameraBufferExtraData()
252 extraData.deferredImageFormat, extraData.photoWidth, extraData.photoHeight, extraData.size); in CreateMediaLibrary()
257 …w(std::nothrow) CameraPhotoProxy(bufferHandle, format, extraData.photoWidth, extraData.photoHeight, in CreateMediaLibrary()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/include/
H A Dcamera_framework_moduletest.h116 int32_t photoHeight, int32_t videoWidth, int32_t videoHeight);
118 int32_t photoHeight, int32_t videoWidth, int32_t videoHeight);
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/utils/
H A Dcamera_buffer_handle_utils.h29 int32_t photoHeight; 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.h152 EXPORT int32_t photoHeight {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.cpp1927 err = resultSet->GetInt(index, data.photoHeight); in ParseQueryResult()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
H A Dphoto_output_napi.cpp460 int32_t photoHeight; in CreateCameraPhotoProxy() local
462 surfaceBuffer->GetExtraData()->ExtraGet(OHOS::CameraStandard::dataHeight, photoHeight); in CreateCameraPhotoProxy()
483 … nullptr, deferredImageFormat, photoWidth, photoHeight, isHighQuality, captureId, burstSeqId); in CreateCameraPhotoProxy()
998 int32_t photoHeight; in CreateMediaLibrary() local
999 surfaceBuffer->GetExtraData()->ExtraGet(OHOS::CameraStandard::dataHeight, photoHeight); in CreateMediaLibrary()
1017 deferredImageFormat, photoWidth, photoHeight, size); in CreateMediaLibrary()
1021 photoProxy = new(std::nothrow) CameraPhotoProxy(bufferHandle, format, photoWidth, photoHeight, in CreateMediaLibrary()