Home
last modified time | relevance | path

Searched refs:testV (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
1228testV = planes[2].getBuffer().get((y/2) * planes[2].getRowStride() + (x/2) * planes[2].getPixelStr… in checkFrame()
1230 testY = testU = testV = 0; in checkFrame()
1238testV = frameData.get(off + width*height + 2*(y/2) * halfWidth + 2*(x/2) + 1) & 0xff; in checkFrame()
1243 testV = frameData.get(off + width*height + halfWidth * (height / 2) + in checkFrame()
1260 !isColorClose(testV, expV)) { in checkFrame()
1262 "," + testU + "," + testV + " vs. expected " + expY + "," + expU + in checkFrame()