Home | History | Annotate | Download | only in nuplayer

Lines Matching refs:displayHeight

1498     int32_t displayWidth, displayHeight;
1512 displayHeight = cropBottom - cropTop + 1;
1518 displayHeight,
1522 CHECK(inputFormat->findInt32("height", &displayHeight));
1524 ALOGV("Video input format %d x %d", displayWidth, displayHeight);
1535 ALOGV("display dimensions %d x %d", displayWidth, displayHeight);
1545 displayWidth = displayHeight;
1546 displayHeight = tmp;
1552 displayHeight);