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