Searched defs:linesize (Results 1 - 3 of 3) sorted by relevance

/external/libvpx/vp8/common/
H A Dextend.c32 int linesize; local
59 linesize = el + er + w + 1;
63 vpx_memcpy(dest_ptr1, src_ptr1, linesize);
69 vpx_memcpy(dest_ptr2, src_ptr2, linesize);
/external/qemu/
H A Dconsole.h141 int linesize; /* bytes per line */ member in struct:DisplaySurface
231 int linesize, uint8_t *data);
233 int linesize, PixelFormat pf, int newflags);
392 return ds->surface->linesize;
H A Dconsole.c477 unsigned int font_data, linesize, xorcol, bpp; local
497 linesize = ds_get_linesize(ds);
510 d += linesize;
525 d += linesize;
542 d += linesize;
1323 int linesize = width * 4; local
1324 qemu_alloc_display(surface, width, height, linesize,
1332 int linesize = width * 4; local
1333 qemu_alloc_display(surface, width, height, linesize,
1339 int linesize, PixelForma
1338 qemu_alloc_display(DisplaySurface *surface, int width, int height, int linesize, PixelFormat pf, int newflags) argument
1359 qemu_create_displaysurface_from(int width, int height, int bpp, int linesize, uint8_t *data) argument
[all...]

Completed in 178 milliseconds