Home
last modified time | relevance | path

Searched refs:mReceivedEOS (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avcdec/
DSoftAVCDec.cpp173 mReceivedEOS = false; in resetPlugin()
536 mReceivedEOS = true; in onQueueFilled()
540 mReceivedEOS = true; in onQueueFilled()
685 if (mReceivedEOS) { in onQueueFilled()
714 if (mReceivedEOS && !mIsInFlush) { in onQueueFilled()
DSoftAVCDec.h86 bool mReceivedEOS; // EOS is receieved on input port member
/frameworks/av/media/libstagefright/codecs/hevcdec/
DSoftHEVC.cpp167 mReceivedEOS = false; in resetPlugin()
524 mReceivedEOS = true; in onQueueFilled()
675 if (mReceivedEOS) { in onQueueFilled()
695 if (mReceivedEOS && !mIsInFlush) { in onQueueFilled()
DSoftHEVC.h92 bool mReceivedEOS; // EOS is receieved on input port member
/frameworks/av/media/libstagefright/codecs/mpeg2dec/
DSoftMPEG2.cpp172 mReceivedEOS = false; in resetPlugin()
643 mReceivedEOS = true; in onQueueFilled()
826 if (mReceivedEOS) { in onQueueFilled()
846 if (mReceivedEOS && !mIsInFlush) { in onQueueFilled()
DSoftMPEG2.h101 bool mReceivedEOS; // EOS is receieved on input port member