Searched refs:dstw (Results 1 - 1 of 1) sorted by relevance

/system/extras/tests/framebuffer/
H A Dmdp_test.c179 int srcw = 0, srch = 0, dstw = 0, dsth = 0; local
206 if (parse_geometry(optarg, &dstw, &dsth, &dstx, &dsty)) {
210 printf("Got dest: w=%d h=%d x=%d y=%d\n", dstw, dsth, dstx, dsty);
312 req->dst_rect.w = dstw;

Completed in 16 milliseconds