Searched defs:flushDecoder (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp1372 void NuPlayer::flushDecoder(bool audio, bool needShutdown) { function in class:android::NuPlayer
1373 ALOGV("[%s] flushDecoder needShutdown=%d",
1378 ALOGI("flushDecoder %s without decoder present",
1396 "audio flushDecoder() is called in state %d", mFlushingAudio);
1400 "video flushDecoder() is called in state %d", mFlushingVideo);
1563 flushDecoder(true /* audio */, (audio == FLUSH_CMD_SHUTDOWN));
1567 flushDecoder(false /* audio */, (video == FLUSH_CMD_SHUTDOWN));

Completed in 59 milliseconds