mirror of
https://github.com/nyanmisaka/mpp.git
synced 2026-01-24 03:30:40 +01:00
[rk_mpi_cmd]: Rename MPP_ENC_SET/GET_ALL_CFG
We are going to use new configure method for all encoders. Change-Id: Id478d2567714ee9c6ddee3d410a4a855825f1c42 Signed-off-by: Herman Chen <herman.chen@rock-chips.com>
This commit is contained in:
parent
761db84321
commit
4b8a5f557a
4 changed files with 6 additions and 6 deletions
|
|
@ -96,8 +96,8 @@ typedef enum {
|
|||
|
||||
MPP_ENC_CMD_BASE = CMD_MODULE_CODEC | CMD_CTX_ID_ENC,
|
||||
/* basic encoder setup control */
|
||||
MPP_ENC_SET_ALL_CFG, /* set MppEncCfgSet structure */
|
||||
MPP_ENC_GET_ALL_CFG, /* get MppEncCfgSet structure */
|
||||
MPP_ENC_SET_CFG, /* set MppEncCfgSet structure */
|
||||
MPP_ENC_GET_CFG, /* get MppEncCfgSet structure */
|
||||
MPP_ENC_SET_PREP_CFG, /* set MppEncPrepCfg structure */
|
||||
MPP_ENC_GET_PREP_CFG, /* get MppEncPrepCfg structure */
|
||||
MPP_ENC_SET_RC_CFG, /* set MppEncRcCfg structure */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue