Home
last modified time | relevance | path

Searched refs:mInputMetEos (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.cpp146 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()
DCCodecBufferChannel.h309 std::atomic_bool mInputMetEos; variable