Home
last modified time | relevance | path

Searched refs:photoHeight (Results 1 - 13 of 13) sorted by relevance

/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Ddeferred_photo_proxy.cpp60 std::string imageId, int32_t deferredProcType, int32_t photoWidth, int32_t photoHeight) in DeferredPhotoProxy()
66 photoHeight_ = photoHeight; in DeferredPhotoProxy()
73 imageId.c_str(), deferredProcType, photoWidth, photoHeight); in DeferredPhotoProxy()
59 DeferredPhotoProxy(const BufferHandle* bufferHandle, std::string imageId, int32_t deferredProcType, int32_t photoWidth, int32_t photoHeight) DeferredPhotoProxy() argument
H A Dcamera_photo_proxy.cpp47 int32_t photoWidth, int32_t photoHeight, bool isHighQuality, int32_t captureId) in CameraPhotoProxy()
53 photoHeight_ = photoHeight; in CameraPhotoProxy()
63 format_, photoWidth, photoHeight); in CameraPhotoProxy()
46 CameraPhotoProxy(BufferHandle* bufferHandle, int32_t format, int32_t photoWidth, int32_t photoHeight, bool isHighQuality, int32_t captureId) CameraPhotoProxy() argument
/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()
196 MEDIA_DEBUG_LOG("photoFormat: %{public}d, photoWidth: %{public}d, photoHeight: %{public}d", 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()
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/utils/
H A Dcamera_buffer_handle_utils.h29 int32_t photoHeight; member
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/
H A Dcamera_photo_proxy.h29 int32_t photoHeight, bool isHighQuality, int32_t captureId);
/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/include/
H A Dcamera_framework_moduletest.h117 int32_t photoHeight, int32_t videoWidth, int32_t videoHeight);
119 int32_t photoHeight, int32_t videoWidth, int32_t videoHeight);
/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 photoProxy = new(std::nothrow) CameraPhotoProxy(bufferHandle, format, extraData.photoWidth, extraData.photoHeight, in CreateMediaLibrary()
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H A Ddeferred_photo_proxy.h35 int32_t photoWidth, int32_t photoHeight);
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/include/
H A Dthumbnail_data.h79 EXPORT int32_t photoHeight {0};
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
H A Dthumbnail_source_loading.cpp540 int photoShorterSide = data.photoWidth < data.photoHeight ? data.photoWidth : data.photoHeight;
H A Dthumbnail_utils.cpp1933 err = resultSet->GetInt(index, data.photoHeight); in ParseQueryResult()
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
H A Dphoto_output_napi.cpp423 int32_t photoHeight; in CreateCameraPhotoProxy() local
425 surfaceBuffer->GetExtraData()->ExtraGet(OHOS::CameraStandard::dataHeight, photoHeight); in CreateCameraPhotoProxy()
446 nullptr, deferredImageFormat, photoWidth, photoHeight, isHighQuality, captureId); in CreateCameraPhotoProxy()
881 int32_t photoHeight; in CreateMediaLibrary() local
883 surfaceBuffer->GetExtraData()->ExtraGet(OHOS::CameraStandard::dataHeight, photoHeight); in CreateMediaLibrary()
901 deferredImageFormat, photoWidth, photoHeight, size); in CreateMediaLibrary()
905 photoProxy = new(std::nothrow) CameraPhotoProxy(bufferHandle, format, photoWidth, photoHeight, in CreateMediaLibrary()

Completed in 21 milliseconds