[test]: Use new option module

1. Use new option module in dec/enc test
2. Delete mpi_enc_multi_test and mpi_rc_test

Change-Id: Ib00020247386ee06cca2f560ae41aee8e88f47cc
Signed-off-by: Herman Chen <herman.chen@rock-chips.com>
This commit is contained in:
Herman Chen
2021-12-16 11:13:26 +08:00
parent 7865f7f81b
commit 96d1664cd1
11 changed files with 819 additions and 2683 deletions

View File

@@ -61,7 +61,6 @@ typedef struct MpiDecTestCmd_t {
FpsCalc fps;
/* runtime log flag */
RK_U32 debug;
RK_U32 quiet;
RK_U32 trace_fps;
} MpiDecTestCmd;
@@ -71,7 +70,6 @@ extern OptionInfo mpi_dec_cmd[];
RK_S32 mpi_dec_test_cmd_init(MpiDecTestCmd* cmd, int argc, char **argv);
RK_S32 mpi_dec_test_cmd_deinit(MpiDecTestCmd* cmd);
void mpi_dec_test_cmd_options(MpiDecTestCmd* cmd);
void mpi_dec_test_cmd_help();
void reader_init(FileReader* reader, char* file_in);
void reader_deinit(FileReader reader);