mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-05 09:06:50 +08:00
[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:

committed by
Herman Chen

parent
97309fde99
commit
0f8aeda99d
@@ -926,10 +926,15 @@ typedef struct MppEncVp8Cfg_t {
|
||||
RK_S32 qp_max_step;
|
||||
} MppEncVp8Cfg;
|
||||
|
||||
/*
|
||||
* in decoder mode application need to specify the coding type first
|
||||
* send a stream header to mpi ctx using parameter data / size
|
||||
* and decoder will try to decode the input stream.
|
||||
/**
|
||||
* @ingroup rk_mpi
|
||||
* @brief MPP encoder codec configuration parameters
|
||||
* @details The encoder codec configuration parameters are different for each
|
||||
* compression codings. For example, H.264 encoder can configure
|
||||
* profile, level, qp, etc. while jpeg encoder can configure qp
|
||||
* only. The detailed parameters can refer the corresponding data
|
||||
* structure such as MppEncH264Cfg and MppEncJpegCfg. This data
|
||||
* structure is associated with MPP_ENC_SET_CODEC_CFG command.
|
||||
*/
|
||||
typedef struct MppEncCodecCfg_t {
|
||||
MppCodingType coding;
|
||||
|
Reference in New Issue
Block a user