Home | History | Annotate | Download | only in lvpp

Lines Matching refs:PLAYING

411     if (mFlags & PLAYING) {
448 // If we did this later, audio would continue playing while we
596 if ((mFlags & PLAYING) && !eos
627 if ((mFlags & PLAYING) && !eos
654 // Posted whenever any stream finishes playing.
709 if (mFlags & PLAYING) {
721 mFlags |= PLAYING;
756 mFlags &= ~(PLAYING | FIRST_FRAME);
782 // Legacy behaviour, if a stream finishes playing and then
943 if (!(mFlags & PLAYING)) {
962 mFlags &= ~PLAYING;
983 return (mFlags & PLAYING) || (mFlags & CACHE_UNDERRUN);
1030 bool wasPlaying = (mFlags & PLAYING) != 0;
1113 if ((mFlags & PLAYING) && mVideoSource != NULL && (mFlags & VIDEO_AT_EOS)) {
1128 if (!(mFlags & PLAYING)) {
1305 // If we're playing video only, report seek complete now,
1700 // playing back fairly instantly.