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

/hardware/ti/omap4-aah/kernel-headers-ti/linux/
H A Dbvcache.h36 struct bvsurfgeom *geom; member in struct:bvcopparams
/hardware/ti/omap4-aah/hwc/
H A Drgz_2d.h45 int rgz_get_screengeometry(int fd, struct bvsurfgeom *geom, int fmt);
H A Drgz_2d.c1598 int rgz_get_screengeometry(int fd, struct bvsurfgeom *geom, int fmt) argument
1620 bzero(geom, sizeof(*geom));
1621 geom->structsize = sizeof(*geom);
1622 geom->width = fb_varinfo.xres;
1623 geom->height = fb_varinfo.yres;
1624 geom->virtstride = fb_fixinfo.line_length;
1625 geom->format = hal_to_ocd(fmt);
1627 geom
[all...]

Completed in 444 milliseconds