/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/ |
H A D | camera_photo_proxy.cpp | 48 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 D | deferred_photo_proxy.cpp | 60 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 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() 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()
|
/ohos5.0/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); 31 int32_t photoHeight, bool isHighQuality, int32_t captureId, int32_t burstSeqId);
|
/ohos5.0/foundation/multimedia/camera_framework/ |
H A D | README_zh.md | 129 int32_t photoHeight = 960; 130 photoSurface->SetDefaultWidthAndHeight(photoWidth, photoHeight); 428 int32_t photoHeight = 960; 429 photoSurface->SetDefaultWidthAndHeight(photoWidth, photoHeight);
|
H A D | README.md | 130 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 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 …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 D | camera_framework_moduletest.h | 116 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 D | camera_buffer_handle_utils.h | 29 int32_t photoHeight; member
|
/ohos5.0/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);
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_thumbnail/include/ |
H A D | thumbnail_data.h | 152 EXPORT int32_t photoHeight {0};
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/ |
H A D | thumbnail_source_loading.cpp | 597 int photoShorterSide = data.photoWidth < data.photoHeight ? data.photoWidth : data.photoHeight; in IsSizeLargeEnough()
|
H A D | thumbnail_utils.cpp | 1927 err = resultSet->GetInt(index, data.photoHeight); in ParseQueryResult()
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/ |
H A D | photo_output_napi.cpp | 460 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()
|