Lines Matching refs:byte_stride
136 if (hnd->plane_info[0].byte_stride == (int)m->finfo.line_length) in fb_post()
152 buffer_offset += hnd->plane_info[0].byte_stride; in fb_post()
424 static int fb_alloc_from_ion_module(mali_gralloc_module *m, int width, int height, int byte_stride,… in fb_alloc_from_ion_module() argument
440 fb_buffer_descriptor.plane_info[0].byte_stride = byte_stride; in fb_alloc_from_ion_module()
457 buffer_handle_t *pHandle, int *stride, int *byte_stride) in fb_alloc_framebuffer_locked() argument
496 *byte_stride = GRALLOC_ALIGN(m->finfo.line_length, 64); in fb_alloc_framebuffer_locked()
497 return fb_alloc_from_ion_module(m, m->info.xres, m->info.yres, *byte_stride, in fb_alloc_framebuffer_locked()
539 *byte_stride = GRALLOC_ALIGN(m->finfo.line_length, 64); in fb_alloc_framebuffer_locked()
540 return fb_alloc_from_ion_module(m, m->info.xres, m->info.yres, *byte_stride, in fb_alloc_framebuffer_locked()
545 *byte_stride = m->finfo.line_length; in fb_alloc_framebuffer_locked()
670 int byte_stride, pixel_stride; in mali_gralloc_fb_allocate() local
674 outBuffers, &pixel_stride, &byte_stride); in mali_gralloc_fb_allocate()
693 hnd->plane_info[0].byte_stride = byte_stride; in mali_gralloc_fb_allocate()