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

/system/extras/tests/framebuffer/
H A Dmdp_test.c182 int src_imgw = 0, src_imgh = 0, dst_imgw = 0, dst_imgh = 0; local
222 if (parse_geometry(optarg, &dst_imgw, &dst_imgh, NULL, NULL)) {
226 printf("Got dst img sz: w=%d h=%d\n", dst_imgw, dst_imgh);
285 if (!dst_imgw || !dst_imgh) {
286 dst_imgw = width;
305 req->dst.width = dst_imgw;

Completed in 127 milliseconds