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

  /system/extras/tests/framebuffer/
mdp_test.c 140 int parse_geometry(char *geom, int *w, int *h, int *x, int *y) function
198 if (parse_geometry(optarg, &srcw, &srch, &srcx, &srcy)) {
206 if (parse_geometry(optarg, &dstw, &dsth, &dstx, &dsty)) {
214 if (parse_geometry(optarg, &src_imgw, &src_imgh, NULL, NULL)) {
222 if (parse_geometry(optarg, &dst_imgw, &dst_imgh, NULL, NULL)) {

Completed in 2360 milliseconds