Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.cpp123 bool SoftVPX::outputBuffers(bool flushDecoder, bool display, bool eos, bool *portWillReset) { in outputBuffers() argument
129 if (flushDecoder && mFrameParallelMode) { in outputBuffers()
139 if (!flushDecoder) { in outputBuffers()
H A DSoftVPX.h76 bool outputBuffers(bool flushDecoder, bool display, bool eos, bool *portWillReset);
/aosp12/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.h315 void flushDecoder(bool audio, bool needShutdown);
H A DNuPlayer.cpp2147 void NuPlayer::flushDecoder(bool audio, bool needShutdown) { in flushDecoder() function in android::NuPlayer
2368 flushDecoder(true /* audio */, (audio == FLUSH_CMD_SHUTDOWN)); in performDecoderFlush()
2372 flushDecoder(false /* audio */, (video == FLUSH_CMD_SHUTDOWN)); in performDecoderFlush()