Home
last modified time | relevance | path

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

/cts/tests/media/src/android/mediav2/cts/
DCodecDecoderTest.java246 OutputManager ref = new OutputManager(); in testSimpleDecode()
247 OutputManager test = new OutputManager(); in testSimpleDecode()
359 OutputManager test = new OutputManager(); in testFlush()
362 OutputManager ref = mOutputBuff; in testFlush()
487 OutputManager test = new OutputManager(); in testReconfigure()
490 OutputManager ref = mOutputBuff; in testReconfigure()
492 OutputManager configRef = mOutputBuff; in testReconfigure()
649 OutputManager ref = new OutputManager(); in testOnlyEos()
650 OutputManager test = new OutputManager(); in testOnlyEos()
724 OutputManager ref = new OutputManager(); in testSimpleDecodeQueueCSD()
[all …]
DCodecDecoderSurfaceTest.java98 mOutputBuff = new OutputManager(); in decodeAndSavePts()
198 OutputManager ref; in testSimpleDecodeToSurface()
199 OutputManager test = new OutputManager(); in testSimpleDecodeToSurface()
261 OutputManager test = new OutputManager(); in testFlush()
264 OutputManager ref = mOutputBuff; in testFlush()
350 OutputManager test = new OutputManager(); in testReconfigure()
353 OutputManager ref = mOutputBuff; in testReconfigure()
355 OutputManager configRef = mOutputBuff; in testReconfigure()
DCodecEncoderTest.java101 mOutputBuff = new OutputManager(); in encodeToMemory()
269 OutputManager ref = new OutputManager(); in testSimpleEncode()
270 OutputManager test = new OutputManager(); in testSimpleEncode()
367 mOutputBuff = new OutputManager(); in testFlush()
477 OutputManager test = new OutputManager(); in testReconfigure()
479 OutputManager configRef = null; in testReconfigure()
494 OutputManager ref = mOutputBuff; in testReconfigure()
617 OutputManager ref = new OutputManager(); in testOnlyEos()
618 OutputManager test = new OutputManager(); in testOnlyEos()
698 mOutputBuff = new OutputManager(); in testSetForceSyncFrame()
[all …]
DCodecDecoderExtTest.java97 OutputManager test = mOutputBuff; in testDecodeAndValidate()
111 OutputManager ref = mOutputBuff; in testDecodeAndValidate()
DCodecEncoderSurfaceTest.java76 private OutputManager mOutputBuff;
475 OutputManager ref = new OutputManager(); in testSimpleEncodeFromSurface()
476 OutputManager test = new OutputManager(); in testSimpleEncodeFromSurface()
DCodecTestBase.java205 class OutputManager { class
206 private static final String LOG_TAG = OutputManager.class.getSimpleName();
213 OutputManager() { in OutputManager() method in OutputManager
411 OutputManager that = (OutputManager) o; in equals()
471 OutputManager mOutputBuff;
1039 mOutputBuff = new OutputManager(); in decodeToMemory()
1064 mOutputBuff = new OutputManager(); in validateColorAspects()
1085 mOutputBuff = new OutputManager(); in validateColorAspects()
DEncoderColorAspectsTest.java163 mOutputBuff = new OutputManager(); in testColorAspects()
DEncoderProfileLevelTest.java696 mOutputBuff = new OutputManager(); in testValidateProfileLevel()
/cts/tests/media/jni/
DNativeCodecTestBase.h85 class OutputManager {
116 bool equals(const OutputManager* that);
138 OutputManager* mOutputBuff;
139 OutputManager mRefBuff;
140 OutputManager mTestBuff;
141 OutputManager mReconfBuff;
DNativeCodecTestBase.cpp191 uint32_t OutputManager::adler32(const uint8_t* input, int offset, int len) { in adler32()
209 bool OutputManager::isPtsStrictlyIncreasing(int64_t lastPts) { in isPtsStrictlyIncreasing()
224 bool OutputManager::isOutPtsListIdenticalToInpPtsList(bool requireSorting) { in isOutPtsListIdenticalToInpPtsList()
254 bool OutputManager::equals(const OutputManager* that) { in equals()
322 float OutputManager::getRmsError(uint8_t* refData, int length) { in getRmsError()
DNativeCodecEncoderSurfaceTest.cpp55 OutputManager* mOutputBuff;
56 OutputManager mRefBuff;
57 OutputManager mTestBuff;
DNativeCodecDecoderTest.cpp53 OutputManager* ref, int64_t pts, SeekMode mode);
265 OutputManager* ref, int64_t pts, SeekMode mode) { in decodeToMemory()
DNativeCodecEncoderTest.cpp64 OutputManager* ref);
350 AMediaFormat* format, OutputManager* ref) { in encodeToMemory()