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

/frameworks/av/media/libstagefright/colorconversion/
H A DSoftwareRenderer.cpp67 int32_t widthNew, heightNew; local
69 CHECK(format->findInt32("slice-height", &heightNew));
76 cropBottomNew = heightNew - 1;
81 mHeight == heightNew &&
92 mHeight = heightNew;

Completed in 35 milliseconds