*/
/**
-* @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
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.
*/
/**
-* @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
*/
/**
-* @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