Searched refs:precorrectionArray (Results 1 – 1 of 1) sorted by relevance
1610 Rect precorrectionArray = c.get( in testDepthOutputCharacteristics() local1619 mCollector.expectTrue("preCorrectionArray [" + precorrectionArray.left + ", " + in testDepthOutputCharacteristics()1620 precorrectionArray.top + ", " + precorrectionArray.right + ", " + in testDepthOutputCharacteristics()1621 precorrectionArray.bottom + "] does not enclose activeArray[" + in testDepthOutputCharacteristics()1624 precorrectionArray.contains(activeArray.left, activeArray.top) && in testDepthOutputCharacteristics()1625 precorrectionArray.contains(activeArray.right-1, activeArray.bottom-1)); in testDepthOutputCharacteristics()1628 mCollector.expectTrue("preCorrectionArray [" + precorrectionArray.left + ", " + in testDepthOutputCharacteristics()1629 precorrectionArray.top + ", " + precorrectionArray.right + ", " + in testDepthOutputCharacteristics()1630 precorrectionArray.bottom + "] isn't enclosed by pixelArray[" + in testDepthOutputCharacteristics()1632 precorrectionArray.left >= 0 && in testDepthOutputCharacteristics()[all …]