Lines Matching refs:mCodecName
181 checkFormatSupport(mCodecName, mMediaType, false, formatList, null, CODEC_OPTIONAL); in setUp()
201 CodecDecoderTestBase cdtb = new CodecDecoderTestBase(mCodecName, mMediaType, null, in testSimpleDecode()
203 cdtb.decodeToMemory(mTestFile, mCodecName, 0, MediaExtractor.SEEK_TO_CLOSEST_SYNC, in testSimpleDecode()
213 mCodec = MediaCodec.createByCodecName(mCodecName); in testSimpleDecode()
287 CodecDecoderTestBase cdtb = new CodecDecoderTestBase(mCodecName, mMediaType, null, in testFlush()
289 cdtb.decodeToMemory(mTestFile, mCodecName, pts, MediaExtractor.SEEK_TO_CLOSEST_SYNC, in testFlush()
302 mCodec = MediaCodec.createByCodecName(mCodecName); in testFlush()
399 checkFormatSupport(mCodecName, mMediaType, false, formatList, null, CODEC_OPTIONAL); in testReconfigure()
401 CodecDecoderTestBase cdtb1 = new CodecDecoderTestBase(mCodecName, mMediaType, null, in testReconfigure()
403 cdtb1.decodeToMemory(mTestFile, mCodecName, 0, MediaExtractor.SEEK_TO_CLOSEST_SYNC, in testReconfigure()
408 CodecDecoderTestBase cdtb2 = new CodecDecoderTestBase(mCodecName, mMediaType, null, in testReconfigure()
410 cdtb2.decodeToMemory(mReconfigFile, mCodecName, pts, MediaExtractor.SEEK_TO_CLOSEST_SYNC, in testReconfigure()
421 mCodec = MediaCodec.createByCodecName(mCodecName); in testReconfigure()