Searched refs:mInputMetEos (Results 1 – 2 of 2) sorted by relevance
146 mInputMetEos(false) { in CCodecBufferChannel()195 if (mInputMetEos) { in queueInputBufferInternal()205 mInputMetEos = true; in queueInputBufferInternal()621 if (mInputMetEos || mPipelineWatcher.lock()->pipelineFull()) { in feedInputBufferIfAvailableInternal()1247 mInputMetEos = false; in start()1855 if (!mInputMetEos) { in elapsed()
309 std::atomic_bool mInputMetEos; variable