Home
last modified time | relevance | path

Searched refs:MpiDecTestCmd (Results 1 – 6 of 6) sorted by relevance

/rockchip-linux_mpp/utils/
H A Dmpi_dec_utils.c433 MpiDecTestCmd *cmd = (MpiDecTestCmd *)ctx; in mpi_dec_opt_i()
449 MpiDecTestCmd *cmd = (MpiDecTestCmd *)ctx; in mpi_dec_opt_o()
463 MpiDecTestCmd *cmd = (MpiDecTestCmd *)ctx; in mpi_dec_opt_w()
476 MpiDecTestCmd *cmd = (MpiDecTestCmd *)ctx; in mpi_dec_opt_h()
489 MpiDecTestCmd *cmd = (MpiDecTestCmd *)ctx; in mpi_dec_opt_t()
506 MpiDecTestCmd *cmd = (MpiDecTestCmd *)ctx; in mpi_dec_opt_f()
530 MpiDecTestCmd *cmd = (MpiDecTestCmd *)ctx; in mpi_dec_opt_n()
547 MpiDecTestCmd *cmd = (MpiDecTestCmd *)ctx; in mpi_dec_opt_s()
563 MpiDecTestCmd *cmd = (MpiDecTestCmd *)ctx; in mpi_dec_opt_v()
579 MpiDecTestCmd *cmd = (MpiDecTestCmd *)ctx; in mpi_dec_opt_slt()
[all …]
H A Dmpi_dec_utils.h136 } MpiDecTestCmd; typedef
138 RK_S32 mpi_dec_test_cmd_init(MpiDecTestCmd* cmd, int argc, char **argv);
139 RK_S32 mpi_dec_test_cmd_deinit(MpiDecTestCmd* cmd);
140 void mpi_dec_test_cmd_options(MpiDecTestCmd* cmd);
/rockchip-linux_mpp/test/
H A Dmpi_dec_mt_test.c25 MpiDecTestCmd *cmd;
110 MpiDecTestCmd *cmd = data->cmd; in thread_output()
223 int mt_dec_decode(MpiDecTestCmd *cmd) in mt_dec_decode()
414 MpiDecTestCmd cmd_ctx; in main()
415 MpiDecTestCmd* cmd = &cmd_ctx; in main()
H A Dmpi_dec_multi_test.c26 MpiDecTestCmd *cmd;
60 MpiDecTestCmd *cmd; // pointer to global command line info
69 MpiDecTestCmd *cmd = data->cmd; in multi_dec_simple()
252 MpiDecTestCmd *cmd = data->cmd; in multi_dec_advanced()
387 MpiDecTestCmd *cmd = info->cmd; in multi_dec_decode()
582 MpiDecTestCmd cmd_ctx; in main()
583 MpiDecTestCmd* cmd = &cmd_ctx; in main()
H A Dmpi_dec_test.c22 MpiDecTestCmd *cmd;
56 MpiDecTestCmd *cmd = data->cmd; in dec_simple()
270 MpiDecTestCmd *cmd = data->cmd; in dec_advanced()
366 MpiDecTestCmd *cmd = data->cmd; in thread_decode()
409 int dec_decode(MpiDecTestCmd *cmd) in dec_decode()
631 MpiDecTestCmd cmd_ctx; in main()
632 MpiDecTestCmd* cmd = &cmd_ctx; in main()
H A Dmpi_dec_nt_test.c22 MpiDecTestCmd *cmd;
56 MpiDecTestCmd *cmd = data->cmd; in dec_loop()
304 int dec_nt_decode(MpiDecTestCmd *cmd) in dec_nt_decode()
496 MpiDecTestCmd cmd_ctx; in main()
497 MpiDecTestCmd* cmd = &cmd_ctx; in main()