Searched refs:max_name (Results 1 – 2 of 2) sorted by relevance
| /rockchip-linux_mpp/utils/ |
| H A D | mpi_dec_utils.c | 645 RK_U32 max_name = 1; in mpi_dec_show_help() local 659 if (len > max_name) in mpi_dec_show_help() 660 max_name = len; in mpi_dec_show_help() 676 snprintf(logs, sizeof(logs) - 1, "-%%-%ds %%-%ds %%-%ds\n", max_name, max_full_name, max_help); in mpi_dec_show_help()
|
| H A D | mpi_enc_utils.c | 787 RK_U32 max_name = 1; in mpi_enc_show_help() local 801 if (len > max_name) in mpi_enc_show_help() 802 max_name = len; in mpi_enc_show_help() 818 snprintf(logs, sizeof(logs) - 1, "-%%-%ds %%-%ds %%-%ds\n", max_name, max_full_name, max_help); in mpi_enc_show_help()
|