Home | History | Annotate | Download | only in libstagefright

Lines Matching refs:PLAYING

472     if (mFlags & PLAYING) {
510 // If we did this later, audio would continue playing while we
687 if ((mFlags & PLAYING) && !eos
743 if ((mFlags & PLAYING) && !eos
783 // Posted whenever any stream finishes playing.
843 if (mFlags & PLAYING) {
855 modifyFlags(PLAYING, SET);
894 modifyFlags((PLAYING | FIRST_FRAME), CLEAR);
920 // Legacy behaviour, if a stream finishes playing and then
1095 if (!(mFlags & PLAYING)) {
1119 modifyFlags(PLAYING, CLEAR);
1140 return (mFlags & PLAYING) || (mFlags & CACHE_UNDERRUN);
1185 bool wasPlaying = (mFlags & PLAYING) != 0;
1300 if ((mFlags & PLAYING) && mVideoSource != NULL && (mFlags & VIDEO_AT_EOS)) {
1319 if (!(mFlags & PLAYING)) {
1546 // If we're playing video only, report seek complete now,
2012 // playing back fairly instantly.