[utils]: Add gop ref config util function

Signed-off-by: Herman Chen <herman.chen@rock-chips.com>
Change-Id: I9b82e4a2a6e8451c9e63599329c3d3ddc74ff59c
This commit is contained in:
Herman Chen
2020-04-08 14:41:54 +08:00
parent 71b7946af3
commit f79c854314
3 changed files with 174 additions and 162 deletions

View File

@@ -49,6 +49,7 @@ typedef struct MpiEncTestArgs_t {
extern "C" {
#endif
MPP_RET mpi_enc_gen_gop_ref(MppEncGopRef *ref, RK_S32 gop_mode);
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);