HomeSort by relevance Sort by last modified time
    Searched refs:mGotOutputEOS (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/include/media/stagefright/
SimpleDecodingSource.h 101 bool mGotOutputEOS;
  /frameworks/av/media/libstagefright/
SimpleDecodingSource.cpp 151 me->mGotOutputEOS = false;
199 mGotOutputEOS(false) {
237 me->mGotOutputEOS = false;
241 if (me->mGotOutputEOS) {
381 me->mGotOutputEOS = true;

Completed in 1018 milliseconds