Home | History | Annotate | Download | only in lvpp

Lines Matching refs:PLAYING

287     // If we did this later, audio would continue playing while we
390 CHECK(!(mFlags & PLAYING));
450 // Posted whenever any stream finishes playing.
498 * If the audio source of current playing clip and next clip are dummy
503 * But the audio(dummy audio source) is still playing(for next clip),
522 if (mFlags & PLAYING) {
535 mFlags |= PLAYING;
567 mFlags &= ~(PLAYING | FIRST_FRAME);
606 mFlags &= ~(PLAYING | FIRST_FRAME);
654 // Legacy behaviour, if a stream finishes playing and then
1575 if (mFlags & PLAYING) {
1600 // If we did this later, audio would continue playing while we
1742 if (!(mFlags & PLAYING)) {
1761 mFlags &= ~PLAYING;
1768 return (mFlags & PLAYING) || (mFlags & CACHE_UNDERRUN);
1815 bool wasPlaying = (mFlags & PLAYING) != 0;
1898 if ((mFlags & PLAYING) && mVideoSource != NULL && (mFlags & VIDEO_AT_EOS)) {
1913 if (!(mFlags & PLAYING)) {
1968 // If we're playing video only, report seek complete now,