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.h99 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::__anon331
/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp256 bool mReachedEOS; member in class:android::MPEG4Writer::Track
416 mReachedEOS? "true": "false");
1356 mReachedEOS(false),
1735 mDone = mReachedEOS = true;
1746 mReachedEOS = false;
1792 return mReachedEOS;
2402 mReachedEOS = true;

Completed in 323 milliseconds