Lines Matching refs:mAudioDecoder
1135 mAudioDecoder != NULL, mVideoDecoder != NULL); in onMessageReceived()
1138 (mAudioDecoder != NULL) || (mVideoDecoder != NULL); in onMessageReceived()
1150 if (mAudioSink != NULL && mAudioDecoder == NULL) { in onMessageReceived()
1151 if (instantiateDecoder(true, &mAudioDecoder) == -EWOULDBLOCK) { in onMessageReceived()
1157 && (mAudioDecoder != NULL || mVideoDecoder != NULL)) { in onMessageReceived()
1167 if (mAudioDecoder == NULL && mVideoDecoder == NULL) { in onMessageReceived()
1263 mAudioDecoder.clear(); in onMessageReceived()
1341 || mAudioSink == NULL || mAudioDecoder == NULL) { in onMessageReceived()
1400 if ((mAudioEOS || mAudioDecoder == NULL) in onMessageReceived()
1593 if (audioDecoderStillNeeded() && mAudioDecoder == NULL) { in onResume()
1594 instantiateDecoder(true /* audio */, &mAudioDecoder); in onResume()
1682 if (mAudioDecoder != NULL) { in onStart()
1683 mAudioDecoder->setRenderer(mRenderer); in onStart()
1864 if (mAudioDecoder != NULL) { in restartAudio()
1865 mAudioDecoder->pause(); in restartAudio()
1866 mAudioDecoder.clear(); in restartAudio()
1897 instantiateDecoder(true /* audio */, &mAudioDecoder, !forceNonOffload); in restartAudio()
2291 if (mAudioDecoder != NULL) { in getStats()
2292 mTrackStats->push_back(mAudioDecoder->getStats()); in getStats()
2362 LOG_ALWAYS_FATAL_IF(mAudioDecoder != NULL || mVideoDecoder != NULL, in performSeek()
2364 mAudioDecoder.get(), mVideoDecoder.get()); in performSeek()
2377 if ((audio == FLUSH_CMD_NONE || mAudioDecoder == NULL) in performDecoderFlush()
2382 if (audio != FLUSH_CMD_NONE && mAudioDecoder != NULL) { in performDecoderFlush()
2394 CHECK(mAudioDecoder == NULL); in performReset()
2447 CHECK(mAudioDecoder == NULL); in performPlayNextDataSource()
2512 if (mAudioDecoder == NULL || mVideoDecoder == NULL) { in performScanSources()
2552 if (mAudioDecoder != NULL) { in performResumeDecoders()
2553 mAudioDecoder->signalResume(false /* needNotify */); in performResumeDecoders()
2665 && (mAudioDecoder != NULL || mVideoDecoder != NULL)) { in onSourceNotify()