Lines Matching refs:mVideoDecoder

778                             && mVideoDecoder != NULL) ? "have" : "no");  in onMessageReceived()
785 || (mVideoDecoder != NULL && mVideoDecoder->setVideoSurface(surface) == OK)) { in onMessageReceived()
910 if (mVideoDecoder != NULL) { in onMessageReceived()
913 mVideoDecoder->setParameters(params); in onMessageReceived()
1006 mAudioDecoder != NULL, mVideoDecoder != NULL); in onMessageReceived()
1009 (mAudioDecoder != NULL) || (mVideoDecoder != NULL); in onMessageReceived()
1015 if (instantiateDecoder(false, &mVideoDecoder) == -EWOULDBLOCK) { in onMessageReceived()
1028 && (mAudioDecoder != NULL || mVideoDecoder != NULL)) { in onMessageReceived()
1038 if (mAudioDecoder == NULL && mVideoDecoder == NULL) { in onMessageReceived()
1143 mVideoDecoder.clear(); in onMessageReceived()
1202 || mSurface == NULL || mVideoDecoder == NULL) { in onMessageReceived()
1273 && (mVideoEOS || mVideoDecoder == NULL)) { in onMessageReceived()
1508 err = instantiateDecoder(false, &mVideoDecoder); in onInstantiateSecureDecoders()
1604 if (mVideoDecoder != NULL) { in onStart()
1605 mVideoDecoder->setRenderer(mRenderer); in onStart()
1833 if (mVideoDecoder != NULL) { in restartAudio()
2247 if (mVideoDecoder != NULL) { in getStats()
2248 trackStats->push_back(mVideoDecoder->getStats()); in getStats()
2321 LOG_ALWAYS_FATAL_IF(mAudioDecoder != NULL || mVideoDecoder != NULL, in performSeek()
2323 mAudioDecoder.get(), mVideoDecoder.get()); in performSeek()
2337 && (video == FLUSH_CMD_NONE || mVideoDecoder == NULL)) { in performDecoderFlush()
2345 if (video != FLUSH_CMD_NONE && mVideoDecoder != NULL) { in performDecoderFlush()
2354 CHECK(mVideoDecoder == NULL); in performReset()
2411 if (mAudioDecoder == NULL || mVideoDecoder == NULL) { in performScanSources()
2435 if (mVideoDecoder == NULL) { in performResumeDecoders()
2442 if (mVideoDecoder != NULL) { in performResumeDecoders()
2448 mVideoDecoder->signalResume(needNotify); in performResumeDecoders()
2579 && (mAudioDecoder != NULL || mVideoDecoder != NULL)) { in onSourceNotify()