Home
last modified time | relevance | path

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

/cts/tests/video/src/android/video/cts/
DVideoEncoderDecoderTest.java1138 YUVValue expected = new YUVValue(); in runDecoder()
1139 YUVValue decoded = new YUVValue(); in runDecoder()
1358 public class YUVValue { class in VideoEncoderDecoderTest
1362 public YUVValue() { in YUVValue() method in VideoEncoderDecoderTest.YUVValue
1365 public boolean equalTo(YUVValue other) { in equalTo()
1369 public double calcErrorSquared(YUVValue other) { in calcErrorSquared()
1385 YUVValue result) { in getPixelValuesFromYUVBuffers()
1406 private void getPixelValuesFromOutputBuffer(ByteBuffer buffer, int x, int y, YUVValue result) { in getPixelValuesFromOutputBuffer()
1421 private void getPixelValuesFromImage(Image image, int x, int y, YUVValue result) { in getPixelValuesFromImage()