[comment]: add comments in the format of Doxygen

Change-Id: I1df49ed78b5b5cf88ff253c35c59cb0b061b4ea9
Signed-off-by: timkingh.huang <timkingh.huang@rock-chips.com>
This commit is contained in:
timkingh.huang
2017-11-08 18:01:08 +08:00
committed by Herman Chen
parent 97309fde99
commit 0f8aeda99d
4 changed files with 146 additions and 69 deletions

View File

@@ -57,6 +57,9 @@ typedef signed long long int RK_S64;
/**
* @ingroup rk_mpi
* @brief The type of mpp context
* @details This type is used when calling mpp_init(), which including decoder,
* encoder and Image Signal Process(ISP). So far decoder and encoder
* are supported perfectly, and ISP will be supported in the future.
*/
typedef enum {
MPP_CTX_DEC, /**< decoder */