Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DMPEG4Writer.cpp2517 bool hasGrid = (mTileWidth > 0); in addItemOffsetAndSize() local
2529 .width = hasGrid ? mTileWidth : mWidth, in addItemOffsetAndSize()
2530 .height = hasGrid ? mTileHeight : mHeight, in addItemOffsetAndSize()
2533 if (!hasGrid && heifRotation > 0) { in addItemOffsetAndSize()
2542 if (hasGrid) { in addItemOffsetAndSize()