Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.cpp227 mInputMetEos(false) { in CCodecBufferChannel()
276 if (mInputMetEos) { in queueInputBufferInternal()
286 mInputMetEos = true; in queueInputBufferInternal()
528 if (mInputMetEos || in feedInputBufferIfAvailableInternal()
1129 mInputMetEos = false; in start()
1653 if (!mInputMetEos) { in elapsed()
DCCodecBufferChannel.h318 std::atomic_bool mInputMetEos; variable