/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/ |
D | MediaPeriodQueue.java | 48 @Nullable private MediaPeriodHolder playing; field in MediaPeriodQueue 165 playing = newPeriodHolder; in enqueueNextMediaPeriodHolder() 189 return playing; in getPlayingPeriod() 217 if (playing == null) { in advancePlayingPeriod() 220 if (playing == reading) { in advancePlayingPeriod() 221 reading = playing.getNext(); in advancePlayingPeriod() 223 playing.release(); in advancePlayingPeriod() 227 oldFrontPeriodUid = playing.uid; in advancePlayingPeriod() 228 oldFrontPeriodWindowSequenceNumber = playing.info.id.windowSequenceNumber; in advancePlayingPeriod() 230 playing = playing.getNext(); in advancePlayingPeriod() [all …]
|
/external/python/cpython2/Lib/plat-irix6/ |
D | readcd.py | 42 self.playing = 0 54 if self.playing: 130 if self.playing: 143 if self.playing: 189 self.playing = 0 201 if not self.playing: 235 self.playing = 1 238 self.playing = 0 244 self.playing = 0 247 self.playing = 0
|
/external/python/cpython2/Lib/plat-irix5/ |
D | readcd.py | 42 self.playing = 0 54 if self.playing: 130 if self.playing: 143 if self.playing: 189 self.playing = 0 201 if not self.playing: 235 self.playing = 1 238 self.playing = 0 244 self.playing = 0 247 self.playing = 0
|
/external/skia/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/ |
D | DemoActivity.java | 14 private boolean playing = true; field in DemoActivity 39 if (playing) { in onClick() 45 playing = !playing; in onClick()
|
/external/exoplayer/tree/testutils/src/main/java/com/google/android/exoplayer2/testutil/ |
D | ExoHostedTest.java | 77 private boolean playing; field in ExoHostedTest 196 boolean playing = playWhenReady && playbackState == Player.STATE_READY; in onPlayerStateChanged() 197 if (!this.playing && playing) { in onPlayerStateChanged() 199 } else if (this.playing && !playing) { in onPlayerStateChanged() 202 this.playing = playing; in onPlayerStateChanged()
|
/external/adhd/scripts/mic_testing/frontend/ |
D | source.js | 108 var playing = false; 158 if (!playing) return; 179 playing = false; 187 playing = true; 194 playing = false;
|
/external/python/cpython2/Doc/library/ |
D | winsound.rst | 2 :mod:`winsound` --- Sound-playing interface for Windows 7 :synopsis: Access to the sound-playing machinery for Windows. 14 The :mod:`winsound` module provides access to the basic sound-playing machinery 34 ``None``, any currently playing waveform sound is stopped. If the system 104 This module does not support playing from a memory image asynchronously, so a 110 Stop playing all instances of the specified sound. 129 Do not interrupt sounds currently playing.
|
D | cd.rst | 104 The drive is in CD player mode playing an audio CD through its audio jacks. 197 at which to start playing the CD; if *play* is 0, the CD will be set to an 210 Like :meth:`play`, except that playing stops at the end of the track. 215 Like :meth:`play`, except that playing begins at the specified absolute time and 257 Stops the current playing operation. 262 Pauses the CD if it is playing, and makes it play if it is paused.
|
/external/python/cpython3/Doc/library/ |
D | winsound.rst | 1 :mod:`winsound` --- Sound-playing interface for Windows 6 :synopsis: Access to the sound-playing machinery for Windows. 13 The :mod:`winsound` module provides access to the basic sound-playing machinery 32 ``None``, any currently playing waveform sound is stopped. If the system 101 This module does not support playing from a memory image asynchronously, so a 107 Stop playing all instances of the specified sound. 126 Do not interrupt sounds currently playing.
|
/external/autotest/client/site_tests/power_AudioDetector/ |
D | control | 7 PURPOSE = "Verify the system does not suspend while playing audio." 21 This test verifies that the system will not suspend while audio is playing.
|
/external/autotest/client/site_tests/audio_AudioCorruption/ |
D | control | 9 This test will fail if Chrome can't catch error for playing corrupted mp3 audio. 18 This test verifies Chrome can catch error for playing corrupted mp3 audio.
|
/external/autotest/client/site_tests/power_FlashVideoSuspend/ |
D | control.html5 | 21 Suspends the system with a Youtube video playing in HTML5 mode. 23 Checks that video is playing when DUT is resumed.
|
/external/adhd/audio_streams/ |
D | README.md | 3 The `audio_streams` crate provides a basic interface for playing audio.
|
/external/sonivox/jet_tools/JetCreator/ |
D | JetCreatorhlp.dat | 94 … and program changes will be read from the beginning of the segment when playing or triggering eve… 102 tracklist = The tracks in the segment currently playing segment display here. Tracks which are mut… 104 graph = The currently playing segment is displayed graphically here. You may trigger clips by clic… 109 … and program changes will be read from the beginning of the segment when playing or triggering eve…
|
/external/autotest/client/site_tests/power_VideoDRMPlayback/ |
D | control | 10 This test records power related statistics while playing encrypted video file
|
/external/skqp/site/user/ |
D | index.md | 20 * Picture (for recording and then playing back into another Canvas)
|
/external/skia/site/docs/user/ |
D | _index.md | 27 * Picture (for recording and then playing back into another Canvas)
|
/external/autotest/client/site_tests/power_VideoDetector/ |
D | control | 7 PURPOSE = "Verify the backlight does not get dimmed while playing video."
|
/external/autotest/client/site_tests/power_VideoSuspend/ |
D | control | 14 Suspends the system with a video playing.
|
/external/autotest/test_suites/ |
D | control.power_loadtest | 15 This test runs a load test consisting of cycling though web pages, playing
|
D | control.power_loadtest_fast | 15 This test runs a load test consisting of cycling though web pages, playing
|
D | control.power_loadtest_1hour | 15 This test runs a load test consisting of cycling though web pages, playing
|
/external/exoplayer/ |
D | METADATA | 4 "alternative to Android’s MediaPlayer API for playing audio and video both"
|
/external/autotest/server/site_tests/audiovideo_AVSync/ |
D | control.hw_video_acc | 19 This test measure the audio/video synchronization quality while playing a
|
D | control.sw_video_acc | 19 This test measure the audio/video synchronization quality while playing a
|