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

/frameworks/av/media/libstagefright/
H A DFrameDecoder.cpp659 int32_t expectedBot = (row + 1) * mTileHeight; local
660 if (expectedBot > mHeight) {
661 expectedBot = mHeight;
664 || rect->right != mWidth || rect->bottom != expectedBot) {

Completed in 9 milliseconds