Searched refs:line_length (Results 1 - 18 of 18) sorted by relevance

/hardware/qcom/display/msm8084/libgralloc/
H A Dframebuffer.cpp92 m->info.yoffset = (int)(offset / m->finfo.line_length);
228 uint32_t line_length = (info.xres * info.bits_per_pixel / 8); local
229 info.yres_virtual = (uint32_t) ((size * numberOfBuffers) / line_length);
233 if (info.yres_virtual < ((size * 2) / line_length) ) {
235 info.yres_virtual = (int)(size / line_length);
329 size_t fbSize = roundUpToPageSize(finfo.line_length * info.yres)*
408 int stride = m->finfo.line_length / (m->info.bits_per_pixel >> 3);
H A Dgpu.cpp206 size_t bufferSize = m->finfo.line_length * m->info.yres;
324 const size_t bufferSize = m->finfo.line_length * m->info.yres;
/hardware/qcom/display/msm8226/libgralloc/
H A Dframebuffer.cpp93 m->info.yoffset = (int)(offset / m->finfo.line_length);
229 uint32_t line_length = (info.xres * info.bits_per_pixel / 8); local
230 info.yres_virtual = (uint32_t) ((size * numberOfBuffers) / line_length);
234 if (info.yres_virtual < ((size * 2) / line_length) ) {
236 info.yres_virtual = (int)(size / line_length);
330 unsigned int fbSize = roundUpToPageSize(finfo.line_length * info.yres)*
409 int stride = m->finfo.line_length / (m->info.bits_per_pixel >> 3);
H A Dgpu.cpp209 unsigned int bufferSize = m->finfo.line_length * m->info.yres;
327 const unsigned int bufferSize = m->finfo.line_length * m->info.yres;
/hardware/qcom/display/msm8960/libgralloc/
H A Dframebuffer.cpp93 m->info.yoffset = offset / m->finfo.line_length;
222 uint32_t line_length = (info.xres * info.bits_per_pixel / 8); local
223 info.yres_virtual = (size * numberOfBuffers) / line_length;
227 if (info.yres_virtual < ((size * 2) / line_length) ) {
229 info.yres_virtual = size / line_length;
316 size_t fbSize = roundUpToPageSize(finfo.line_length * info.yres)*
383 int stride = m->finfo.line_length / (m->info.bits_per_pixel >> 3);
H A Dgpu.cpp192 size_t bufferSize = m->finfo.line_length * m->info.yres;
310 const size_t bufferSize = m->finfo.line_length * m->info.yres;
/hardware/qcom/display/msm8974/libgralloc/
H A Dframebuffer.cpp93 m->info.yoffset = offset / m->finfo.line_length;
222 uint32_t line_length = (info.xres * info.bits_per_pixel / 8); local
223 info.yres_virtual = (size * numberOfBuffers) / line_length;
227 if (info.yres_virtual < ((size * 2) / line_length) ) {
229 info.yres_virtual = size / line_length;
316 size_t fbSize = roundUpToPageSize(finfo.line_length * info.yres)*
389 int stride = m->finfo.line_length / (m->info.bits_per_pixel >> 3);
H A Dgpu.cpp198 size_t bufferSize = m->finfo.line_length * m->info.yres;
325 const size_t bufferSize = m->finfo.line_length * m->info.yres;
/hardware/libhardware/modules/gralloc/
H A Dframebuffer.cpp106 m->info.yoffset = offset / m->finfo.line_length;
131 memcpy(fb_vaddr, buffer_vaddr, m->finfo.line_length * m->info.yres);
287 size_t fbSize = roundUpToPageSize(finfo.line_length * info.yres_virtual);
343 int stride = m->finfo.line_length / (m->info.bits_per_pixel >> 3);
H A Dgralloc.cpp122 const size_t bufferSize = m->finfo.line_length * m->info.yres;
256 const size_t bufferSize = m->finfo.line_length * m->info.yres;
/hardware/samsung_slsi/exynos5/gralloc/
H A Dframebuffer.cpp200 module->line_length = module->xres * 4;
258 int stride = m->line_length / (bits_per_pixel >> 3);
/hardware/intel/img/libdrm/shared-core/
H A Dvia_drm.h267 uint32_t line_length; member in struct:drm_via_dmablit
/hardware/samsung_slsi/exynos5/include/
H A Dgralloc_priv.h52 int line_length; member in struct:private_module_t
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_utils.cpp92 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].stride = finfo.line_length /(info.xres/8);
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_utils.cpp108 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].stride = finfo.line_length /(info.xres/8);
/hardware/ti/omap4-aah/hwc/
H A Drgz_2d.c1624 geom->virtstride = fb_fixinfo.line_length;
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_utils.cpp162 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].stride = finfo.line_length /(info.xres/8);
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_utils.cpp169 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].stride = finfo.line_length /(info.xres/8);

Completed in 2142 milliseconds