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

  /external/mesa3d/src/mesa/swrast/
s_copypix.c 452 GLuint pixelBytes, widthInBytes;
504 widthInBytes = width * pixelBytes;
561 memmove(dstMap, srcMap, widthInBytes);
  /external/libvncserver/libvncserver/
main.c 360 int j,widthInBytes,bpp=screen->serverFormat.bitsPerPixel/8,
367 widthInBytes = (rect.x2-rect.x1)*bpp;
372 memmove(out,in,widthInBytes);
377 memmove(out,in,widthInBytes);
  /external/opencv3/modules/videoio/src/
cap_dshow.cpp     [all...]
cap_msmf.cpp     [all...]

Completed in 140 milliseconds