Home
last modified time | relevance | path

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

12

/cts/tests/media/src/android/mediav2/cts/
DCodecDecoderBlockModelMultiAccessUnitTest.java32 import android.mediav2.common.cts.OutputManager;
125 OutputManager ref = cdtb.getOutputManager(); in testSimpleDecode()
129 OutputManager test = new OutputManager(ref.getSharedErrorLogs()); in testSimpleDecode()
138 OutputManager testA = new OutputManager(ref.getSharedErrorLogs()); in testSimpleDecode()
139 OutputManager testB = new OutputManager(ref.getSharedErrorLogs()); in testSimpleDecode()
205 OutputManager ref = null, test; in testFlush()
212 test = new OutputManager(ref.getSharedErrorLogs()); in testFlush()
214 test = new OutputManager(); in testFlush()
314 OutputManager ref = cdtbA.getOutputManager(); in testReconfigure()
315 OutputManager test = new OutputManager(ref.getSharedErrorLogs()); in testReconfigure()
[all …]
DCodecDecoderMultiAccessUnitTest.java29 import android.mediav2.common.cts.OutputManager;
205 OutputManager ref = cdtb.getOutputManager(); in testSimpleDecode()
209 OutputManager testA = new OutputManager(ref.getSharedErrorLogs()); in testSimpleDecode()
210 OutputManager testB = new OutputManager(ref.getSharedErrorLogs()); in testSimpleDecode()
285 OutputManager ref = null, test; in testFlush()
292 test = new OutputManager(ref.getSharedErrorLogs()); in testFlush()
294 test = new OutputManager(); in testFlush()
405 OutputManager ref = cdtb1.getOutputManager(); in testReconfigure()
406 OutputManager test = new OutputManager(ref.getSharedErrorLogs()); in testReconfigure()
412 OutputManager configRef = cdtb2.getOutputManager(); in testReconfigure()
[all …]
DCodecDecoderTest.java37 import android.mediav2.common.cts.OutputManager;
273 static void verify(OutputManager outBuff, String refFile, float rmsError, int audioFormat, in verify()
377 OutputManager ref = new OutputManager(); in testSimpleDecode()
378 OutputManager test = new OutputManager(ref.getSharedErrorLogs()); in testSimpleDecode()
486 OutputManager ref = mOutputBuff; in testFlush()
487 OutputManager test = new OutputManager(ref.getSharedErrorLogs()); in testFlush()
633 OutputManager ref = mOutputBuff; in testReconfigure()
635 OutputManager configRef = mOutputBuff; in testReconfigure()
636 OutputManager test = new OutputManager(ref.getSharedErrorLogs()); in testReconfigure()
637 OutputManager configTest = new OutputManager(configRef.getSharedErrorLogs()); in testReconfigure()
[all …]
DCodecDecoderPauseTest.java27 import android.mediav2.common.cts.OutputManager;
107 OutputManager ref = new OutputManager(); in testPause()
108 OutputManager test = new OutputManager(ref.getSharedErrorLogs()); in testPause()
DCodecDecoderSurfaceTest.java32 import android.mediav2.common.cts.OutputManager;
111 mOutputBuff = new OutputManager(); in decodeAndSavePts()
237 OutputManager ref = mOutputBuff; in testSimpleDecodeToSurface()
238 OutputManager test = new OutputManager(ref.getSharedErrorLogs()); in testSimpleDecodeToSurface()
283 mOutputBuff = new OutputManager(); in testDetachAndReattachSurface()
401 OutputManager ref = mOutputBuff; in testFlush()
402 OutputManager test = new OutputManager(ref.getSharedErrorLogs()); in testFlush()
512 OutputManager ref = mOutputBuff; in testReconfigure()
514 OutputManager configRef = mOutputBuff; in testReconfigure()
515 OutputManager test = new OutputManager(ref.getSharedErrorLogs()); in testReconfigure()
[all …]
DCodecEncoderTest.java29 import android.mediav2.common.cts.OutputManager;
335 OutputManager ref = new OutputManager(); in testSimpleEncode()
336 OutputManager test = new OutputManager(ref.getSharedErrorLogs()); in testSimpleEncode()
438 OutputManager configRef = null; in testReconfigure()
439 OutputManager configTest = null; in testReconfigure()
444 configTest = new OutputManager(configRef.getSharedErrorLogs()); in testReconfigure()
448 OutputManager ref = mOutputBuff; in testReconfigure()
449 OutputManager test = new OutputManager(ref.getSharedErrorLogs()); in testReconfigure()
561 OutputManager ref = new OutputManager(); in testOnlyEos()
562 OutputManager test = new OutputManager(ref.getSharedErrorLogs()); in testOnlyEos()
[all …]
DCodecEncoderBlockModelMultiAccessUnitTest.java37 import android.mediav2.common.cts.OutputManager;
310 OutputManager ref = referenceBase.getOutputManager(); in testSimpleEncode()
314 OutputManager test = new OutputManager(ref.getSharedErrorLogs()); in testSimpleEncode()
322 OutputManager testA = new OutputManager(ref.getSharedErrorLogs()); in testSimpleEncode()
323 OutputManager testB = new OutputManager(ref.getSharedErrorLogs()); in testSimpleEncode()
DCodecEncoderMultiAccessUnitTest.java35 import android.mediav2.common.cts.OutputManager;
300 OutputManager ref = cetb.getOutputManager(); in testSimpleEncode()
303 OutputManager testA = new OutputManager(ref.getSharedErrorLogs()); in testSimpleEncode()
304 OutputManager testB = new OutputManager(ref.getSharedErrorLogs()); in testSimpleEncode()
DCodecEncoderSurfaceTest.java41 import android.mediav2.common.cts.OutputManager;
313 OutputManager ref = new OutputManager(); in testSimpleEncodeFromSurface()
314 OutputManager test = new OutputManager(ref.getSharedErrorLogs()); in testSimpleEncodeFromSurface()
DDecoderPushBlankBufferOnStopTest.java29 import android.mediav2.common.cts.OutputManager;
132 mOutputBuff = new OutputManager(); in testSimpleDecodeToSurface()
DAv1FilmGrainValidationTest.java32 import android.mediav2.common.cts.OutputManager;
172 mOutputBuff = new OutputManager(); in testAv1FilmGrainRequirement()
DCodecDecoderDetachedSurfaceTest.java34 import android.mediav2.common.cts.OutputManager;
301 mOutputBuff = new OutputManager(); in testSetOutputSurface()
362 mOutputBuff = new OutputManager(); in testFeatureDetachedSurface()
427 mOutputBuff = new OutputManager(); in testDetachOutputSurface()
DEncoderLevelTest.java31 import android.mediav2.common.cts.OutputManager;
178 mOutputBuff = new OutputManager(); in testVideoEncodeLevels()
DCodecDecoderValidationTest.java33 import android.mediav2.common.cts.OutputManager;
811 OutputManager ref = new OutputManager(); in testDecodeAndValidate()
812 OutputManager test = new OutputManager(ref.getSharedErrorLogs()); in testDecodeAndValidate()
DEncodeDecodeAccuracyTest.java36 import android.mediav2.common.cts.OutputManager;
120 private OutputManager mOutputBuffEnc;
509 mOutputBuff = new OutputManager(); in decodeElementaryStream()
534 mOutputBuffEnc = new OutputManager(); in testEncodeDecodeAccuracyRGB()
DAudioEncoderTest.java32 import android.mediav2.common.cts.OutputManager;
147 mOutputBuff = new OutputManager(); in encodeAndValidate()
/cts/tests/media/jni/
DNativeCodecTestBase.h108 class OutputManager {
118 OutputManager(std::shared_ptr<std::string> log = std::make_shared<std::string>())
148 bool equalsPtsList(OutputManager* that);
149 bool equalsDequeuedOutput(OutputManager* that);
150 bool equals(OutputManager* that);
175 OutputManager* mOutputBuff;
176 OutputManager* mRefBuff;
177 OutputManager* mTestBuff;
178 OutputManager* mReconfBuff;
DNativeCodecTestBase.cpp251 bool OutputManager::isPtsStrictlyIncreasing(int64_t lastPts) { in isPtsStrictlyIncreasing()
274 void OutputManager::updateChecksum(uint8_t* buf, AMediaCodecBufferInfo* info, int width, int height, in updateChecksum()
298 bool OutputManager::isOutPtsListIdenticalToInpPtsList(bool isPtsOutOfOrder) { in isOutPtsListIdenticalToInpPtsList()
309 bool OutputManager::equals(OutputManager* that) { in equals()
317 bool OutputManager::equalsDequeuedOutput(OutputManager* that) { in equalsDequeuedOutput()
359 bool OutputManager::equalsPtsList(OutputManager* that) { in equalsPtsList()
365 float OutputManager::getRmsError(uint8_t* refData, int length) { in getRmsError()
399 mRefBuff = new OutputManager(); in CodecTestBase()
400 mTestBuff = new OutputManager(mRefBuff->getSharedErrorLogs()); in CodecTestBase()
401 mReconfBuff = new OutputManager(mRefBuff->getSharedErrorLogs()); in CodecTestBase()
DNativeCodecEncoderSurfaceTest.cpp55 OutputManager* mOutputBuff;
56 OutputManager* mRefBuff;
57 OutputManager* mTestBuff;
116 mRefBuff = new OutputManager();
117 mTestBuff = new OutputManager(mRefBuff->getSharedErrorLogs());
/cts/tests/tests/media/drmframework/src/android/media/drmframework/cts/
DCodecDecoderMultiAccessUnitDrmTest.java34 import android.mediav2.common.cts.OutputManager;
140 OutputManager ref = cddrmtb.getOutputManager(); in testSimpleDecode()
144 OutputManager testA = new OutputManager(ref.getSharedErrorLogs()); in testSimpleDecode()
145 OutputManager testB = new OutputManager(ref.getSharedErrorLogs()); in testSimpleDecode()
DCodecDecoderBlockModelMultiAccessUnitDrmTest.java34 import android.mediav2.common.cts.OutputManager;
144 OutputManager ref = codecDecoderBlockModelDrmtb.getOutputManager(); in testSimpleDecode()
147 OutputManager testA = new OutputManager(ref.getSharedErrorLogs()); in testSimpleDecode()
148 OutputManager testB = new OutputManager(ref.getSharedErrorLogs()); in testSimpleDecode()
DCodecDecoderDrmTest.java29 import android.mediav2.common.cts.OutputManager;
127 OutputManager ref = cddrmtb.getOutputManager(); in testSimpleDecode()
130 OutputManager test = new OutputManager(ref.getSharedErrorLogs()); in testSimpleDecode()
/cts/tests/media/common/src/android/mediav2/common/cts/
DOutputManager.java54 public class OutputManager { class
55 private static final String LOG_TAG = OutputManager.class.getSimpleName();
72 public OutputManager() { in OutputManager() method in OutputManager
76 public OutputManager(StringBuilder sharedErrorLogs) { in OutputManager() method in OutputManager
471 OutputManager that = (OutputManager) o; in equalsPtsList()
478 OutputManager that = (OutputManager) o; in equalsByteOutput()
519 OutputManager that = (OutputManager) o; in equalsDequeuedOutput()
DCodecDecoderTestBase.java367 public void decodeToMemory(String file, String decoder, OutputManager outputBuff, long pts, in decodeToMemory()
386 public void decodeToMemory(String file, String decoder, OutputManager outputBuff, long pts, in decodeToMemory()
393 decodeToMemory(file, decoder, new OutputManager(), pts, mode, frameLimit); in decodeToMemory()
399 mOutputBuff = new OutputManager(); in decodeToMemory()
424 mOutputBuff = new OutputManager(); in validateColorAspects()
/cts/hostsidetests/videoencodingminimum/app/src/android/videoencodingmin/app/
DVideoTranscoderTest.java32 import android.mediav2.common.cts.OutputManager;
125 encodeToMemory(false, false, false, new OutputManager(), true, in doTranscode()

12