From: Jiyong Min Date: Fri, 23 Sep 2016 01:26:03 +0000 (+0900) Subject: Modify wrong description X-Git-Tag: accepted/tizen/3.0/ivi/20161011.044013^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F49%2F89249%2F2;p=platform%2Fcore%2Fapi%2Fimage-util.git Modify wrong description Change-Id: I8b56be01742dc0a967da028510459a12ec932ce6 Signed-off-by: Jiyong Min --- diff --git a/doc/image_util_doc.h b/doc/image_util_doc.h index a98b3aa..a1c6f77 100755 --- a/doc/image_util_doc.h +++ b/doc/image_util_doc.h @@ -75,7 +75,7 @@ *- Encoding/Decoding of a JPEG/PNG/GIF/BMP image to/from memory. * * The decoding of a jpeg/png/gif/bmp image located at a given path, to a buffer can be done by calling #image_util_decode_run() function and decoding of a jpeg image on memory - * can be done by calling #image_util_decode_set_output_buffer(). Similarly, for encoding #image_util_encode_run() and #image_util_encode_run_set_output_buffer() functions can be called + * can be done by calling #image_util_decode_set_output_buffer(). Similarly, for encoding #image_util_encode_run() and #image_util_encode_set_output_buffer() functions can be called * to encode an image buffer to a jpeg/png/gif/bmp image and a buffer respectively. * * @subsection CAPI_MEDIA_IMAGE_UTIL_ENCODE_DECODE_FOREACH_OPERATIONS Foreach Operations diff --git a/include/mobile/image_util.h b/include/mobile/image_util.h index 94f3b1c..2b7d162 100644 --- a/include/mobile/image_util.h +++ b/include/mobile/image_util.h @@ -662,6 +662,7 @@ typedef bool(*image_util_supported_colorspace_cb)(image_util_colorspace_e colors * @brief Retrieves all supported image encoding/decoding colorspace by invoking a callback function once for each one. * @since_tizen 3.0 * +* @param[in] image_type The type of supported image for which to create encode/decode handle * @param[in] callback The callback function to invoke * @param[in] user_data The user data to be passed to the callback function * @return 0 on success, diff --git a/include/wearable/image_util.h b/include/wearable/image_util.h index af33f99..18bfce0 100644 --- a/include/wearable/image_util.h +++ b/include/wearable/image_util.h @@ -593,6 +593,7 @@ typedef bool(*image_util_supported_colorspace_cb)(image_util_colorspace_e colors * @brief Retrieves all supported image encoding/decoding colorspace by invoking a callback function once for each one. * @since_tizen 3.0 * +* @param[in] image_type The type of supported image for which to create encode/decode handle * @param[in] callback The callback function to invoke * @param[in] user_data The user data to be passed to the callback function * @return 0 on success,