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

  /frameworks/av/media/libmediaplayerservice/nuplayer/mp4/
MP4Source.h 46 bool mEOS;
MP4Source.cpp 113 mEOS(false) {
132 return mEOS ? ERROR_END_OF_STREAM : (status_t)OK;
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerStreamListener.h 66 bool mEOS;
NuPlayerStreamListener.cpp 35 mEOS(false),
103 if (mEOS) {
122 mEOS = true;
  /frameworks/av/cmds/stagefright/
stream.cpp 266 : mEOS(false) {
273 mEOS = true;
280 while (!mEOS) {
293 bool mEOS;
  /frameworks/wilhelm/src/itf/
IAndroidBufferQueue.c 364 if (thiz->mEOS) {
372 &thiz->mEOS);
485 thiz->mEOS = false;
525 SL_LOGI(" mCallbackEventsMask=0x%x, mBufferType=0x%x (%s), mEOS=%s",
528 thiz->mEOS ? "true" : "false");
  /frameworks/wilhelm/src/
itfstruct.h 675 bool mEOS; // whether EOS has been enqueued; never reset

Completed in 74 milliseconds