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.java1164 YUVValue expected = new YUVValue(); in runDecoder()
1165 YUVValue decoded = new YUVValue(); in runDecoder()
1384 public class YUVValue { class in VideoEncoderDecoderTest
1388 public YUVValue() { in YUVValue() method in VideoEncoderDecoderTest.YUVValue
1391 public boolean equalTo(YUVValue other) { in equalTo()
1395 public double calcErrorSquared(YUVValue other) { in calcErrorSquared()
1411 YUVValue result) { in getPixelValuesFromYUVBuffers()
1432 private void getPixelValuesFromOutputBuffer(ByteBuffer buffer, int x, int y, YUVValue result) { in getPixelValuesFromOutputBuffer()
1447 private void getPixelValuesFromImage(Image image, int x, int y, YUVValue result) { in getPixelValuesFromImage()