Modify wrong description 49/89249/2 accepted/tizen/3.0/ivi/20161011.044013 accepted/tizen/common/20160928.163913 accepted/tizen/ivi/20160930.040735 accepted/tizen/mobile/20160930.040401 accepted/tizen/tv/20160930.040545 accepted/tizen/wearable/20160930.040644 submit/tizen/20160928.043825 submit/tizen_3.0_ivi/20161010.000002
authorJiyong Min <jiyong.min@samsung.com>
Fri, 23 Sep 2016 01:26:03 +0000 (10:26 +0900)
committerJiyong Min <jiyong.min@samsung.com>
Fri, 23 Sep 2016 01:30:16 +0000 (10:30 +0900)
Change-Id: I8b56be01742dc0a967da028510459a12ec932ce6
Signed-off-by: Jiyong Min <jiyong.min@samsung.com>
doc/image_util_doc.h
include/mobile/image_util.h
include/wearable/image_util.h

index a98b3aa..a1c6f77 100755 (executable)
@@ -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
index 94f3b1c..2b7d162 100644 (file)
@@ -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,
index af33f99..18bfce0 100644 (file)
@@ -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,