Searched refs:imageBounds (Results 1 – 1 of 1) sorted by relevance
816 Rect imageBounds = new Rect(/*left*/0, /*top*/0, /*right*/width, /*bottom*/height); in convertPixelYuvToRgba() local819 assertTrue("Output rectangle" + crop + " must lie within image bounds " + imageBounds, in convertPixelYuvToRgba()820 imageBounds.contains(crop)); in convertPixelYuvToRgba()