Home
last modified time | relevance | path

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

/cts/tests/media/src/android/mediav2/cts/
DCodecDecoderBlockModelMultiAccessUnitTest.java158 if (!ref.equalsByteOutput(mOutputBuff)) { in testSimpleDecode()
246 if (ref != null && !ref.equalsByteOutput(test)) { in testFlush()
260 if (ref != null && !ref.equalsByteOutput(test)) { in testFlush()
353 if (!ref.equalsByteOutput(test)) { in testReconfigure()
367 if (!ref.equalsByteOutput(test)) { in testReconfigure()
387 if (!configRef.equalsByteOutput(configTest)) { in testReconfigure()
DCodecDecoderMultiAccessUnitTest.java228 if (!ref.equalsByteOutput(mOutputBuff)) { in testSimpleDecode()
335 if (ref != null && !ref.equalsByteOutput(test)) { in testFlush()
349 if (ref != null && !ref.equalsByteOutput(test)) { in testFlush()
446 if (!ref.equalsByteOutput(test)) { in testReconfigure()
460 if (!ref.equalsByteOutput(test)) { in testReconfigure()
477 if (!configRef.equalsByteOutput(configTest)) { in testReconfigure()
/cts/tests/tests/media/drmframework/src/android/media/drmframework/cts/
DCodecDecoderMultiAccessUnitDrmTest.java165 if (!ref.equalsByteOutput(mOutputBuff)) { in testSimpleDecode()
DCodecDecoderBlockModelMultiAccessUnitDrmTest.java169 if (!ref.equalsByteOutput(mOutputBuff)) { in testSimpleDecode()
/cts/tests/media/common/src/android/mediav2/common/cts/
DOutputManager.java475 public boolean equalsByteOutput(Object o) { in equalsByteOutput() method in OutputManager
571 if (!equalsByteOutput(that)) { in equalsDequeuedOutput()