Home | History | Annotate | Download | only in nuplayer

Lines Matching refs:displayHeight

1597     int32_t displayWidth, displayHeight;
1609 displayHeight = cropBottom - cropTop + 1;
1615 displayHeight,
1619 CHECK(inputFormat->findInt32("height", &displayHeight));
1621 ALOGV("Video input format %d x %d", displayWidth, displayHeight);
1632 ALOGV("display dimensions %d x %d", displayWidth, displayHeight);
1642 displayWidth = displayHeight;
1643 displayHeight = tmp;
1649 displayHeight);