Home | History | Annotate | Download | only in lvpp

Lines Matching refs:PLAYING

416     if (mFlags & PLAYING) {
456 // If we did this later, audio would continue playing while we
612 if ((mFlags & PLAYING) && !eos
646 if ((mFlags & PLAYING) && !eos
673 // Posted whenever any stream finishes playing.
728 if (mFlags & PLAYING) {
740 mFlags |= PLAYING;
775 mFlags &= ~(PLAYING | FIRST_FRAME);
801 // Legacy behaviour, if a stream finishes playing and then
962 if (!(mFlags & PLAYING)) {
981 mFlags &= ~PLAYING;
1002 return (mFlags & PLAYING) || (mFlags & CACHE_UNDERRUN);
1049 bool wasPlaying = (mFlags & PLAYING) != 0;
1150 if ((mFlags & PLAYING) && mVideoSource != NULL && (mFlags & VIDEO_AT_EOS)) {
1165 if (!(mFlags & PLAYING)) {
1342 // If we're playing video only, report seek complete now,
1738 // playing back fairly instantly.