Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/utils/
H A Dmpi_dec_utils.c441 MpiDecTestCmd *cmd = (MpiDecTestCmd *)ctx; in mpi_dec_opt_i()
457 MpiDecTestCmd *cmd = (MpiDecTestCmd *)ctx; in mpi_dec_opt_o()
471 MpiDecTestCmd *cmd = (MpiDecTestCmd *)ctx; in mpi_dec_opt_w()
484 MpiDecTestCmd *cmd = (MpiDecTestCmd *)ctx; in mpi_dec_opt_h()
497 MpiDecTestCmd *cmd = (MpiDecTestCmd *)ctx; in mpi_dec_opt_t()
514 MpiDecTestCmd *cmd = (MpiDecTestCmd *)ctx; in mpi_dec_opt_f()
531 MpiDecTestCmd *cmd = (MpiDecTestCmd *)ctx; in mpi_dec_opt_n()
548 MpiDecTestCmd *cmd = (MpiDecTestCmd *)ctx; in mpi_dec_opt_s()
564 MpiDecTestCmd *cmd = (MpiDecTestCmd *)ctx; in mpi_dec_opt_v()
580 MpiDecTestCmd *cmd = (MpiDecTestCmd *)ctx; in mpi_dec_opt_slt()
[all …]
H A Dmpi_dec_utils.h67 } MpiDecTestCmd; typedef
71 RK_S32 mpi_dec_test_cmd_init(MpiDecTestCmd* cmd, int argc, char **argv);
72 RK_S32 mpi_dec_test_cmd_deinit(MpiDecTestCmd* cmd);
73 void mpi_dec_test_cmd_options(MpiDecTestCmd* cmd);
/OK3568_Linux_fs/external/mpp/test/
H A Dmpi_dec_multi_test.c37 MpiDecTestCmd *cmd;
70 MpiDecTestCmd *cmd; // pointer to global command line info
79 MpiDecTestCmd *cmd = data->cmd; in multi_dec_simple()
265 MpiDecTestCmd *cmd = data->cmd; in multi_dec_advanced()
400 MpiDecTestCmd *cmd = info->cmd; in multi_dec_decode()
587 MpiDecTestCmd cmd_ctx; in main()
588 MpiDecTestCmd* cmd = &cmd_ctx; in main()
H A Dmpi_dec_mt_test.c36 MpiDecTestCmd *cmd;
120 MpiDecTestCmd *cmd = data->cmd; in thread_output()
236 int mt_dec_decode(MpiDecTestCmd *cmd) in mt_dec_decode()
420 MpiDecTestCmd cmd_ctx; in main()
421 MpiDecTestCmd* cmd = &cmd_ctx; in main()
H A Dmpi_dec_test.c33 MpiDecTestCmd *cmd;
66 MpiDecTestCmd *cmd = data->cmd; in dec_simple()
343 MpiDecTestCmd *cmd = data->cmd; in dec_advanced()
483 MpiDecTestCmd *cmd = data->cmd; in thread_decode()
527 int dec_decode(MpiDecTestCmd *cmd) in dec_decode()
741 MpiDecTestCmd cmd_ctx; in main()
742 MpiDecTestCmd* cmd = &cmd_ctx; in main()
H A Dmpi_dec_nt_test.c33 MpiDecTestCmd *cmd;
66 MpiDecTestCmd *cmd = data->cmd; in dec_loop()
360 int dec_nt_decode(MpiDecTestCmd *cmd) in dec_nt_decode()
577 MpiDecTestCmd cmd_ctx; in main()
578 MpiDecTestCmd* cmd = &cmd_ctx; in main()