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

/hardware/ti/omap4-aah/hwc/
H A Dhwc.c194 unsigned int post2_blit_buffers; /* Buffers used with blit */ member in struct:omap4_hwc_device
347 if (hwc_dev->post2_blit_buffers) {
385 if (hwc_dev->post2_blit_buffers) {
388 i < hwc_dev->post2_blit_buffers + hwc_dev->post2_layers; i++) {
1497 hwc_dev->post2_blit_buffers = 0;
1571 ALOGE("Regionizer invalid output blit_num %d, post2_blit_buffers %d", out.data.bvc.out_blits, out.data.bvc.out_nhndls);
1577 hwc_dev->post2_blit_buffers = out.data.bvc.out_nhndls;
1578 for (i = 0; i < hwc_dev->post2_blit_buffers; i++) {
2028 if (hwc_dev->post2_blit_buffers) {
2034 nbufs += hwc_dev->post2_blit_buffers
[all...]

Completed in 118 milliseconds