Searched refs:mAudioDecoder (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp619 mAudioDecoder != NULL, mVideoDecoder != NULL);
622 (mAudioDecoder != NULL) || (mVideoDecoder != NULL);
631 if (mAudioSink != NULL && mAudioDecoder == NULL) {
646 instantiateDecoder(true, &mAudioDecoder);
650 && (mAudioDecoder != NULL || mVideoDecoder != NULL)) {
660 if (mAudioDecoder == NULL && mVideoDecoder == NULL) {
673 if ((mAudioDecoder == NULL && mAudioSink != NULL)
756 mAudioDecoder.clear();
870 if ((mAudioEOS || mAudioDecoder == NULL)
893 mAudioDecoder
[all...]
H A DNuPlayer.h133 sp<DecoderBase> mAudioDecoder; member in struct:android::NuPlayer
189 return audio ? mAudioDecoder : mVideoDecoder;

Completed in 1316 milliseconds