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

/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp2011 bool hasGrid = (mTileWidth > 0); local
2021 .width = hasGrid ? mTileWidth : mWidth,
2022 .height = hasGrid ? mTileHeight : mHeight,
2025 if (!hasGrid && heifRotation > 0) {
2034 if (hasGrid) {

Completed in 37 milliseconds