Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/base/test/
H A Dmpp_trie_test.c51 TestAction test_info[] = { variable
52 { "rc:mode", &test_info[0], print_opt},
53 { "rc:bps_target", &test_info[1], print_opt},
54 { "rc:bps_max", &test_info[2], print_opt},
55 { "rc:bps_min", &test_info[3], print_opt},
57 { "rc:bps", &test_info[4], print_opt},
75 RK_S32 info_cnt = MPP_ARRAY_ELEMS(test_info); in main()
84 mpp_trie_add_info(trie, test_info[i].name, &test_info[i], sizeof(test_info[i])); in main()