Searched refs:src_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
214 if (parse_geometry(optarg, &src_imgw, &src_imgh, NULL, NULL)) {
218 printf("Got src img sz: w=%d h=%d\n", src_imgw, src_imgh);
280 if (!src_imgw || !src_imgh) {
281 src_imgw = width;
295 req->src.width = src_imgw;

Completed in 122 milliseconds