Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DAllocationTest.java198 xTile = (int)Math.ceil(xNorm * wFull); in Patch()
233 .setX(xTile, xTile + wTile) in getLaunchOptions()
263 xTile * 1.0f / wFull, in toRectF()
265 (xTile + wTile) * 1.0f / wFull, in toRectF()
272 private final int xTile; field in AllocationTest.Patch