Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/
H A DFrameDecoder.cpp871 int32_t expectedBot = (row + 1) * mTileHeight; in onExtractRect() local
872 if (expectedBot > mHeight) { in onExtractRect()
873 expectedBot = mHeight; in onExtractRect()
876 || rect->right != mWidth || rect->bottom != expectedBot) { in onExtractRect()