Home
last modified time | relevance | path

Searched refs:photoWidth (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()
65 photoWidth_ = photoWidth; 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()
52 photoWidth_ = photoWidth; 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.cpp65 int32_t photoWidth = 1280; in main() local
87 photoWidth = atoi(argv[photoWidthIndex]); in main()
189 photoWidth = photoSizes[0].width; in main()
196 MEDIA_DEBUG_LOG("photoFormat: %{public}d, photoWidth: %{public}d, photoHeight: %{public}d", 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()
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/utils/
H A Dcamera_buffer_handle_utils.h28 int32_t photoWidth; member
/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,
/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/include/
H A Dcamera_framework_moduletest.h116 void TestSupportedResolution(int32_t previewWidth, int32_t previewHeight, int32_t photoWidth,
118 void TestUnSupportedResolution(int32_t previewWidth, int32_t previewHeight, int32_t photoWidth,
/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, 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.h80 EXPORT int32_t photoWidth {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.cpp1935 err = resultSet->GetInt(index, data.photoWidth); in ParseQueryResult()
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
H A Dphoto_output_napi.cpp422 int32_t photoWidth; in CreateCameraPhotoProxy() local
424 surfaceBuffer->GetExtraData()->ExtraGet(OHOS::CameraStandard::dataWidth, photoWidth); in CreateCameraPhotoProxy()
446 nullptr, deferredImageFormat, photoWidth, photoHeight, isHighQuality, captureId); in CreateCameraPhotoProxy()
880 int32_t photoWidth; in CreateMediaLibrary() local
882 surfaceBuffer->GetExtraData()->ExtraGet(OHOS::CameraStandard::dataWidth, photoWidth); in CreateMediaLibrary()
901 deferredImageFormat, photoWidth, photoHeight, size); in CreateMediaLibrary()
905 photoProxy = new(std::nothrow) CameraPhotoProxy(bufferHandle, format, photoWidth, photoHeight, in CreateMediaLibrary()

Completed in 15 milliseconds