Home
last modified time | relevance | path

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

/cts/tests/media/src/android/mediav2/cts/
DAudioEncoderTest.java170 CodecDecoderTestBase cdtb = new CodecDecoderTestBase(listOfDecoders.get(0), mMediaType, in encodeAndValidate() local
172 cdtb.decodeToMemory(mOutputBuff.getBuffer(), mInfoList, mOutFormat, listOfDecoders.get(0)); in encodeAndValidate()
176 cdtb.getOutputFormat().getInteger(MediaFormat.KEY_PCM_ENCODING, in encodeAndValidate()
180 ByteBuffer out = cdtb.getOutputManager().getBuffer(); in encodeAndValidate()
184 CodecDecoderTest.verify(cdtb.getOutputManager(), mActiveRawRes.mFileName, 3.446394f, in encodeAndValidate()
DCodecDecoderBlockModelMultiAccessUnitTest.java121 CodecDecoderTestBase cdtb = new CodecDecoderTestBase(mCodecName, mMediaType, null, in testSimpleDecode() local
123 cdtb.decodeToMemory(mTestFile, mCodecName, 0, MediaExtractor.SEEK_TO_CLOSEST_SYNC, in testSimpleDecode()
125 OutputManager ref = cdtb.getOutputManager(); in testSimpleDecode()
207 CodecDecoderTestBase cdtb = new CodecDecoderTestBase(mCodecName, mMediaType, null, in testFlush() local
209 cdtb.decodeToMemory(mTestFile, mCodecName, pts, MediaExtractor.SEEK_TO_CLOSEST_SYNC, in testFlush()
211 ref = cdtb.getOutputManager(); in testFlush()
DCodecDecoderMultiAccessUnitTest.java201 CodecDecoderTestBase cdtb = new CodecDecoderTestBase(mCodecName, mMediaType, null, in testSimpleDecode() local
203 cdtb.decodeToMemory(mTestFile, mCodecName, 0, MediaExtractor.SEEK_TO_CLOSEST_SYNC, in testSimpleDecode()
205 OutputManager ref = cdtb.getOutputManager(); in testSimpleDecode()
287 CodecDecoderTestBase cdtb = new CodecDecoderTestBase(mCodecName, mMediaType, null, in testFlush() local
289 cdtb.decodeToMemory(mTestFile, mCodecName, pts, MediaExtractor.SEEK_TO_CLOSEST_SYNC, in testFlush()
291 ref = cdtb.getOutputManager(); in testFlush()
DEncoderColorAspectsTest.java418 CodecDecoderTestBase cdtb = new CodecDecoderTestBase(decoder, mMediaType, tmpPath, in doFullColorAspects() local
420 cdtb.validateColorAspects(mActiveEncCfg.mRange, mActiveEncCfg.mStandard, in doFullColorAspects()
426 cdtb.validateColorAspects(mActiveEncCfg.mRange, mActiveEncCfg.mStandard, in doFullColorAspects()
DExtractorTest.java1413 CodecDecoderTestBase cdtb =
1416 cdtb.decodeToMemory(MEDIA_DIR + mRefFile, listOfDecoders.get(0), 0,
1419 final ByteBuffer refBuffer = cdtb.getOutputManager().getBuffer();
1433 cdtb.isFormatSimilar(cdtb.getOutputFormat(), format));