Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DSimpleDecodingSource.cpp152 me->mGotOutputEOS = false; in start()
200 mGotOutputEOS(false) { in ProtectedState()
238 me->mGotOutputEOS = false; in doRead()
242 if (me->mGotOutputEOS) { in doRead()
382 me->mGotOutputEOS = true; in doRead()
/frameworks/av/media/libstagefright/include/media/stagefright/
DSimpleDecodingSource.h101 bool mGotOutputEOS; member