Searched defs:line_length (Results 1 - 2 of 2) sorted by relevance

/hardware/qcom/display/libgralloc/
H A Dframebuffer.cpp113 m->info.yoffset = hnd->offset / m->finfo.line_length;
245 uint32_t line_length = (info.xres * info.bits_per_pixel / 8); local
246 info.yres_virtual = (size * numberOfBuffers) / line_length;
250 if (info.yres_virtual < ((size * 2) / line_length) ) {
252 info.yres_virtual = size / line_length;
328 size_t fbSize = roundUpToPageSize(finfo.line_length * info.yres)*
399 int stride = m->finfo.line_length / (m->info.bits_per_pixel >> 3);
/hardware/samsung_slsi/exynos5/include/
H A Dgralloc_priv.h50 int line_length; member in struct:private_module_t

Completed in 384 milliseconds