Home | History | Annotate | Download | only in lvpp

Lines Matching refs:vWidth

852     int32_t vWidth, vHeight;
855 CHECK(meta->findInt32(kKeyWidth, &vWidth));
858 mGivenWidth = vWidth;
865 cropRight = vWidth - 1;
868 LOGD("got dimensions only %d x %d", vWidth, vHeight);