Searched refs:precorrectionArray (Results 1 – 1 of 1) sorted by relevance
1648 Rect precorrectionArray = c.get( in testDepthOutputCharacteristics() local1657 mCollector.expectTrue("preCorrectionArray [" + precorrectionArray.left + ", " + in testDepthOutputCharacteristics()1658 precorrectionArray.top + ", " + precorrectionArray.right + ", " + in testDepthOutputCharacteristics()1659 precorrectionArray.bottom + "] does not enclose activeArray[" + in testDepthOutputCharacteristics()1662 precorrectionArray.contains(activeArray.left, activeArray.top) && in testDepthOutputCharacteristics()1663 precorrectionArray.contains(activeArray.right-1, activeArray.bottom-1)); in testDepthOutputCharacteristics()1666 mCollector.expectTrue("preCorrectionArray [" + precorrectionArray.left + ", " + in testDepthOutputCharacteristics()1667 precorrectionArray.top + ", " + precorrectionArray.right + ", " + in testDepthOutputCharacteristics()1668 precorrectionArray.bottom + "] isn't enclosed by pixelArray[" + in testDepthOutputCharacteristics()1670 precorrectionArray.left >= 0 && in testDepthOutputCharacteristics()[all …]