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.java874 YUVValue expected = new YUVValue(); in runDecoder()
875 YUVValue decoded = new YUVValue(); in runDecoder()
1094 public class YUVValue { class in VideoEncoderDecoderTest
1098 public YUVValue() { in YUVValue() method in VideoEncoderDecoderTest.YUVValue
1101 public boolean equalTo(YUVValue other) { in equalTo()
1105 public double calcErrorSquared(YUVValue other) { in calcErrorSquared()
1121 YUVValue result) { in getPixelValuesFromYUVBuffers()
1142 private void getPixelValuesFromOutputBuffer(ByteBuffer buffer, int x, int y, YUVValue result) { in getPixelValuesFromOutputBuffer()
1157 private void getPixelValuesFromImage(Image image, int x, int y, YUVValue result) { in getPixelValuesFromImage()