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

  /cts/suite/audio_quality/test/
AudioHardwareTest.cpp 32 android::sp<AudioHardware> playback = AudioHardware::createAudioHw(true, true); local
33 ASSERT_TRUE(playback.get() != NULL);
41 android::sp<AudioHardware> playback = AudioHardware::createAudioHw(false, true, testCase); local
42 ASSERT_TRUE(playback.get() != NULL);
  /external/chromium_org/chrome/test/perf/
memory_test.cc 69 // In order to record a dataset to cache for future playback,
70 // set the |playback| to false and run the test. The source user data dir
74 bool playback = true; local
75 if (playback) {
76 // Use the playback cache, but don't use playback events.
  /external/chromium_org/third_party/skia/src/core/
SkPicture.cpp 129 /* We want to copy the src's playback. However, if that hasn't been built
177 /* We want to copy the src's playback. However, if that hasn't been built
286 SkPicture::SkPicture(SkPicturePlayback* playback, int width, int height)
287 : fPlayback(playback)
299 SkPicturePlayback* playback; local
300 // Check to see if there is a playback to recreate.
302 playback = SkNEW_ARGS(SkPicturePlayback, (stream, info, proc));
304 playback = NULL;
307 return SkNEW_ARGS(SkPicture, (playback, info.fWidth, info.fHeight));
311 SkPicturePlayback* playback = fPlayback local
    [all...]
  /external/skia/src/core/
SkPicture.cpp 129 /* We want to copy the src's playback. However, if that hasn't been built
177 /* We want to copy the src's playback. However, if that hasn't been built
286 SkPicture::SkPicture(SkPicturePlayback* playback, int width, int height)
287 : fPlayback(playback)
299 SkPicturePlayback* playback; local
300 // Check to see if there is a playback to recreate.
302 playback = SkNEW_ARGS(SkPicturePlayback, (stream, info, proc));
304 playback = NULL;
307 return SkNEW_ARGS(SkPicture, (playback, info.fWidth, info.fHeight));
311 SkPicturePlayback* playback = fPlayback local
    [all...]
  /frameworks/av/cmds/stagefright/
codec.cpp 45 "\t\t[-p] playback\n"
319 bool playback = false; local
339 playback = true;
380 if (playback || (useSurface && useVideo)) {
412 if (playback) {
426 if (playback || (useSurface && useVideo)) {
  /external/chromium_org/third_party/skia/src/utils/
SkDeferredCanvas.cpp 70 void playback(bool silent);
120 void DeferredPipeController::playback(bool silent) { function in class:DeferredPipeController
123 fReader.playback(fBlockList[currentBlock].fBlock, fBlockList[currentBlock].fSize,
129 fReader.playback(fBlock, fBytesWritten, flags);
369 fPipeController.playback(kSilent_PlaybackMode == playbackMode);
    [all...]
  /external/skia/src/utils/
SkDeferredCanvas.cpp 70 void playback(bool silent);
120 void DeferredPipeController::playback(bool silent) { function in class:DeferredPipeController
123 fReader.playback(fBlockList[currentBlock].fBlock, fBlockList[currentBlock].fSize,
129 fReader.playback(fBlock, fBytesWritten, flags);
373 fPipeController.playback(kSilent_PlaybackMode == playbackMode);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
soc.h 284 struct snd_soc_pcm_stream playback; member in struct:snd_soc_codec_dai
322 struct snd_soc_pcm_stream playback; member in struct:snd_soc_cpu_dai
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
soc.h 284 struct snd_soc_pcm_stream playback; member in struct:snd_soc_codec_dai
322 struct snd_soc_pcm_stream playback; member in struct:snd_soc_cpu_dai
  /external/kernel-headers/original/linux/
input.h 1627 int (*playback)(struct input_dev *dev, int effect_id, int value); member in struct:ff_device
    [all...]

Completed in 280 milliseconds