Home
last modified time | relevance | path

Searched refs:playback (Results 1 – 25 of 270) sorted by relevance

1234567891011

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowSoundPool.java119 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/
DSkPicture_Reference.bmh25 #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/
Daudio_AudioPinnedStream.py30 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:
Dcontrol.playback8 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/
DREADME.md3 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/
DCanvas_drawPicture_2.cpp16 sk_sp<SkPicture> playback = recorder.finishRecordingAsPicture(); in draw() local
17 canvas->drawPicture(playback); in draw()
20 canvas->drawPicture(playback); in draw()
DCanvas_drawPicture_4.cpp16 sk_sp<SkPicture> playback = recorder.finishRecordingAsPicture(); in draw() local
21 canvas->drawPicture(playback, &matrix, &paint); in draw()
DCanvas_drawPicture_3.cpp16 sk_sp<SkPicture> playback = recorder.finishRecordingAsPicture(); in draw() local
17 const SkPicture* playbackPtr = playback.get(); in draw()
DImage_MakeFromPicture.cpp16 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/
Dcontrol.mp49 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/
Dyoutube_helper.py85 playback = 0 # seconds
89 and playback < PLAYBACK_TEST_TIME_S):
105 playback = playback + 1
/external/autotest/client/common_lib/test_utils/
Dmock.py193 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/
DREADME.md3 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/
Dcontrol.aquarium_vp9_blob_h2649 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/
DRecordingBench.cpp17 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/
Dkms_chamelium.c1255 } 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/
DREADME.md4 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/
DREADME.md6 (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/
DSkPicturePlayback.h48 AutoResetOpID(SkPicturePlayback* playback) : fPlayback(playback) { } in AutoResetOpID() argument
/external/skqp/src/core/
DSkPicturePlayback.h50 AutoResetOpID(SkPicturePlayback* playback) : fPlayback(playback) { } in AutoResetOpID() argument
/external/autotest/client/site_tests/audio_AlsaAPI/
Dcontrol.drop8 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/
Ddistantclip.cpp46 pict->playback(recorder.beginRecording(pict->cullRect().width(), in onDraw()
53 pict2->playback(canvas); in onDraw()
/external/skqp/gm/
Ddistantclip.cpp49 pict->playback(recorder.beginRecording(pict->cullRect().width(), in onDraw()
57 pict2->playback(canvas); in onDraw()
/external/autotest/client/site_tests/touch_StylusTaps/
Dcontrol9 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/
DRELEASENOTES.md171 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 …]

1234567891011