Home | History | Annotate | Download | only in hwc

Lines Matching defs:out

618         /* Should have been filtered out */
1216 /* Figure out how many layers we can support via DSS */
1295 * here to figure out if mirroring is supported, but may not do mirroring for the first
1551 rgz_out_params_t out = {
1561 if (rgz_out(&grgz, &out) != 0) {
1570 if (rgz_out_op != RGZ_OUT_BVCMD_REGION && out.data.bvc.out_blits == 0 && out.data.bvc.out_nhndls > 0) {
1571 ALOGE("Regionizer invalid output blit_num %d, post2_blit_buffers %d", out.data.bvc.out_blits, out.data.bvc.out_nhndls);
1576 hwc_dev->blit_num = out.data.bvc.out_blits;
1577 hwc_dev->post2_blit_buffers = out.data.bvc.out_nhndls;
1579 //ALOGI("blit buffers[%d] = %p", bufoff, out.data.bvc.out_hndls[i]);
1580 hwc_dev->buffers[bufoff++] = out.data.bvc.out_hndls[i];
1583 struct rgz_blt_entry *res_blit_ops = (struct rgz_blt_entry *) out.data.bvc.cmdp;
1584 memcpy(hwc_dev->comp_data.blit_data.rgz_blts, res_blit_ops, sizeof(*res_blit_ops) * out.data.bvc.cmdlen);
1585 ALOGI_IF(debugblt, "blt struct sz %d", sizeof(*res_blit_ops) * out.data.bvc.cmdlen);
1586 ALOGE_IF(hwc_dev->blit_num != out.data.bvc.cmdlen,"blit_num != out.data.bvc.cmdlen, %d != %d", hwc_dev->blit_num, out.data.bvc.cmdlen);