Home
last modified time | relevance | path

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

/cts/tests/tests/media/common/src/android/media/cts/
DCodecUtils.java184 if (!isRed(left_top) || !isGreen(right_top) in VerifyFrameRotationFromBitmap()
190 || !isGreen(left_bottom) || !isRed(right_bottom)) { in VerifyFrameRotationFromBitmap()
204 || !isWhite(left_bottom) || !isGreen(right_bottom)) { in VerifyFrameRotationFromBitmap()
208 if (!isGreen(left_top) || !isWhite(right_top) in VerifyFrameRotationFromBitmap()
221 private static boolean isGreen(Color color) { in isGreen() method in CodecUtils