Home
last modified time | relevance | path

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

/device/linaro/hikey/gralloc960/
Dframebuffer_device.cpp105 m->info.yoffset = hnd->offset / m->finfo.line_length; in fb_post()
147 if (hnd->byte_stride == (int)m->finfo.line_length) in fb_post()
149 memcpy(fb_vaddr, buffer_vaddr, m->finfo.line_length * m->info.yres); in fb_post()
160 m->finfo.line_length); in fb_post()
162 fb_offset += m->finfo.line_length; in fb_post()
361 size_t fbSize = round_up_to_page_size(finfo.line_length * info.yres_virtual); in init_frame_buffer_locked()
461 const size_t framebufferSize = m->finfo.line_length * m->info.yres; in fb_alloc_framebuffer_locked()
462 const size_t alignedFramebufferSize = GRALLOC_ALIGN(m->finfo.line_length, 64) * m->info.yres; in fb_alloc_framebuffer_locked()
474 *byte_stride = GRALLOC_ALIGN(m->finfo.line_length, 64); in fb_alloc_framebuffer_locked()
514 *byte_stride = GRALLOC_ALIGN(m->finfo.line_length, 64); in fb_alloc_framebuffer_locked()
[all …]
/device/amlogic/yukawa/hal/gralloc/
Dframebuffer_device.cpp105 m->info.yoffset = hnd->offset / m->finfo.line_length; in fb_post()
147 if (hnd->byte_stride == (int)m->finfo.line_length) in fb_post()
149 memcpy(fb_vaddr, buffer_vaddr, m->finfo.line_length * m->info.yres); in fb_post()
160 m->finfo.line_length); in fb_post()
162 fb_offset += m->finfo.line_length; in fb_post()
361 size_t fbSize = round_up_to_page_size(finfo.line_length * info.yres_virtual); in init_frame_buffer_locked()
461 const size_t framebufferSize = m->finfo.line_length * m->info.yres; in fb_alloc_framebuffer_locked()
462 const size_t alignedFramebufferSize = GRALLOC_ALIGN(m->finfo.line_length, 64) * m->info.yres; in fb_alloc_framebuffer_locked()
474 *byte_stride = GRALLOC_ALIGN(m->finfo.line_length, 64); in fb_alloc_framebuffer_locked()
514 *byte_stride = GRALLOC_ALIGN(m->finfo.line_length, 64); in fb_alloc_framebuffer_locked()
[all …]
/device/google/cuttlefish/guest/hals/hwcomposer/common/
Dscreen_view.cpp30 return line_length() * y_res() + 4 /* swiftshader padding */; in buffer_size()
33 size_t ScreenView::line_length() const { in line_length() function in cuttlefish::ScreenView
Dscreen_view.h54 size_t line_length() const;
Dcpu_composer.cpp440 screen_view_->line_length(), in CompositeLayer()
/device/linaro/hikey/gralloc/
Dframebuffer_device.cpp91 m->info.yoffset = hnd->offset / m->finfo.line_length; in fb_post()
177 memcpy(fb_vaddr, buffer_vaddr, m->finfo.line_length * m->info.yres); in fb_post()
373 size_t fbSize = round_up_to_page_size(finfo.line_length * info.yres_virtual); in init_frame_buffer_locked()
488 int stride = m->finfo.line_length / (m->info.bits_per_pixel >> 3); in framebuffer_device_open()
Dalloc_device.cpp385 const size_t bufferSize = m->finfo.line_length * m->info.yres; in gralloc_alloc_framebuffer_locked()