Lines Matching refs:mAudioDecoder
995 mAudioDecoder != NULL, mVideoDecoder != NULL); in onMessageReceived()
998 (mAudioDecoder != NULL) || (mVideoDecoder != NULL); in onMessageReceived()
1010 if (mAudioSink != NULL && mAudioDecoder == NULL) { in onMessageReceived()
1011 if (instantiateDecoder(true, &mAudioDecoder) == -EWOULDBLOCK) { in onMessageReceived()
1017 && (mAudioDecoder != NULL || mVideoDecoder != NULL)) { in onMessageReceived()
1027 if (mAudioDecoder == NULL && mVideoDecoder == NULL) { in onMessageReceived()
1123 mAudioDecoder.clear(); in onMessageReceived()
1200 || mAudioSink == NULL || mAudioDecoder == NULL) { in onMessageReceived()
1259 if ((mAudioEOS || mAudioDecoder == NULL) in onMessageReceived()
1461 if (mAudioDecoder != NULL) { in onMessageReceived()
1462 trackStats->push_back(mAudioDecoder->getStats()); in onMessageReceived()
1492 if (audioDecoderStillNeeded() && mAudioDecoder == NULL) { in onResume()
1493 instantiateDecoder(true /* audio */, &mAudioDecoder); in onResume()
1525 err = instantiateDecoder(true, &mAudioDecoder); in onInstantiateSecureDecoders()
1617 if (mAudioDecoder != NULL) { in onStart()
1618 mAudioDecoder->setRenderer(mRenderer); in onStart()
1818 if (mAudioDecoder != NULL) { in restartAudio()
1819 mAudioDecoder->pause(); in restartAudio()
1820 mAudioDecoder.clear(); in restartAudio()
1851 instantiateDecoder(true /* audio */, &mAudioDecoder, !forceNonOffload); in restartAudio()
2314 LOG_ALWAYS_FATAL_IF(mAudioDecoder != NULL || mVideoDecoder != NULL, in performSeek()
2316 mAudioDecoder.get(), mVideoDecoder.get()); in performSeek()
2329 if ((audio == FLUSH_CMD_NONE || mAudioDecoder == NULL) in performDecoderFlush()
2334 if (audio != FLUSH_CMD_NONE && mAudioDecoder != NULL) { in performDecoderFlush()
2346 CHECK(mAudioDecoder == NULL); in performReset()
2404 if (mAudioDecoder == NULL || mVideoDecoder == NULL) { in performScanSources()
2444 if (mAudioDecoder != NULL) { in performResumeDecoders()
2445 mAudioDecoder->signalResume(false /* needNotify */); in performResumeDecoders()
2572 && (mAudioDecoder != NULL || mVideoDecoder != NULL)) { in onSourceNotify()