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

/frameworks/av/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.h68 bool outputBuffers(bool flushDecoder, bool display, bool eos, bool *portWillReset);
H A DSoftVPX.cpp112 bool SoftVPX::outputBuffers(bool flushDecoder, bool display, bool eos, bool *portWillReset) { argument
118 if (flushDecoder && mFrameParallelMode) {
128 if (!flushDecoder) {
293 EOSseen /* flushDecoder */, true /* display */, EOSseen, &portWillReset)) {
308 true /* flushDecoder */, false /* display */, false /* eos */, &portWillReset)) {
320 true /* flushDecoder */, false /* display */, false /* eos */, &portWillReset)) {
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.h293 void flushDecoder(bool audio, bool needShutdown);
H A DNuPlayer.cpp1972 void NuPlayer::flushDecoder(bool audio, bool needShutdown) { function in class:android::NuPlayer
1973 ALOGV("[%s] flushDecoder needShutdown=%d",
1978 ALOGI("flushDecoder %s without decoder present",
2002 "audio flushDecoder() is called in state %d", mFlushingAudio);
2006 "video flushDecoder() is called in state %d", mFlushingVideo);
2191 flushDecoder(true /* audio */, (audio == FLUSH_CMD_SHUTDOWN));
2195 flushDecoder(false /* audio */, (video == FLUSH_CMD_SHUTDOWN));

Completed in 907 milliseconds