Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DImageReaderTest.java505 Rect imageBounds = new Rect(/*left*/0, /*top*/0, /*right*/width, /*bottom*/height); in convertPixelYuvToRgba() local
508 assertTrue("Output rectangle" + crop + " must lie within image bounds " + imageBounds, in convertPixelYuvToRgba()
509 imageBounds.contains(crop)); in convertPixelYuvToRgba()