Home
last modified time | relevance | path

Searched refs:testB (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/media/drmframework/src/android/media/drmframework/cts/
DCodecDecoderMultiAccessUnitDrmTest.java145 OutputManager testB = new OutputManager(ref.getSharedErrorLogs()); in testSimpleDecode() local
153 mOutputBuff = eosType ? testA : testB; in testSimpleDecode()
172 if (!testA.equals(testB)) { in testSimpleDecode()
174 + mTestEnv + testB.getErrMsg()); in testSimpleDecode()
DCodecDecoderBlockModelMultiAccessUnitDrmTest.java148 OutputManager testB = new OutputManager(ref.getSharedErrorLogs()); in testSimpleDecode() local
157 mOutputBuff = eosType ? testA : testB; in testSimpleDecode()
176 if (!testA.equals(testB)) { in testSimpleDecode()
178 + mTestEnv + testB.getErrMsg()); in testSimpleDecode()
/cts/tests/media/src/android/mediav2/cts/
DCodecEncoderMultiAccessUnitTest.java304 OutputManager testB = new OutputManager(ref.getSharedErrorLogs()); in testSimpleEncode() local
323 mOutputBuff = eosType ? testA : testB; in testSimpleEncode()
336 if (!testA.equals(testB)) { in testSimpleEncode()
338 + mTestEnv + testB.getErrMsg()); in testSimpleEncode()
DCodecDecoderBlockModelMultiAccessUnitTest.java139 OutputManager testB = new OutputManager(ref.getSharedErrorLogs()); in testSimpleDecode() local
148 mOutputBuff = signalEosWithLastFrame ? testA : testB; in testSimpleDecode()
165 if (!testA.equals(testB)) { in testSimpleDecode()
167 + mTestEnv + testB.getErrMsg()); in testSimpleDecode()
DCodecEncoderBlockModelMultiAccessUnitTest.java323 OutputManager testB = new OutputManager(ref.getSharedErrorLogs()); in testSimpleEncode() local
340 mOutputBuff = eosType ? testA : testB; in testSimpleEncode()
354 if (!testA.equals(testB)) { in testSimpleEncode()
356 + mTestEnv + testB.getErrMsg()); in testSimpleEncode()
DCodecDecoderMultiAccessUnitTest.java210 OutputManager testB = new OutputManager(ref.getSharedErrorLogs()); in testSimpleDecode() local
218 mOutputBuff = signalEosWithLastFrame ? testA : testB; in testSimpleDecode()
235 if (!testA.equals(testB)) { in testSimpleDecode()
237 + mTestEnv + testB.getErrMsg()); in testSimpleDecode()