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

  /frameworks/base/cmds/screencap/
screencap.cpp 63 uint32_t* bytespp, uint32_t* f)
69 *bytespp = 2;
73 *bytespp = 3;
78 *bytespp = 4;
146 uint32_t bytespp; local
147 if (vinfoToPixelFormat(vinfo, &bytespp, &f) == NO_ERROR) {
148 size_t offset = (vinfo.xoffset + vinfo.yoffset*vinfo.xres) * bytespp;
151 size = w*h*bytespp;
  /frameworks/base/cmds/screenshot/
screenshot.c 25 unsigned int bytespp,offset; local
62 bytespp = vinfo.bits_per_pixel / 8;
69 rowlen=vinfo.xres * bytespp;
77 offset = vinfo.xoffset * bytespp + vinfo.xres * vinfo.yoffset * bytespp;
  /external/qemu/distrib/sdl-1.2.12/src/video/nanox/
SDL_nximage.c 51 ((x+OffsetX) * fbinfo.bytespp));
53 dest = fbinfo.winpixels + ((y * fbinfo.pitch) + (x * fbinfo.bytespp));
208 (OffsetX * fbinfo.bytespp));
  /external/qemu/
console.c 1811 int bytespp = (bitspp+7)\/8; local
    [all...]

Completed in 44 milliseconds