merge commits of 2.2.1 to public
[platform/framework/native/image.git] / inc / FMediaGifDecoder.h
old mode 100644 (file)
new mode 100755 (executable)
index dd0cc55..5742145
@@ -122,8 +122,8 @@ public:
         * @param[in]  pixelFormat      The output pixel format of the decoded image
         * @exception  E_SUCCESS                 The method is successful.
         * @exception  E_INVALID_DATA    The input data is invalid.
-        * @exception  E_FILE_NOT_FOUND  The specified file cannot be found or accessed.
-        * @exception  E_INVALID_ARG     The specified pixel format is not supported.
+        * @exception   E_FILE_NOT_FOUND        The file cannot be found or accessed.
+        * @exception   E_INVALID_ARG           The specified @c pixelFormat is not supported.
         * @exception  E_OUT_OF_MEMORY   The memory is insufficient.
         * @exception  E_SYSTEM                  A system error has occurred.
         * @remarks     The supported pixel formats are @c MEDIA_PIXEL_FORMAT_RGB565LE, and @c MEDIA_PIXEL_FORMAT_BGRA8888.
@@ -140,7 +140,7 @@ public:
         * @param[in]   pixelFormat     The output pixel format of the decoded image
         * @exception   E_SUCCESS                 The method is successful.
         * @exception   E_INVALID_DATA    The input data is invalid.
-        * @exception   E_INVALID_ARG     The specified pixel format is not supported.
+        * @exception   E_INVALID_ARG     The specified @c pixelFormat is not supported.
         * @exception   E_OUT_OF_MEMORY   The memory is insufficient.
         * @exception   E_SYSTEM                  A system error has occurred.
         * @remarks     The supported pixel formats are @c MEDIA_PIXEL_FORMAT_RGB565LE, and @c MEDIA_PIXEL_FORMAT_BGRA8888.
@@ -168,13 +168,13 @@ public:
        int GetHeight(void) const;
 
        /**
-        * Decodes and gets the next frame in raw RGB format.
+        * Decodes and gets the next frame in the raw RGB format.
         *
         * @since       2.0
         *
         * @return      The next decoded frame, @n
         *                      else @c null if no frame is left or an error occurs
-        * @param[out]  duration        The duration of returned frame in milliseconds
+        * @param[out]  duration                  The duration of the returned frame in milliseconds
         * @exception   E_SUCCESS                 The method is successful.
         * @exception   E_INVALID_DATA    The data of the next frame is invalid.
         * @exception   E_OUT_OF_MEMORY   The memory is insufficient.
@@ -184,13 +184,13 @@ public:
        Tizen::Base::ByteBuffer* GetNextFrameN(long& duration);
 
        /**
-        * Decodes and gets the next frame in bitmap format.
+        * Decodes and gets the next frame in the bitmap format.
         *
         * @since       2.0
         *
         * @return      The next decoded frame, @n
         *                else @c null if no frame is left or an error occurs
-        * @param[out]  duration                        The duration of returned frame in milliseconds
+        * @param[out]  duration                        The duration of the returned frame in milliseconds
         * @param[in]   bufferScaling      The buffer scaling type of Tizen::Graphics::Bitmap
         * @exception   E_SUCCESS                 The method is successful.
         * @exception   E_INVALID_DATA   The data of the next frame is invalid.