Lines Matching refs:mCodec
213 mCodec = MediaCodec.createByCodecName(mCodecName); in testSimpleDecode()
222 mCodec.start(); in testSimpleDecode()
227 mCodec.reset(); in testSimpleDecode()
240 mCodec.release(); in testSimpleDecode()
302 mCodec = MediaCodec.createByCodecName(mCodecName); in testFlush()
306 mCodec.start(); in testFlush()
311 mCodec.start(); in testFlush()
315 mCodec.start(); in testFlush()
328 mCodec.start(); in testFlush()
342 mCodec.start(); in testFlush()
348 mCodec.stop(); in testFlush()
355 mCodec.release(); in testFlush()
421 mCodec = MediaCodec.createByCodecName(mCodecName); in testReconfigure()
429 mCodec.start(); in testReconfigure()
433 mCodec.start(); in testReconfigure()
438 mCodec.start(); in testReconfigure()
445 mCodec.stop(); in testReconfigure()
453 mCodec.start(); in testReconfigure()
459 mCodec.stop(); in testReconfigure()
470 mCodec.start(); in testReconfigure()
476 mCodec.stop(); in testReconfigure()
483 mCodec.release(); in testReconfigure()