Home | History | Annotate | Download | only in nuplayer

Lines Matching refs:displayHeight

1301     int32_t displayWidth, displayHeight;
1315 displayHeight = cropBottom - cropTop + 1;
1321 displayHeight,
1325 CHECK(inputFormat->findInt32("height", &displayHeight));
1327 ALOGV("Video input format %d x %d", displayWidth, displayHeight);
1338 ALOGV("display dimensions %d x %d", displayWidth, displayHeight);
1348 displayWidth = displayHeight;
1349 displayHeight = tmp;
1355 displayHeight);