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.java1037 YUVValue expected = new YUVValue(); in runDecoder()
1038 YUVValue decoded = new YUVValue(); in runDecoder()
1257 public class YUVValue { class in VideoEncoderDecoderTest
1261 public YUVValue() { in YUVValue() method in VideoEncoderDecoderTest.YUVValue
1264 public boolean equalTo(YUVValue other) { in equalTo()
1268 public double calcErrorSquared(YUVValue other) { in calcErrorSquared()
1284 YUVValue result) { in getPixelValuesFromYUVBuffers()
1305 private void getPixelValuesFromOutputBuffer(ByteBuffer buffer, int x, int y, YUVValue result) { in getPixelValuesFromOutputBuffer()
1320 private void getPixelValuesFromImage(Image image, int x, int y, YUVValue result) { in getPixelValuesFromImage()