Home
last modified time | relevance | path

Searched defs:fimg2d_image (Results 1 – 2 of 2) sorted by relevance

/hardware/samsung_slsi/exynos5/include/
Dfimg2d.h224 struct fimg2d_image { struct
225 int width;
226 int height;
227 int stride;
252 struct fimg2d_image *src; argument
/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
Dfimg2d.h324 struct fimg2d_image { struct
325 int width;
326 int height;
327 int stride;
328 enum pixel_order order;
329 enum color_format fmt;
330 struct fimg2d_addr addr;
331 struct fimg2d_rect rect;