[test]: cleanup test code

Change-Id: I6bf234c25b2d6709aaf095ce641812d58ad0ab68
Signed-off-by: Herman Chen <herman.chen@rock-chips.com>
This commit is contained in:
Herman Chen
2021-10-21 17:36:31 +08:00
parent 8ae47457a0
commit fd20cf4740
4 changed files with 204 additions and 217 deletions

View File

@@ -602,6 +602,9 @@ RK_S32 mpi_dec_test_cmd_deinit(MpiDecTestCmd* cmd)
void mpi_dec_test_cmd_options(MpiDecTestCmd* cmd)
{
if (cmd->quiet)
return;
mpp_log("cmd parse result:\n");
mpp_log("input file name: %s\n", cmd->file_input);
mpp_log("output file name: %s\n", cmd->file_output);