HomeSort by relevance Sort by last modified time
    Searched refs:mAudioDecoder (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayer.cpp 487 mAudioDecoder != NULL, mVideoDecoder != NULL);
490 (mAudioDecoder != NULL) || (mVideoDecoder != NULL);
497 instantiateDecoder(true, &mAudioDecoder);
501 && (mAudioDecoder != NULL || mVideoDecoder != NULL)) {
511 if (mAudioDecoder == NULL && mVideoDecoder == NULL) {
524 if ((mAudioDecoder == NULL && mAudioSink != NULL)
584 (audio ? mAudioDecoder : mVideoDecoder)->initiateShutdown();
687 mAudioDecoder.clear();
748 if ((mAudioEOS || mAudioDecoder == NULL)
861 if (mAudioDecoder != NULL)
    [all...]
NuPlayer.h 119 sp<Decoder> mAudioDecoder;

Completed in 685 milliseconds