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

  /external/chromium_org/content/renderer/media/
webrtc_audio_renderer.h 53 PLAYING,
89 // Ref count for the MediaPlayers which are playing audio.
  /external/chromium_org/media/audio/
audio_output_device.h 126 PLAYING, // Playing back. Can Pause()/Stop().
  /frameworks/av/include/media/stagefright/timedtext/
TimedTextDriver.h 68 PLAYING,
  /external/chromium_org/third_party/WebKit/Source/core/html/
MediaController.h 84 enum PlaybackState { WAITING, PLAYING, ENDED };
  /frameworks/av/media/libstagefright/wifi-display/source/
WifiDisplaySource.h 64 PLAYING,
  /frameworks/av/include/media/
SoundPool.h 123 enum state { IDLE, RESUMING, STOPPING, PAUSED, PLAYING };
  /frameworks/av/libvideoeditor/lvpp/
PreviewPlayer.h 95 PLAYING = 1,
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
CommonControllerOverlay.java 46 PLAYING,
152 mState = State.PLAYING;
224 } else if (mState == State.PAUSED || mState == State.PLAYING) {
316 } else if (mState == State.PLAYING) {
  /frameworks/av/media/libstagefright/include/
AwesomePlayer.h 112 PLAYING = 0x01,
  /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;
  /external/chromium_org/chrome/browser/resources/file_manager/js/media/
media_controls.js 35 PLAYING: 'playing',
147 * @return {boolean} True if the media is currently playing.
386 * @param {boolean} playing True if playing.
389 MediaControls.prototype.onMediaPlay_ = function(playing) {
393 this.updatePlayButtonState_(playing);
465 * @param {boolean} playing If the video is playing.
468 MediaControls.prototype.updatePlayButtonState_ = function(playing) {
    [all...]

Completed in 4392 milliseconds