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

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
MediaSource.java 35 INITIALIZING, LIVE, ENDED, MUTED
MediaStreamTrack.java 34 INITIALIZING, LIVE, ENDED, FAILED
  /external/chromium_org/content/test/data/media/
media_utils.js 31 // If document title is 'ENDED', then update it with new title to possibly
33 if (!titleChanged || document.title.toUpperCase() == 'ENDED')
  /external/chromium_org/third_party/WebKit/Source/core/html/
MediaController.h 84 enum PlaybackState { WAITING, PLAYING, ENDED };
MediaController.cpp 308 DEFINE_STATIC_LOCAL(AtomicString, ended, ("ended", AtomicString::ConstructFromLiteral));
309 return ended;
319 case ENDED:
408 // If all of the MediaController's slaved media elements have ended playback and the media
410 // Let new playback state be ended.
411 newPlaybackState = ENDED;
426 // and the new playback state is ended,
427 if (newPlaybackState == ENDED) {
429 // all of the MediaController's slaved media elements have still ended playback, and th
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
CommonControllerOverlay.java 48 ENDED,
164 mState = State.ENDED;
220 if (mState == State.ENDED) {
325 !(mState == State.ENDED && !mCanReplay))
TrimControllerOverlay.java 94 // The special thing here is that the State.ENDED include both cases of
100 } else if (mState == State.ENDED) {
  /external/chromium_org/media/filters/
chunk_demuxer.h 152 ENDED,
chunk_demuxer.cc 793 if (state_ != INITIALIZED && state_ != ENDED) {
840 DCHECK(state_ == INITIALIZED || state_ == ENDED || state_ == SHUTDOWN ||
971 if (state_ == ENDED && result.size() > 0) {
972 // If appending has ended, extend the last intersection range to include the
982 // This is enforced by the logic that controls the transition to ENDED.
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/media/
media_controls.js 36 ENDED: 'ended'
150 return !this.media_.paused && !this.media_.ended;
253 if (this.media_.ended)
472 } else if (!this.media_.ended) {
477 MediaControls.ButtonStateType.ENDED);
    [all...]
  /packages/services/Telephony/src/com/android/phone/
OtaUtils.java     [all...]

Completed in 251 milliseconds