From: hj kim Date: Wed, 20 Mar 2019 02:06:22 +0000 (+0900) Subject: Just update API descriptions X-Git-Tag: submit/tizen/20190321.013843^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=00d6b6dfdcb1ef65085197dff5b19de9edf9e4ab;p=platform%2Fcore%2Fapi%2Fimage-util.git Just update API descriptions Change-Id: I5014352f73bcf540ac46f9e2c674d6af09f735e9 --- diff --git a/include/image_util.h b/include/image_util.h index 4f023d2..5d6a823 100755 --- a/include/image_util.h +++ b/include/image_util.h @@ -89,13 +89,13 @@ int image_util_extract_color_from_memory(const unsigned char *image_buffer, int */ /** -* @brief Creates a handle to image util transform. -* @details This function creates a handle to image util transform. +* @brief Creates a handle of image util transform. +* @details This function creates a handle of image util transform. * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif * * @remarks The @a handle should be released using image_util_transform_destroy(). * -* @param[out] handle A handle to image util transform +* @param[out] handle The handle of image util transform * * @return @c 0 on success, * otherwise a negative error value @@ -353,7 +353,7 @@ int image_util_transform_get_crop_area(transformation_h handle, unsigned int *st int image_util_transform_run(transformation_h handle, media_packet_h src, image_util_transform_completed_cb callback, void *user_data); /** -* @brief Destroys a handle to image util. +* @brief Destroys a handle of image util. * @details The function frees all resources related to the image util handle. The image util * handle no longer can be used to perform any operations. A new image util handle * has to be created before the next usage. diff --git a/include/image_util_decode.h b/include/image_util_decode.h index febad0e..81d07d1 100755 --- a/include/image_util_decode.h +++ b/include/image_util_decode.h @@ -30,13 +30,13 @@ extern "C" */ /** -* @brief Creates a handle to image util decoding. -* @details This function creates a handle to image util decoding. +* @brief Creates a handle of image util decoding. +* @details This function creates a handle of image util decoding. * @since_tizen 3.0 * * @remarks The @a handle should be released using image_util_decode_destroy(). * -* @param[out] handle A handle to image util decoding +* @param[out] handle The handle of image util decoding * * @return @c 0 on success, * otherwise a negative error value diff --git a/include/image_util_encode.h b/include/image_util_encode.h index e088169..5bdfdcb 100755 --- a/include/image_util_encode.h +++ b/include/image_util_encode.h @@ -30,14 +30,14 @@ extern "C" */ /** -* @brief Creates a handle to image util encoding. -* @details This function creates a handle to image util encoding. +* @brief Creates a handle of image util encoding. +* @details This function creates a handle of image util encoding. * @since_tizen 3.0 * * @remarks The @a handle should be released using image_util_encode_destroy(). * * @param[in] image_type The type of output image for which to create encode handle. -* @param[out] handle A handle to image util encoding +* @param[out] handle The handle of image util encoding * * @return @c 0 on success, * otherwise a negative error value