/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowSoundPool.java | 119 for (Playback playback : playedSounds) { in wasPathPlayed() 120 if (idIsForPath(playback.soundId, path)) { in wasPathPlayed() 129 for (Playback playback : playedSounds) { in wasResourcePlayed() 130 if (idIsForResource(playback.soundId, resId)) { in wasResourcePlayed() 140 for (Playback playback : playedSounds) { in getPathPlaybacks() 141 if (idIsForPath(playback.soundId, path)) { in getPathPlaybacks() 142 playbacks.add(playback); in getPathPlaybacks() 151 for (Playback playback : playedSounds) { in getResourcePlaybacks() 152 if (idIsForResource(playback.soundId, resId)) { in getResourcePlaybacks() 153 playbacks.add(playback); in getResourcePlaybacks()
|
/external/skqp/docs/ |
D | SkPicture_Reference.bmh | 25 #Line # utility to stop picture playback ## 37 passed as a parameter to SkPicture::playback, to stop it before all drawing 40 If AbortCallback::abort returns true, SkPicture::playback is interrupted. 52 #SeeAlso playback 66 #SeeAlso playback 74 #Line # aborts playback by callback ## 80 #SeeAlso playback 86 JustOneDraw allows the black rectangle to draw but stops playback before the 107 picture->playback(canvas, &callback); 134 copy->playback(canvas); [all …]
|
/external/autotest/server/site_tests/audio_AudioPinnedStream/ |
D | audio_AudioPinnedStream.py | 30 def run_once(self, playback): argument 48 if playback: 75 if playback: 90 usb_golden_file.path, playback) 91 usb_source.start_playback(pinned=playback) 97 if playback: 129 if playback:
|
D | control.playback | 8 NAME = 'audio_AudioPinnedStream.playback' 9 PURPOSE = 'Verify audio pinned stream playback works correctly' 11 This test will fail if pinned stream playback doesn't work as expected. 29 job.run_test("audio_AudioPinnedStream", host=host, playback=True)
|
/external/libwebsockets/minimal-examples/raw/minimal-raw-audio/ |
D | README.md | 3 This demonstrates operating ALSA playback and capture using the lws event loop 8 This example opens the default ALSA playback and capture devices and pipes the 9 capture data into the playback with something over 1s delay via a ringbuffer. 13 for the playback as well; they're both set to 16000Hz sample rate.
|
/external/skia/docs/examples/ |
D | Canvas_drawPicture_2.cpp | 16 sk_sp<SkPicture> playback = recorder.finishRecordingAsPicture(); in draw() local 17 canvas->drawPicture(playback); in draw() 20 canvas->drawPicture(playback); in draw()
|
D | Canvas_drawPicture_4.cpp | 16 sk_sp<SkPicture> playback = recorder.finishRecordingAsPicture(); in draw() local 21 canvas->drawPicture(playback, &matrix, &paint); in draw()
|
D | Canvas_drawPicture_3.cpp | 16 sk_sp<SkPicture> playback = recorder.finishRecordingAsPicture(); in draw() local 17 const SkPicture* playbackPtr = playback.get(); in draw()
|
D | Image_MakeFromPicture.cpp | 16 sk_sp<SkPicture> playback = recorder.finishRecordingAsPicture(); in draw() local 21 sk_sp<SkImage> image = SkImage::MakeFromPicture(playback, {50, 50}, nullptr, &paint, in draw()
|
/external/autotest/server/site_tests/video_PlaybackQuality/ |
D | control.mp4 | 9 PURPOSE = 'Measure video playback quality and dropped frame count.' 19 This test measure video playback quality by playback mp4 video format file. 21 playback.
|
/external/autotest/client/cros/video/ |
D | youtube_helper.py | 85 playback = 0 # seconds 89 and playback < PLAYBACK_TEST_TIME_S): 105 playback = playback + 1
|
/external/autotest/client/common_lib/test_utils/ |
D | mock.py | 193 record=None, playback=None): argument 200 self.playback = playback 208 if self.playback: 209 return self.playback(self.symbol, *args, **dargs) 233 record=None, playback=None): argument 236 record, playback) 246 record=None, playback=None): argument 249 self.__playback = playback 294 playback = self.__method_playback 314 return playback(name, *args, **dargs) [all …]
|
/external/oboe/samples/drumthumper/ |
D | README.md | 3 Oboe playback sample app. 6 … "Drum Pad" app which demonstrates best-practices for low-latency audio playback using the Android… 18 * To demonstrate the correct handling of playback errors and output device connection/disconnection. 27 …pler to resample source audio to the device playback rate, and therefore not incur this overhead a… 56 The Kotlin class which provides the audio playback functionality by interfacing with the native (C+…
|
/external/autotest/server/site_tests/graphics_MultipleDisplays/ |
D | control.aquarium_vp9_blob_h264 | 9 PURPOSE = "Test WebGL and video playback on internal and external displays." 19 This test runs WebGL Aquarium and 1080p60 VP9 playback on the internal display. 20 On the external display it opens windows for Blob and 1080p60 H.264 playback.
|
/external/skqp/bench/ |
D | RecordingBench.cpp | 17 pic->playback(rec.beginRecording(pic->cullRect(), nullptr, in PictureCentricBench() 46 fSrc->playback(&r); in RecordingBench() 63 fSrc->playback(recorder.beginRecording(fSrc->cullRect(), fUseBBH ? &factory : nullptr)); in onDraw()
|
/external/igt-gpu-tools/tests/ |
D | kms_chamelium.c | 1255 } playback, capture; member 1283 state->playback.format = format; in audio_state_init() 1284 state->playback.channels = channels; in audio_state_init() 1285 state->playback.rate = rate; in audio_state_init() 1323 name, snd_pcm_format_name(state->playback.format), in audio_state_start() 1324 state->playback.rate, state->playback.channels); in audio_state_start() 1349 state->playback.rate); in audio_state_start() 1350 state->capture.rate = state->playback.rate; in audio_state_start() 1356 for (i = 0; i < state->playback.channels; i++) { in audio_state_start() 1370 name, snd_pcm_format_name(state->playback.format), in audio_state_start() [all …]
|
/external/adhd/audio_streams/ |
D | README.md | 4 This will be used to enable playback to various audio subsystems such as 5 Alsa and cras. To start, an empty playback example `NoopStreamSource`
|
/external/oboe/samples/iolib/ |
D | README.md | 6 (Oboe) **iolib** contains classes implementing streaming audio playback and mixing from multiple so… 14 Contains classes to support streaming playback from (potentially) multiple audio sources. 35 * Logic for handling streaming restart on error (i.e. playback device changes)
|
/external/skia/src/core/ |
D | SkPicturePlayback.h | 48 AutoResetOpID(SkPicturePlayback* playback) : fPlayback(playback) { } in AutoResetOpID() argument
|
/external/skqp/src/core/ |
D | SkPicturePlayback.h | 50 AutoResetOpID(SkPicturePlayback* playback) : fPlayback(playback) { } in AutoResetOpID() argument
|
/external/autotest/client/site_tests/audio_AlsaAPI/ |
D | control.drop | 8 PURPOSE = 'Test that simple ALSA API succeeds to drop playback and reset hw_ptr.' 18 Check ALSA API succeeds to drop playback and reset hw_ptr.
|
/external/skia/gm/ |
D | distantclip.cpp | 46 pict->playback(recorder.beginRecording(pict->cullRect().width(), in onDraw() 53 pict2->playback(canvas); in onDraw()
|
/external/skqp/gm/ |
D | distantclip.cpp | 49 pict->playback(recorder.beginRecording(pict->cullRect().width(), in onDraw() 57 pict2->playback(canvas); in onDraw()
|
/external/autotest/client/site_tests/touch_StylusTaps/ |
D | control | 9 This test will fail if, after playback of touch events, taps do not appear 20 Uses kernel playback and a javascript page to play and listen for stylus taps.
|
/external/exoplayer/tree/ |
D | RELEASENOTES.md | 171 allows playback to continue even if subtitle decoding fails 176 * Enable playback speed adjustment and silence skipping for floating point 181 * Workaround issue that could cause slower than realtime playback of AAC 189 * Fix playback of WAV files with trailing non-media bytes 191 * Fix playback of ADTS files with mid-stream ID3 metadata. 195 * Fix playback of Widevine protected content that only provides V1 PSSH 197 * Fix playback of PlayReady content on Fire TV Stick (Gen 2). 219 * SmoothStreaming: Fix regression that broke playback in 2.11.2 255 * Don't use notification chronometer if playback speed is != 1.0 257 * HLS: Fix playback of DRM protected content that uses key rotation [all …]
|