Home | History | Annotate | Download | only in nuplayer

Lines Matching full:decoder

285                     LOGV("got %s decoder EOS", audio ? "audio" : "video");
287 LOGV("got %s decoder EOS w/ error %d",
306 LOGV("decoder %s flush completed", audio ? "audio" : "video");
309 LOGV("initiating %s decoder shutdown",
383 LOGE("Received error from %s decoder, aborting playback.",
594 status_t NuPlayer::instantiateDecoder(bool audio, sp<Decoder> *decoder) {
595 if (*decoder != NULL) {
615 *decoder = audio ? new Decoder(notify) :
616 new Decoder(notify, mNativeWindow);
617 looper()->registerHandler(*decoder);
619 (*decoder)->configure(meta);
732 // We're currently attempting to flush the decoder, in order
733 // to complete this, the decoder wants all its buffers back,
737 LOGV("we're still flushing the %s decoder, sending its output buffer"