Add the description for callback context 38/82338/2 accepted/tizen/common/20160805.130129 accepted/tizen/ivi/20160808.081139 accepted/tizen/mobile/20160808.080748 accepted/tizen/tv/20160808.080946 accepted/tizen/wearable/20160808.081052 submit/tizen/20160805.054353
authorJiyong Min <jiyong.min@samsung.com>
Wed, 3 Aug 2016 03:41:43 +0000 (12:41 +0900)
committerJiyong Min <jiyong.min@samsung.com>
Wed, 3 Aug 2016 04:17:16 +0000 (13:17 +0900)
Change-Id: Ibf05dbbe9500cf75fd77450b4bda864af47036af
Signed-off-by: jiyong min <jiyong.min@samsung.com>
include/mobile/image_util_type.h
include/wearable/image_util_type.h

index ea07bfc..acdbe9a 100644 (file)
@@ -111,7 +111,8 @@ typedef struct transformation_s *transformation_h;
 * @brief Called when transform is finished just before returning the output.
 * @since_tizen 2.3
 *
-* @remarks You must release the @a dst result using media_packet_destroy().
+* @remarks You must release the @a dst result using media_packet_destroy(). \n
+*          The callback is called in a separate thread(not in the main loop).
 *
 * @param[in] error_code The error code of image util transfrom
 * @param[in, out] dst The result buffer of image util transform
@@ -173,7 +174,8 @@ typedef enum {
 * @brief Called when Image-util decoding is finished just before returning the output.
 * @since_tizen 3.0
 *
-* @remarks The output will be stored in the pointer set using image_util_decode_set_output_buffer() after this callback.
+* @remarks The output will be stored in the pointer set using image_util_decode_set_output_buffer() after this callback. \n
+*          The callback is called in a separate thread(not in the main loop).
 *
 * @param[in] error_code The error code of image util decoding
 *                    #IMAGE_UTIL_ERROR_NONE Successful
@@ -193,7 +195,8 @@ typedef void (*image_util_decode_completed_cb) (int error_code, void *user_data,
 * @brief Called when Image-util encoding is finished just before returning the output.
 * @since_tizen 3.0
 *
-* @remarks The output will be stored in the pointer set using image_util_encode_set_output_buffer() or image_util_encode_set_output_path() after this callback.
+* @remarks The output will be stored in the pointer set using image_util_encode_set_output_buffer() or image_util_encode_set_output_path() after this callback. \n
+*          The callback is called in a separate thread(not in the main loop).
 *
 * @param[in] error_code The error code of image util encoding
 *                    #IMAGE_UTIL_ERROR_NONE Successful
index 19f915a..b05f647 100755 (executable)
@@ -111,7 +111,8 @@ typedef struct transformation_s *transformation_h;
 * @brief Called when transform is finished just before returning the output.
 * @since_tizen 2.3
 *
-* @remarks You must release the @a dst result using media_packet_destroy().
+* @remarks You must release the @a dst result using media_packet_destroy(). \n
+*          The callback is called in a separate thread(not in the main loop).
 *
 * @param[in] error_code The error code of image util transfrom
 * @param[in, out] dst The result buffer of image util transform
@@ -173,7 +174,8 @@ typedef enum {
 * @brief Called when Image-util decoding is finished just before returning the output.
 * @since_tizen 3.0
 *
-* @remarks The output will be stored in the pointer set using image_util_decode_set_output_buffer() after this callback.
+* @remarks The output will be stored in the pointer set using image_util_decode_set_output_buffer() after this callback. \n
+*          The callback is called in a separate thread(not in the main loop).
 *
 * @param[in] error_code The error code of image util decoding
 *                    #IMAGE_UTIL_ERROR_NONE Successful
@@ -193,7 +195,8 @@ typedef void (*image_util_decode_completed_cb) (int error_code, void *user_data,
 * @brief Called when Image-util encoding is finished just before returning the output.
 * @since_tizen 3.0
 *
-* @remarks The output will be stored in the pointer set using image_util_encode_set_output_buffer() or image_util_encode_set_output_path() after this callback.
+* @remarks The output will be stored in the pointer set using image_util_encode_set_output_buffer() or image_util_encode_set_output_path() after this callback. \n
+*          The callback is called in a separate thread(not in the main loop).
 *
 * @param[in] error_code The error code of image util encoding
 *                    #IMAGE_UTIL_ERROR_NONE Successful