Searched defs:bytesNum (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/core/misc/java/test/ |
D | MatTest.java | 337 int bytesNum = m.get(1, 1, goodData); in testGetIntIntByteArray() local 366 int bytesNum = m.get(1, 1, buff); in testGetIntIntDoubleArray() local 388 int bytesNum = m.get(1, 1, buff); in testGetIntIntFloatArray() local 410 int bytesNum = m.get(1, 1, buff); in testGetIntIntIntArray() local 432 int bytesNum = m.get(1, 1, buff); in testGetIntIntShortArray() local 670 int bytesNum = m.put(1, 2, buff0); in testPutIntIntByteArray() local 706 int bytesNum = m.put(1, 2, 10, 20, 30, 40, 50, 60); in testPutIntIntDoubleArray() local 728 int bytesNum = m.put(4, 3, elements); in testPutIntIntFloatArray() local 751 int bytesNum = m.put(0, 4, elements); in testPutIntIntIntArray() local 774 int bytesNum = m.put(2, 3, elements); in testPutIntIntShortArray() local
|