Home
last modified time | relevance | path

Searched refs:maybeInitDecoder (Results 1 – 3 of 3) sorted by relevance

/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/audio/
DAudioDecoder.java56 public void maybeInitDecoder(MediaFormat format) throws ExoPlaybackException { in maybeInitDecoder() method in AudioDecoder
DMpegTsDefaultAudioTrackRenderer.java315 mAudioDecoder.maybeInitDecoder(mFormat); in doSomeWork()
383 mAudioDecoder.maybeInitDecoder(mFormat); in onInputFormatChanged()
DMediaCodecAudioDecoder.java79 public void maybeInitDecoder(MediaFormat format) throws ExoPlaybackException { in maybeInitDecoder() method in MediaCodecAudioDecoder