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

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp275 mAudioDecoder != NULL, mVideoDecoder != NULL);
282 instantiateDecoder(true, &mAudioDecoder);
287 if (mAudioDecoder == NULL && mVideoDecoder == NULL) {
300 if ((mAudioDecoder == NULL && mAudioSink != NULL)
360 (audio ? mAudioDecoder : mVideoDecoder)->initiateShutdown();
442 mAudioDecoder.clear();
496 if ((mAudioEOS || mAudioDecoder == NULL)
560 if (mAudioDecoder == NULL && mVideoDecoder == NULL) {
567 if (mAudioDecoder != NULL) {
635 if (mAudioDecoder !
[all...]
H A DNuPlayer.h101 sp<Decoder> mAudioDecoder; member in struct:android::NuPlayer

Completed in 300 milliseconds