Searched refs:precorrectionArray (Results 1 – 1 of 1) sorted by relevance
1480 Rect precorrectionArray = c.get( in testDepthOutputCharacteristics() local1488 mCollector.expectTrue("preCorrectionArray [" + precorrectionArray.left + ", " + in testDepthOutputCharacteristics()1489 precorrectionArray.top + ", " + precorrectionArray.right + ", " + in testDepthOutputCharacteristics()1490 precorrectionArray.bottom + "] does not enclose activeArray[" + in testDepthOutputCharacteristics()1493 precorrectionArray.contains(activeArray.left, activeArray.top) && in testDepthOutputCharacteristics()1494 precorrectionArray.contains(activeArray.right-1, activeArray.bottom-1)); in testDepthOutputCharacteristics()1497 mCollector.expectTrue("preCorrectionArray [" + precorrectionArray.left + ", " + in testDepthOutputCharacteristics()1498 precorrectionArray.top + ", " + precorrectionArray.right + ", " + in testDepthOutputCharacteristics()1499 precorrectionArray.bottom + "] isn't enclosed by pixelArray[" + in testDepthOutputCharacteristics()1501 precorrectionArray.left >= 0 && in testDepthOutputCharacteristics()[all …]