/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/ |
H A D | deferred_photo_proxy.cpp | 60 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 D | camera_photo_proxy.cpp | 47 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 D | camera_capture.cpp | 66 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 D | camera_capture_mode.cpp | 278 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 D | camera_buffer_handle_utils.h | 29 int32_t photoHeight;
member
|
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/ |
H A D | camera_photo_proxy.h | 29 int32_t photoHeight, bool isHighQuality, int32_t captureId);
|
/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/include/ |
H A D | camera_framework_moduletest.h | 117 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 D | photo_listener_impl.cpp | 96 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 D | deferred_photo_proxy.h | 35 int32_t photoWidth, int32_t photoHeight);
|
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/include/ |
H A D | thumbnail_data.h | 79 EXPORT int32_t photoHeight {0};
|
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/ |
H A D | thumbnail_source_loading.cpp | 540 int photoShorterSide = data.photoWidth < data.photoHeight ? data.photoWidth : data.photoHeight;
|
H A D | thumbnail_utils.cpp | 1933 err = resultSet->GetInt(index, data.photoHeight); in ParseQueryResult()
|
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/ |
H A D | photo_output_napi.cpp | 423 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()
|