HomeSort by relevance Sort by last modified time
    Searched full:src_imgw (Results 1 - 1 of 1) sorted by null

  /system/extras/tests/framebuffer/
mdp_test.c 182 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 9071 milliseconds