Home | History | Annotate | Download | only in nuplayer

Lines Matching refs:IsFlushingState

295 bool NuPlayer::IsFlushingState(FlushStatus state, bool *needShutdown) {
569 CHECK(IsFlushingState(mFlushingAudio, &needShutdown));
572 CHECK(IsFlushingState(mFlushingVideo, &needShutdown));
921 if ((audio && IsFlushingState(mFlushingAudio))
922 || (!audio && IsFlushingState(mFlushingVideo))) {
1055 if (IsFlushingState(audio ? mFlushingAudio : mFlushingVideo)) {