Searched defs:heightNew (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/colorconversion/
H A DSoftwareRenderer.cpp69 int32_t widthNew, heightNew; local
71 CHECK(format->findInt32("slice-height", &heightNew));
78 cropBottomNew = heightNew - 1;
83 mHeight == heightNew &&
94 mHeight = heightNew;

Completed in 54 milliseconds