Searched defs:dump_printf (Results 1 - 2 of 2) sorted by relevance

/hardware/ti/omap4xxx/hwc/
H A Dhwc.c233 static void dump_printf(struct dump_buf *buf, const char *fmt, ...) function
252 dump_printf(&log, "set H{");
255 dump_printf(&log, " ");
258 dump_printf(&log, "%p:%s,", handle, layer->compositionType == HWC_OVERLAY ? "DSS" : "SGX");
260 dump_printf(&log, "SKIP");
264 dump_printf(&log, "CLR,");
265 dump_printf(&log, "%d*%d(%s)", handle->iWidth, handle->iHeight, HAL_FMT(handle->iFormat));
267 dump_printf(&log, "~%d", layer->transform);
269 dump_printf(&log, "} D{");
272 dump_printf(
[all...]
/hardware/ti/omap4-aah/hwc/
H A Dhwc.c322 static void dump_printf(struct dump_buf *buf, const char *fmt, ...) function
341 dump_printf(&log, "set H{");
344 dump_printf(&log, " ");
349 dump_printf(&log, "%p:%s,", handle, "DSS");
351 dump_printf(&log, "%p:%s,", handle, "BV2D");
354 dump_printf(&log, "%p:%s,", handle, layer->compositionType == HWC_OVERLAY ? "DSS" : "SGX");
356 dump_printf(&log, "SKIP");
360 dump_printf(&log, "CLR,");
361 dump_printf(&log, "%d*%d(%s)", handle->iWidth, handle->iHeight, HAL_FMT(handle->iFormat));
363 dump_printf(
[all...]

Completed in 111 milliseconds