Searched defs:mReachedEOS (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DAMRWriter.h54 volatile bool mReachedEOS; member in struct:android::AMRWriter
H A DAACWriter.h56 volatile bool mReachedEOS; member in struct:android::AACWriter
H A DAudioPlayer.h89 bool mReachedEOS; member in class:android::AudioPlayer
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorAudioPlayer.h109 bool mReachedEOS; member in class:android::VideoEditorAudioPlayer
/frameworks/av/libvideoeditor/vss/stagefrightshells/inc/
H A DVideoEditorVideoDecoder_internal.h97 M4OSA_Bool mReachedEOS; member in struct:android::__anon318
/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp257 bool mReachedEOS; member in class:android::MPEG4Writer::Track
415 mReachedEOS? "true": "false");
1255 mReachedEOS(false),
1636 mDone = mReachedEOS = true;
1647 mReachedEOS = false;
1693 return mReachedEOS;
2300 mReachedEOS = true;

Completed in 97 milliseconds