HomeSort by relevance Sort by last modified time
    Searched refs:linesize (Results 1 - 10 of 10) sorted by null

  /external/libvpx/vp8/common/
extend.c 32 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/
console.c 477 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
1332 int linesize = width * 4; local
    [all...]
console.h 141 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;
vnc-android.c 381 vs->server.ds->data = qemu_mallocz(vs->server.ds->linesize *
    [all...]
vnc.c 375 vs->server.ds->data = qemu_mallocz(vs->server.ds->linesize *
    [all...]
  /external/qemu/android/protocol/
fb-updates-proxy.c 85 return (const uint8_t*)dsu->data + y * dsu->linesize + x * dsu->pf.bytes_per_pixel;
101 start += dsu->linesize;
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
GLClientState.cpp 235 size_t linesize = pixelsize * width; local
236 size_t aligned_linesize = int(linesize / alignment) * alignment;
237 if (aligned_linesize < linesize) {
  /external/qemu/android/
multitouch-screen.c 331 mts_state->fb_header.bpl = surface->linesize;
404 mts_state->fb_header.bpl = ds->surface->linesize;
  /external/qemu/hw/
goldfish_fb.c 75 qemu_put_be32(f, ds->surface->linesize);
108 ds->surface->linesize != ds_pitch ||
483 pitch = s->ds->surface->linesize;
  /ndk/sources/host-tools/sed-4.2.1/lib/
stdio.in.h 485 *LINEPTR is a pointer returned from malloc (or NULL), pointing to *LINESIZE
489 extern ssize_t getdelim (char **lineptr, size_t *linesize, int delimiter,
508 *LINEPTR is a pointer returned from malloc (or NULL), pointing to *LINESIZE
512 extern ssize_t getline (char **lineptr, size_t *linesize, FILE *stream);

Completed in 147 milliseconds