Searched refs:depthData (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/ |
D | CameraTestUtils.java | 1447 private static void validateDepth16Data(byte[] depthData, int width, int height, int format, in validateDepth16Data() argument 1452 assertEquals("Depth data doesn't match", expectedSize, depthData.length); in validateDepth16Data() 1458 dumpFile(fileName, depthData); in validateDepth16Data() 1465 …private static void validateDepthPointCloudData(byte[] depthData, int width, int height, int forma… in validateDepthPointCloudData() argument 1475 dumpFile(fileName, depthData); in validateDepthPointCloudData()
|