Home
last modified time | relevance | path

Searched refs:clampY (Results 1 – 1 of 1) sorted by relevance

/cts/tests/video/src/android/video/cts/
DVideoEncoderDecoderTest.java1228 yArray[i * w + j] = clampY((i + j) & 0xff); in initYUVPlane()
1339 private byte clampY(int y) { in clampY() method in VideoEncoderDecoderTest