Home
last modified time | relevance | path

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

/rockchip-linux_mpp/test/
H A Dmpp_parse_cfg.c32 static struct options_table op_tbl[] = { variable
120 for (i = 0; i < ARRAY_SIZE(op_tbl); ++i) { in lookup_opt_type()
121 if (!strncmp(op_tbl[i].type_str, line, in lookup_opt_type()
122 strlen(op_tbl[i].type_str))) { in lookup_opt_type()
123 mpp_log("option type %s find\n", op_tbl[i].type_str); in lookup_opt_type()
124 return op_tbl[i].type; in lookup_opt_type()