Home
last modified time | relevance | path

Searched refs:MpiEncTestArgs (Results 1 – 5 of 5) sorted by relevance

/rockchip-linux_mpp/utils/
H A Dmpi_enc_utils.c93 MpiEncTestArgs *mpi_enc_test_cmd_get(void) in mpi_enc_test_cmd_get()
95 MpiEncTestArgs *args = mpp_calloc(MpiEncTestArgs, 1); in mpi_enc_test_cmd_get()
107 MpiEncTestArgs *cmd = (MpiEncTestArgs *)ctx; in mpi_enc_opt_i()
129 MpiEncTestArgs *cmd = (MpiEncTestArgs *)ctx; in mpi_enc_opt_o()
148 MpiEncTestArgs *cmd = (MpiEncTestArgs *)ctx; in mpi_enc_opt_w()
161 MpiEncTestArgs *cmd = (MpiEncTestArgs *)ctx; in mpi_enc_opt_h()
174 MpiEncTestArgs *cmd = (MpiEncTestArgs *)ctx; in mpi_enc_opt_hstride()
187 MpiEncTestArgs *cmd = (MpiEncTestArgs *)ctx; in mpi_enc_opt_vstride()
200 MpiEncTestArgs *cmd = (MpiEncTestArgs *)ctx; in mpi_enc_opt_f()
225 MpiEncTestArgs *cmd = (MpiEncTestArgs *)ctx; in mpi_enc_opt_t()
[all …]
H A Dmpi_enc_utils.h111 } MpiEncTestArgs; typedef
131 MpiEncTestArgs *mpi_enc_test_cmd_get(void);
132 MPP_RET mpi_enc_test_cmd_update_by_args(MpiEncTestArgs* cmd, int argc, char **argv);
133 MPP_RET mpi_enc_test_cmd_put(MpiEncTestArgs* cmd);
135 MPP_RET mpi_enc_test_cmd_show_opt(MpiEncTestArgs* cmd);
/rockchip-linux_mpp/test/
H A Dmpi_enc_mt_test.c130 MpiEncTestArgs *cmd; // pointer to global command line info
146 MpiEncTestArgs *cmd = info->cmd; in mt_test_ctx_init()
288 MpiEncTestArgs *cmd = info->cmd; in test_mt_cfg_setup()
515 MpiEncTestArgs *cmd = info->cmd; in mt_test_res_init()
662 MpiEncTestArgs *cmd = info->cmd; in enc_test_input()
881 MpiEncTestArgs *cmd = info->cmd; in enc_test_output()
1011 int enc_test_mt(MpiEncTestArgs* cmd, const char *name) in enc_test_mt()
1105 MpiEncTestArgs* cmd = mpi_enc_test_cmd_get(); in main()
H A Dmpi_rc2_test.c41 MpiEncTestArgs* enc_cmd;
123 MpiEncTestArgs* enc_cmd = ctx->enc_cmd; in mpi_rc_init()
401 MpiEncTestArgs* enc_cmd = ctx->enc_cmd; in mpi_rc_enc_init()
583 MpiEncTestArgs *enc_cmd = ctx->enc_cmd; in mpi_rc_post_dec_init()
1044 MpiEncTestArgs* enc_cmd = ctx->enc_cmd; in mpi_rc_codec()
1110 MpiEncTestArgs* enc_cmd = mpi_enc_test_cmd_get(); in main()
H A Dmpi_enc_test.c174 MpiEncTestArgs *cmd; // pointer to global command line info
268 MpiEncTestArgs *cmd = info->cmd; in test_ctx_init()
417 MpiEncTestArgs *cmd = info->cmd; in test_mpp_enc_cfg_setup()
741 MpiEncTestArgs *cmd = info->cmd; in test_mpp_run()
1134 MpiEncTestArgs *cmd = info->cmd; in enc_test()
1300 int enc_test_multi(MpiEncTestArgs* cmd, const char *name) in enc_test_multi()
1360 MpiEncTestArgs* cmd = mpi_enc_test_cmd_get(); in main()