Searched refs:precorrectionArray (Results 1 – 1 of 1) sorted by relevance
1868 Rect precorrectionArray = c.get( in testDepthOutputCharacteristics() local1877 mCollector.expectTrue("preCorrectionArray [" + precorrectionArray.left + ", " + in testDepthOutputCharacteristics()1878 precorrectionArray.top + ", " + precorrectionArray.right + ", " + in testDepthOutputCharacteristics()1879 precorrectionArray.bottom + "] does not enclose activeArray[" + in testDepthOutputCharacteristics()1882 precorrectionArray.contains(activeArray.left, activeArray.top) && in testDepthOutputCharacteristics()1883 precorrectionArray.contains(activeArray.right-1, activeArray.bottom-1)); in testDepthOutputCharacteristics()1886 mCollector.expectTrue("preCorrectionArray [" + precorrectionArray.left + ", " + in testDepthOutputCharacteristics()1887 precorrectionArray.top + ", " + precorrectionArray.right + ", " + in testDepthOutputCharacteristics()1888 precorrectionArray.bottom + "] isn't enclosed by pixelArray[" + in testDepthOutputCharacteristics()1890 precorrectionArray.left >= 0 && in testDepthOutputCharacteristics()[all …]