Home | History | Annotate | Download | only in test

Lines Matching defs:dinfo

1506     DisplayInfo dinfo;
1509 SurfaceComposerClient::getDisplayInfo(display, &dinfo);
1517 if ((int)dinfo.w < width) {
1518 previewWidth = dinfo.w;
1523 if ((int)dinfo.h < height) {
1524 previewHeight = dinfo.h;
1553 ret |= mSurfaceControl->setPosition((float)(dinfo.w - previewWidth),
1554 (float)(dinfo.h - previewHeight));