Searched refs:dumpSurface (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/img/hwcomposer/merrifield/common/devices/
H A DVirtualDevice.cpp374 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) { function in struct:android::intel::VirtualDevice::ComposeTask
397 MappedSurface dumpSurface(va_dpy, surf);
398 if (dumpSurface.valid()) {
401 write(fd, dumpSurface.getPtr(), size);

Completed in 237 milliseconds