Searched refs:tileHeight (Results 1 – 5 of 5) sorted by relevance
1178 int tileHeight = INP_FRM_HEIGHT; in fillImage() local1185 tileHeight = INP_FRM_HEIGHT / 2; in fillImage()1188 if (width == rowStride && width == tileWidth && height == tileHeight) { in fillImage()1191 for (int z = 0; z < height; z += tileHeight) { in fillImage()1192 int rowsToCopy = Math.min(height - z, tileHeight); in fillImage()1204 for (int z = 0; z < height; z += tileHeight) { in fillImage()1205 int rowsToCopy = Math.min(height - z, tileHeight); in fillImage()1218 offset += tileWidth * tileHeight; in fillImage()1228 int tileHeight = INP_FRM_HEIGHT; in fillByteBuffer() local1233 tileHeight = INP_FRM_HEIGHT / 2; in fillByteBuffer()[all …]
352 int tileHeight = format.getInteger(MediaFormat.KEY_TILE_HEIGHT); in verifyResult() local358 ((height + tileHeight - 1) / tileHeight) == gridRows); in verifyResult()
223 int width, height, tileWidth, tileHeight; in fillByteBuffer() local236 tileHeight = kInpFrmHeight; in fillByteBuffer()246 tileHeight = kInpFrmHeight / 2; in fillByteBuffer()248 for (int k = 0; k < height; k += tileHeight) { in fillByteBuffer()249 int rowsToCopy = std::min(height - k, tileHeight); in fillByteBuffer()259 frmOffset += tileWidth * tileHeight; in fillByteBuffer()
785 int tileHeight = format.getInteger(MediaFormat.KEY_TILE_HEIGHT); in testGetImage() local791 ((height + tileHeight - 1) / tileHeight) == gridRows); in testGetImage()
642 int tileHeight = format.getInteger(MediaFormat.KEY_TILE_HEIGHT); in verifyResult() local648 ((height + tileHeight - 1) / tileHeight) == gridRows); in verifyResult()