Searched refs:mEndOfInput (Results 1 – 5 of 5) sorted by relevance
148 mEndOfInput = false; in initDecoder()673 while ((!inQueue.empty() || mEndOfInput) && !outQueue.empty()) { in onQueueFilled()679 mEndOfInput = (inHeader->nFlags & OMX_BUFFERFLAG_EOS) != 0; in onQueueFilled()960 if (!mEndOfInput && mOutputDelayCompensated < outputDelay) { in onQueueFilled()972 if (mEndOfInput) { in onQueueFilled()1085 if (mEndOfInput && !outQueue.empty() && outputDelayRingBufferSamplesAvailable() == 0) { in onQueueFilled()1103 if (mEndOfInput) { in onQueueFilled()1150 mEndOfInput = false; in onPortFlushCompleted()1207 mEndOfInput = false; in onReset()
80 bool mEndOfInput; member
92 bool mEndOfInput; member
186 mEndOfInput = false; in initDecoder()539 while ((!inQueue.empty() || mEndOfInput) && !outQueue.empty()) { in onQueueFilled()545 mEndOfInput = (inHeader->nFlags & OMX_BUFFERFLAG_EOS) != 0; in onQueueFilled()769 if (mEndOfInput && !outQueue.empty()) { in onQueueFilled()787 if (mEndOfInput) { in onQueueFilled()826 mEndOfInput = false; in onPortFlushCompleted()873 mEndOfInput = false; in onReset()
103 bool mEndOfInput; member