Home
last modified time | relevance | path

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

/hardware/google/av/media/sfplugin/
DCCodecBufferChannel.h377 std::atomic_bool mInputMetEos; variable
DCCodecBufferChannel.cpp1582 mInputMetEos(false) { in CCodecBufferChannel()
1618 if (mInputMetEos) { in queueInputBufferInternal()
1628 mInputMetEos = true; in queueInputBufferInternal()
1829 while (!mInputMetEos && in feedInputBufferIfAvailableInternal()
2400 mInputMetEos = false; in start()