Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DEncodeDecodeTest.java1222 int testY, testU, testV; in checkFrame() local
1227testU = planes[1].getBuffer().get((y/2) * planes[1].getRowStride() + (x/2) * planes[1].getPixelStr… in checkFrame()
1230 testY = testU = testV = 0; in checkFrame()
1237testU = frameData.get(off + width*height + 2*(y/2) * halfWidth + 2*(x/2)) & 0xff; in checkFrame()
1242 testU = frameData.get(off + width*height + (y/2) * halfWidth + (x/2)) & 0xff; in checkFrame()
1259 !isColorClose(testU, expU) || in checkFrame()
1262 "," + testU + "," + testV + " vs. expected " + expY + "," + expU + in checkFrame()