Searched defs:testcase_info (Results 1 – 1 of 1) sorted by relevance
25 struct testcase_info struct27 pthread_t tid;28 int err;29 struct testcase_base_info *base_info;30 int x; //x,y positon and width height on the screen31 int y;32 int w;33 int h;34 int dev_id; //default 0,but some device have double,such as camera35 int result;[all …]