Searched refs:tileWidth (Results 1 – 2 of 2) sorted by relevance
718 int tileWidth = format.getInteger(MediaFormat.KEY_TILE_WIDTH); in testGetImage() local723 ((width + tileWidth - 1) / tileWidth) == gridCols); in testGetImage()
604 int tileWidth = format.getInteger(MediaFormat.KEY_TILE_WIDTH); in verifyResult() local609 ((width + tileWidth - 1) / tileWidth) == gridCols); in verifyResult()