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

  /hardware/intel/img/hwcomposer/merrifield/common/devices/
VirtualDevice.cpp 374 dumpSurface(vd.va_dpy, "/data/misc/vsp_in.yuv", videoInSurface, videoStride*videoBufHeight*3/2);
378 dumpSurface(vd.va_dpy, "/data/misc/vsp_in.rgb", mappedRgbIn->surface, align_width(outWidth)*align_height(outHeight)*4);
388 dumpSurface(vd.va_dpy, "/data/misc/vsp_in.rgb", vd.va_blank_rgb_in, align_width(outWidth)*align_height(outHeight)*4);
392 dumpSurface(vd.va_dpy, "/data/misc/vsp_out.yuv", mappedVideoOut.surface, align_width(outWidth)*align_height(outHeight)*3/2);
396 void dumpSurface(VADisplay va_dpy, const char* filename, VASurfaceID surf, int size) {
397 MappedSurface dumpSurface(va_dpy, surf);
398 if (dumpSurface.valid()) {
401 write(fd, dumpSurface.getPtr(), size);
    [all...]
  /frameworks/native/services/inputflinger/
InputReader.h     [all...]
InputReader.cpp     [all...]

Completed in 119 milliseconds