Searched refs:line_length (Results 1 – 7 of 7) sorted by relevance
/device/linaro/hikey/gralloc960/ |
D | framebuffer_device.cpp | 105 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/ |
D | framebuffer_device.cpp | 105 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/ |
D | screen_view.cpp | 30 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
|
D | screen_view.h | 54 size_t line_length() const;
|
D | cpu_composer.cpp | 440 screen_view_->line_length(), in CompositeLayer()
|
/device/linaro/hikey/gralloc/ |
D | framebuffer_device.cpp | 91 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()
|
D | alloc_device.cpp | 385 const size_t bufferSize = m->finfo.line_length * m->info.yres; in gralloc_alloc_framebuffer_locked()
|