Merge "hwc: video: Update destination x, y" into jb

This commit is contained in:
Linux Build Service Account 2012-08-04 03:53:22 -07:00 committed by QuIC Gerrit Code Review
commit 27157148fb

View File

@ -160,6 +160,8 @@ bool configPrimVid(hwc_context_t *ctx, hwc_layer_t *layer) {
dcrop.w = sourceCrop.right - sourceCrop.left;
dcrop.h = sourceCrop.bottom - sourceCrop.top;
dpos.x = displayFrame.left;
dpos.y = displayFrame.top;
dpos.w = displayFrame.right - displayFrame.left;
dpos.h = displayFrame.bottom - displayFrame.top;
}