Home | History | Annotate | Download | only in nuplayer

Lines Matching refs:mAudioDecoder

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) {
862 mAudioDecoder->signalResume();
992 sp<Decoder> &decoder = audio ? mAudioDecoder : mVideoDecoder;
1113 if ((audio && mAudioDecoder == NULL) || (!audio && mVideoDecoder == NULL)) {
1122 (audio ? mAudioDecoder : mVideoDecoder)->signalFlush();
1146 mFlushingAudio = (mAudioDecoder != NULL)
1268 if (mAudioDecoder == NULL && mVideoDecoder == NULL) {
1274 if (mAudioDecoder != NULL) {
1286 if ((!audio || mAudioDecoder == NULL)
1293 if (mFlushingAudio == NONE && (!audio || mAudioDecoder == NULL)) {
1301 if (audio && mAudioDecoder != NULL) {
1313 CHECK(mAudioDecoder == NULL);
1348 if (mAudioDecoder == NULL || mVideoDecoder == NULL) {
1416 && (mAudioDecoder != NULL || mVideoDecoder != NULL)) {