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

/frameworks/av/media/libstagefright/colorconversion/
H A DSoftwareRenderer.cpp67 int32_t widthNew, heightNew; local
68 CHECK(format->findInt32("stride", &widthNew));
75 cropRightNew = widthNew - 1;
80 mWidth == widthNew &&
91 mWidth = widthNew;

Completed in 69 milliseconds