Just update API descriptions 20/201820/1 accepted/tizen/unified/20190322.075430 submit/tizen/20190321.013843
authorhj kim <backto.kim@samsung.com>
Wed, 20 Mar 2019 02:06:22 +0000 (11:06 +0900)
committerhj kim <backto.kim@samsung.com>
Wed, 20 Mar 2019 02:06:22 +0000 (11:06 +0900)
Change-Id: I5014352f73bcf540ac46f9e2c674d6af09f735e9

include/image_util.h
include/image_util_decode.h
include/image_util_encode.h

index 4f023d2..5d6a823 100755 (executable)
@@ -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.
index febad0e..81d07d1 100755 (executable)
@@ -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
index e088169..5bdfdcb 100755 (executable)
@@ -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