Searched refs:mWatchForAudioEOS (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/libvideoeditor/lvpp/
H A DPreviewPlayer.cpp382 mWatchForAudioEOS = true;
575 mWatchForAudioEOS = true;
624 mWatchForAudioEOS = true;
1934 mWatchForAudioEOS = true;
1966 mWatchForAudioEOS = true;
2000 if (mWatchForAudioEOS && mAudioPlayer->reachedEOS(&finalStatus)) {
2001 mWatchForAudioEOS = false;
H A DPreviewPlayer.h170 bool mWatchForAudioEOS; member in struct:android::PreviewPlayer
/frameworks/av/media/libstagefright/include/
H A DAwesomePlayer.h206 bool mWatchForAudioEOS; member in struct:android::AwesomePlayer
/frameworks/av/media/libstagefright/
H A DAwesomePlayer.cpp608 mWatchForAudioEOS = false;
1104 mWatchForAudioEOS = true;
1464 mWatchForAudioEOS = true;
1704 mWatchForAudioEOS = true;
2105 if (mWatchForAudioEOS && mAudioPlayer->reachedEOS(&finalStatus)) {
2106 mWatchForAudioEOS = false;

Completed in 74 milliseconds