[utils]: Add encoder reference config sample

Add MppEncRefCfg configure sample to mpi_enc_utils.

Change-Id: I56d87dc6b267a8029c4d539526c368f2f44cec11
Signed-off-by: Herman Chen <herman.chen@rock-chips.com>
This commit is contained in:
Herman Chen
2020-05-26 16:31:55 +08:00
parent ae590b7190
commit 50bf7b7bf0
2 changed files with 87 additions and 0 deletions

View File

@@ -53,6 +53,7 @@ typedef struct MpiEncTestArgs_t {
extern "C" {
#endif
MPP_RET mpi_enc_gen_ref_cfg(MppEncRefCfg ref);
MPP_RET mpi_enc_gen_osd_data(MppEncOSDData *osd_data, MppBuffer osd_buf, RK_U32 frame_cnt);
MPP_RET mpi_enc_gen_osd_plt(MppEncOSDPlt *osd_plt, RK_U32 *table);