Searched refs:audioDecoderB (Results 1 – 1 of 1) sorted by relevance
1586 MediaCodec audioDecoderB = null; in testCreateTwoAudioDecoders() local1597 audioDecoderB = MediaCodec.createDecoderByType(MIME_TYPE_AUDIO); in testCreateTwoAudioDecoders()1601 audioDecoderB.configure(format, null, null, 0); in testCreateTwoAudioDecoders()1602 audioDecoderB.start(); in testCreateTwoAudioDecoders()1604 if (audioDecoderB != null) { in testCreateTwoAudioDecoders()1606 audioDecoderB.stop(); in testCreateTwoAudioDecoders()1607 audioDecoderB.release(); in testCreateTwoAudioDecoders()