Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8960/libgralloc/
Dframebuffer.cpp93 m->info.yoffset = offset / m->finfo.line_length; in fb_post()
222 uint32_t line_length = (info.xres * info.bits_per_pixel / 8); in mapFrameBufferLocked() local
223 info.yres_virtual = (size * numberOfBuffers) / line_length; in mapFrameBufferLocked()
227 if (info.yres_virtual < ((size * 2) / line_length) ) { in mapFrameBufferLocked()
229 info.yres_virtual = size / line_length; in mapFrameBufferLocked()
316 size_t fbSize = roundUpToPageSize(finfo.line_length * info.yres)* in mapFrameBufferLocked()
383 int stride = m->finfo.line_length / (m->info.bits_per_pixel >> 3); in fb_device_open()
Dgpu.cpp192 size_t bufferSize = m->finfo.line_length * m->info.yres; in gralloc_alloc_framebuffer_locked()
310 const size_t bufferSize = m->finfo.line_length * m->info.yres; in free_impl()
/hardware/qcom/display/msm8974/libgralloc/
Dframebuffer.cpp93 m->info.yoffset = offset / m->finfo.line_length; in fb_post()
222 uint32_t line_length = (info.xres * info.bits_per_pixel / 8); in mapFrameBufferLocked() local
223 info.yres_virtual = (size * numberOfBuffers) / line_length; in mapFrameBufferLocked()
227 if (info.yres_virtual < ((size * 2) / line_length) ) { in mapFrameBufferLocked()
229 info.yres_virtual = size / line_length; in mapFrameBufferLocked()
316 size_t fbSize = roundUpToPageSize(finfo.line_length * info.yres)* in mapFrameBufferLocked()
389 int stride = m->finfo.line_length / (m->info.bits_per_pixel >> 3); in fb_device_open()
Dgpu.cpp198 size_t bufferSize = m->finfo.line_length * m->info.yres; in gralloc_alloc_framebuffer_locked()
325 const size_t bufferSize = m->finfo.line_length * m->info.yres; in free_impl()
/hardware/qcom/display/msm8084/libgralloc/
Dframebuffer.cpp92 m->info.yoffset = (int)(offset / m->finfo.line_length); in fb_post()
228 uint32_t line_length = (info.xres * info.bits_per_pixel / 8); in mapFrameBufferLocked() local
229 info.yres_virtual = (uint32_t) ((size * numberOfBuffers) / line_length); in mapFrameBufferLocked()
233 if (info.yres_virtual < ((size * 2) / line_length) ) { in mapFrameBufferLocked()
235 info.yres_virtual = (int)(size / line_length); in mapFrameBufferLocked()
329 size_t fbSize = roundUpToPageSize(finfo.line_length * info.yres)* in mapFrameBufferLocked()
408 int stride = m->finfo.line_length / (m->info.bits_per_pixel >> 3); in fb_device_open()
Dgpu.cpp205 size_t bufferSize = m->finfo.line_length * m->info.yres; in gralloc_alloc_framebuffer_locked()
323 const size_t bufferSize = m->finfo.line_length * m->info.yres; in free_impl()
/hardware/qcom/display/msm8226/libgralloc/
Dframebuffer.cpp93 m->info.yoffset = offset / m->finfo.line_length; in fb_post()
226 uint32_t line_length = (info.xres * info.bits_per_pixel / 8); in mapFrameBufferLocked() local
227 info.yres_virtual = (size * numberOfBuffers) / line_length; in mapFrameBufferLocked()
231 if (info.yres_virtual < ((size * 2) / line_length) ) { in mapFrameBufferLocked()
233 info.yres_virtual = size / line_length; in mapFrameBufferLocked()
327 size_t fbSize = roundUpToPageSize(finfo.line_length * info.yres)* in mapFrameBufferLocked()
407 int stride = m->finfo.line_length / (m->info.bits_per_pixel >> 3); in fb_device_open()
Dgpu.cpp202 size_t bufferSize = m->finfo.line_length * m->info.yres; in gralloc_alloc_framebuffer_locked()
319 const size_t bufferSize = m->finfo.line_length * m->info.yres; in free_impl()
/hardware/libhardware/modules/gralloc/
Dframebuffer.cpp106 m->info.yoffset = offset / m->finfo.line_length; in fb_post()
131 memcpy(fb_vaddr, buffer_vaddr, m->finfo.line_length * m->info.yres); in fb_post()
287 size_t fbSize = roundUpToPageSize(finfo.line_length * info.yres_virtual);
343 int stride = m->finfo.line_length / (m->info.bits_per_pixel >> 3);
Dgralloc.cpp122 const size_t bufferSize = m->finfo.line_length * m->info.yres; in gralloc_alloc_framebuffer_locked()
256 const size_t bufferSize = m->finfo.line_length * m->info.yres; in gralloc_free()
/hardware/samsung_slsi/exynos5/gralloc/
Dframebuffer.cpp200 module->line_length = module->xres * 4; in init_fb()
258 int stride = m->line_length / (bits_per_pixel >> 3); in fb_device_open()
/hardware/samsung_slsi/exynos5/include/
Dgralloc_priv.h52 int line_length; member
/hardware/intel/img/libdrm/shared-core/
Dvia_drm.h267 uint32_t line_length; member
/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc_utils.cpp92 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].stride = finfo.line_length /(info.xres/8); in openFramebufferDevice()
/hardware/qcom/display/msm8974/libhwcomposer/
Dhwc_utils.cpp108 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].stride = finfo.line_length /(info.xres/8); in openFramebufferDevice()
/hardware/ti/omap4-aah/hwc/
Drgz_2d.c1624 geom->virtstride = fb_fixinfo.line_length; in rgz_get_screengeometry()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_utils.cpp163 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].stride = finfo.line_length /(info.xres/8); in openFramebufferDevice()
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_utils.cpp162 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].stride = finfo.line_length /(info.xres/8); in openFramebufferDevice()