Home
last modified time | relevance | path

Searched refs:playing (Results 1 – 25 of 140) sorted by relevance

123456

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/
DMediaPeriodQueue.java48 @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/
Dreadcd.py42 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/
Dreadcd.py42 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/
DDemoActivity.java14 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/
DExoHostedTest.java77 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/
Dsource.js108 var playing = false;
158 if (!playing) return;
179 playing = false;
187 playing = true;
194 playing = false;
/external/python/cpython2/Doc/library/
Dwinsound.rst2 :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.
Dcd.rst104 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/
Dwinsound.rst1 :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/
Dcontrol7 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/
Dcontrol9 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/
Dcontrol.html521 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/
DREADME.md3 The `audio_streams` crate provides a basic interface for playing audio.
/external/sonivox/jet_tools/JetCreator/
DJetCreatorhlp.dat94 … 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/
Dcontrol10 This test records power related statistics while playing encrypted video file
/external/skqp/site/user/
Dindex.md20 * Picture (for recording and then playing back into another Canvas)
/external/skia/site/docs/user/
D_index.md27 * Picture (for recording and then playing back into another Canvas)
/external/autotest/client/site_tests/power_VideoDetector/
Dcontrol7 PURPOSE = "Verify the backlight does not get dimmed while playing video."
/external/autotest/client/site_tests/power_VideoSuspend/
Dcontrol14 Suspends the system with a video playing.
/external/autotest/test_suites/
Dcontrol.power_loadtest15 This test runs a load test consisting of cycling though web pages, playing
Dcontrol.power_loadtest_fast15 This test runs a load test consisting of cycling though web pages, playing
Dcontrol.power_loadtest_1hour15 This test runs a load test consisting of cycling though web pages, playing
/external/exoplayer/
DMETADATA4 "alternative to Android’s MediaPlayer API for playing audio and video both"
/external/autotest/server/site_tests/audiovideo_AVSync/
Dcontrol.hw_video_acc19 This test measure the audio/video synchronization quality while playing a
Dcontrol.sw_video_acc19 This test measure the audio/video synchronization quality while playing a

123456