Searched refs:src_imgh (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) {
282 src_imgh = height;
296 req->src.height = src_imgh;

Completed in 395 milliseconds