Searched refs:testU (Results 1 – 1 of 1) sorted by relevance
1222 int testY, testU, testV; in checkFrame() local1227 …testU = planes[1].getBuffer().get((y/2) * planes[1].getRowStride() + (x/2) * planes[1].getPixelStr… in checkFrame()1230 testY = testU = testV = 0; in checkFrame()1237 … testU = 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()