HomeSort by relevance Sort by last modified time
    Searched refs:PLAYING (Results 1 - 14 of 14) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/android/
VideoLayerAndroid.h 43 // PLAYING will be the Video (Surface Texture).
47 typedef enum {INITIALIZED, PREPARING, PREPARED, PLAYING, RELEASED} PlayerState;
VideoLayerAndroid.cpp 195 } else if (m_playerState == PLAYING && m_surfaceTexture.get()) {
  /frameworks/base/media/libmediaplayerservice/nuplayer/
NuPlayerDriver.cpp 130 case PLAYING:
141 mState = PLAYING;
156 case PLAYING:
172 return mState == PLAYING && !mAtEOS;
186 case PLAYING:
NuPlayerDriver.h 93 PLAYING,
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
MovieControllerOverlay.java 52 PLAYING,
152 state = State.PLAYING;
225 if (state == State.PLAYING) {
267 } else if (state == State.PAUSED || state == State.PLAYING) {
295 if (state == State.PLAYING || state == State.PAUSED) {
364 state == State.PLAYING ? R.drawable.ic_vidcontrol_pause :
  /frameworks/media/libvideoeditor/lvpp/
PreviewPlayerBase.cpp 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)) {
    [all...]
PreviewPlayer.h 87 PLAYING = 1,
PreviewPlayer.cpp 277 // If we did this later, audio would continue playing while we
380 CHECK(!(mFlags & PLAYING));
441 // Posted whenever any stream finishes playing.
489 * If the audio source of current playing clip and next clip are dummy
494 * But the audio(dummy audio source) is still playing(for next clip),
512 if (mFlags & PLAYING) {
525 mFlags |= PLAYING;
560 mFlags &= ~(PLAYING | FIRST_FRAME);
600 mFlags &= ~(PLAYING | FIRST_FRAME);
648 // Legacy behaviour, if a stream finishes playing and the
    [all...]
PreviewPlayerBase.h 105 PLAYING = 1,
  /frameworks/base/media/libstagefright/
AwesomePlayer.cpp 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
    [all...]
  /packages/apps/Mms/src/com/android/mms/dom/smil/
SmilPlayer.java 38 * The SmilPlayer is responsible for playing, stopping, pausing and resuming a SMIL tree.
39 * <li>It creates a whole timeline before playing.</li>
50 PLAYING,
259 return mState == SmilPlayerState.PLAYING;
312 mState = SmilPlayerState.PLAYING;
315 Log.w(TAG, "Error State: Playback is playing!");
324 Log.w(TAG, "Error State: Playback is not playing!");
508 mState = SmilPlayerState.PLAYING;
  /frameworks/base/media/jni/soundpool/
SoundPool.cpp 639 mState = PLAYING;
800 if (mState == PLAYING) {
810 if (mState == PLAYING) {
823 mState = PLAYING;
834 mState = PLAYING;
SoundPool.h 118 enum state { IDLE, RESUMING, STOPPING, PAUSED, PLAYING };
  /frameworks/base/media/libstagefright/include/
AwesomePlayer.h 112 PLAYING = 0x01,

Completed in 581 milliseconds