Home
last modified time | relevance | path

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

/cts/tests/tests/media/common/src/android/media/cts/
DCodecUtils.java182 Color right_bottom = Color.valueOf(bitmap.getPixel(310, 230)); in VerifyFrameRotationFromBitmap() local
185 || !isBlue(left_bottom) || !isWhite(right_bottom)) { in VerifyFrameRotationFromBitmap()
190 || !isGreen(left_bottom) || !isRed(right_bottom)) { in VerifyFrameRotationFromBitmap()
201 Color right_bottom = Color.valueOf(bitmap.getPixel(230, 310)); in VerifyFrameRotationFromBitmap() local
204 || !isWhite(left_bottom) || !isGreen(right_bottom)) { in VerifyFrameRotationFromBitmap()
209 || !isRed(left_bottom) || !isBlue(right_bottom)) { in VerifyFrameRotationFromBitmap()