Lines Matching refs:mAudioDecoder
619 mAudioDecoder != NULL, mVideoDecoder != NULL); in onMessageReceived()
622 (mAudioDecoder != NULL) || (mVideoDecoder != NULL); in onMessageReceived()
631 if (mAudioSink != NULL && mAudioDecoder == NULL) { in onMessageReceived()
646 instantiateDecoder(true, &mAudioDecoder); in onMessageReceived()
650 && (mAudioDecoder != NULL || mVideoDecoder != NULL)) { in onMessageReceived()
660 if (mAudioDecoder == NULL && mVideoDecoder == NULL) { in onMessageReceived()
673 if ((mAudioDecoder == NULL && mAudioSink != NULL) in onMessageReceived()
756 mAudioDecoder.clear(); in onMessageReceived()
870 if ((mAudioEOS || mAudioDecoder == NULL) in onMessageReceived()
893 mAudioDecoder.clear(); in onMessageReceived()
906 instantiateDecoder(true /* audio */, &mAudioDecoder); in onMessageReceived()
997 if (audioDecoderStillNeeded() && mAudioDecoder == NULL) { in onResume()
998 instantiateDecoder(true /* audio */, &mAudioDecoder); in onResume()
1020 instantiateDecoder(true, &mAudioDecoder); in onStart()
1067 if (mAudioDecoder != NULL) { in onStart()
1068 mAudioDecoder->setRenderer(mRenderer); in onStart()
1525 LOG_ALWAYS_FATAL_IF(mAudioDecoder != NULL || mVideoDecoder != NULL, in performSeek()
1527 mAudioDecoder.get(), mVideoDecoder.get()); in performSeek()
1539 if ((audio == FLUSH_CMD_NONE || mAudioDecoder == NULL) in performDecoderFlush()
1544 if (audio != FLUSH_CMD_NONE && mAudioDecoder != NULL) { in performDecoderFlush()
1556 CHECK(mAudioDecoder == NULL); in performReset()
1597 if (mAudioDecoder == NULL || mVideoDecoder == NULL) { in performScanSources()
1637 if (mAudioDecoder != NULL) { in performResumeDecoders()
1638 mAudioDecoder->signalResume(false /* needNotify */); in performResumeDecoders()
1704 && (mAudioDecoder != NULL || mVideoDecoder != NULL)) { in onSourceNotify()