Searched refs:expectedBytes (Results 1 – 3 of 3) sorted by relevance
62 final byte expectedBytes[] = new byte[] { in testBlitFramebuffer()104 assertTrue(Arrays.equals(testBytes, expectedBytes)); in testBlitFramebuffer()115 assertTrue(Arrays.equals(testBytes, expectedBytes)); in testBlitFramebuffer()
694 int expectedBytes; in onPreviewFrame() local704 expectedBytes = ySize + uvSize * 2; in onPreviewFrame()709 expectedBytes = mPreviewSize.width * mPreviewSize.height * in onPreviewFrame()713 if (expectedBytes != data.length) { in onPreviewFrame()717 expectedBytes + ", but got " + in onPreviewFrame()
113 byte[] expectedBytes = expected.getBytes(); in checkDump()114 byte[] input = new byte[expectedBytes.length]; in checkDump()117 Assert.assertArrayEquals(input, expectedBytes); in checkDump()