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 66 uint32_t* bytespp, uint32_t* f)
72 *bytespp = 2;
76 *bytespp = 3;
81 *bytespp = 4;
157 uint32_t bytespp; local
158 if (vinfoToPixelFormat(vinfo, &bytespp, &f) == NO_ERROR) {
159 size_t offset = (vinfo.xoffset + vinfo.yoffset*vinfo.xres) * bytespp;
163 size = w*h*bytespp;
  /external/qemu/distrib/sdl-1.2.15/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/chromium_org/third_party/libvpx/source/libvpx/
tools_common.c 86 const int bytespp = (yuv_frame->fmt & VPX_IMG_FMT_HIGHBITDEPTH) ? 2 : 1; local
112 size_t needed = w * bytespp;
  /external/qemu/ui/
console.c 1811 int bytespp = (bitspp+7)\/8; local
    [all...]

Completed in 348 milliseconds