Lines Matching refs:vHeight
1671 int32_t vWidth, vHeight;1675 CHECK(meta->findInt32(kKeyHeight, &vHeight));1678 mGivenHeight = vHeight;1685 cropBottom = vHeight - 1;1687 ALOGD("got dimensions only %d x %d", vWidth, vHeight);