Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DImageReaderTest.java659 final int PATCH_DIMEN = 40; // pixels in YUV in testAllOutputYUVResolutions() local
662 RectF tempPatch = new RectF(0, 0, PATCH_DIMEN, PATCH_DIMEN); in testAllOutputYUVResolutions()
668 tempPatch.set(0, 0, PATCH_DIMEN * scale, PATCH_DIMEN * scale); in testAllOutputYUVResolutions()