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 259 mAudioDecoder != NULL, mVideoDecoder != NULL);
264 instantiateDecoder(true, &mAudioDecoder);
269 if (mAudioDecoder == NULL && mVideoDecoder == NULL) {
282 if (mAudioDecoder == NULL || mVideoDecoder == NULL) {
341 (audio ? mAudioDecoder : mVideoDecoder)->initiateShutdown();
423 mAudioDecoder.clear();
477 if ((mAudioEOS || mAudioDecoder == NULL)
539 if (mAudioDecoder == NULL && mVideoDecoder == NULL) {
546 if (mAudioDecoder != NULL) {
614 if (mAudioDecoder != NULL)
    [all...]
NuPlayer.h 97 sp<Decoder> mAudioDecoder;

Completed in 36 milliseconds