Searched refs:audioDecoderA (Results 1 – 1 of 1) sorted by relevance
1585 MediaCodec audioDecoderA = null; in testCreateTwoAudioDecoders() local1589 audioDecoderA = MediaCodec.createDecoderByType(MIME_TYPE_AUDIO); in testCreateTwoAudioDecoders()1593 audioDecoderA.configure(format, null, null, 0); in testCreateTwoAudioDecoders()1594 audioDecoderA.start(); in testCreateTwoAudioDecoders()1613 if (audioDecoderA != null) { in testCreateTwoAudioDecoders()1615 audioDecoderA.stop(); in testCreateTwoAudioDecoders()1616 audioDecoderA.release(); in testCreateTwoAudioDecoders()