Home | History | Annotate | Download | only in libstagefright

Lines Matching refs:PLAYING

484     if (mFlags & PLAYING) {
523 // If we did this later, audio would continue playing while we
700 if ((mFlags & PLAYING) && !eos
755 if ((mFlags & PLAYING) && !eos
799 // Posted whenever any stream finishes playing.
862 if (mFlags & PLAYING) {
874 modifyFlags(PLAYING, SET);
925 modifyFlags((PLAYING | FIRST_FRAME), CLEAR);
951 // Legacy behaviour, if a stream finishes playing and then
1133 if (!(mFlags & PLAYING)) {
1157 modifyFlags(PLAYING, CLEAR);
1178 return (mFlags & PLAYING) || (mFlags & CACHE_UNDERRUN);
1223 bool wasPlaying = (mFlags & PLAYING) != 0;
1314 if ((mFlags & PLAYING) && mVideoSource != NULL && (mFlags & VIDEO_AT_EOS)) {
1333 if (!(mFlags & PLAYING)) {
1564 // If we're playing video only, report seek complete now,
2052 // playing back fairly instantly.
2392 bool wasPlaying = (mFlags & PLAYING) != 0;
2482 if (mFlags & PLAYING && !(mFlags & TEXT_RUNNING)) {