From d0ab6aa063a1d9f13bd8e4c64bbc7f1ac1ef5d46 Mon Sep 17 00:00:00 2001 From: y00656910 Date: Wed, 16 Apr 2025 16:18:34 +0800 Subject: [PATCH] add interface desc link Signed-off-by: y00656910 Change-Id: I5990d6a8dd027c4b8f15d683b712ed8e20b447cb Signed-off-by: y00656910 --- .../image_framework/include/image/image_source_native.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/multimedia/image_framework/include/image/image_source_native.h b/multimedia/image_framework/include/image/image_source_native.h index faa192067..ec9d41432 100644 --- a/multimedia/image_framework/include/image/image_source_native.h +++ b/multimedia/image_framework/include/image/image_source_native.h @@ -431,7 +431,9 @@ Image_ErrorCode OH_ImageSourceNative_CreatePixelmap(OH_ImageSourceNative *source * @brief Creates a PixelMap based on decoding parameters {@link OH_DecodingOptions}, the memory type used by the * PixelMap can be specified by allocatorType {@link IMAGE_ALLOCATOR_TYPE}. By default, the system selects the memory * type based on the image type, image size, platform capability, etc. When processing the PixelMap returned by this - * interface, please always consider the impact of stride. + * interface, please always consider the impact of stride. For more information about memory type selection, + * see [Applying for image decoding memory(C/C++)] + * {@link https://developer.huawei.com/consumer/cn/doc/harmonyos-guides/image-allocator-type-c} * * @param source Image Source. * @param options Decoding parameters, such as the size, pixel format, and color space of the pixelMap. -- Gitee