Home
last modified time | relevance | path

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

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