Home | History | Annotate | Download | only in lvpp

Lines Matching refs:vHeight

852     int32_t vWidth, vHeight;
856 CHECK(meta->findInt32(kKeyHeight, &vHeight));
859 mGivenHeight = vHeight;
866 cropBottom = vHeight - 1;
868 LOGD("got dimensions only %d x %d", vWidth, vHeight);