HomeSort by relevance Sort by last modified time
    Searched defs:playback (Results 1 - 15 of 15) 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);
  /frameworks/base/tests/OneMedia/src/com/android/onemedia/playback/
PlaybackError.java 16 package com.android.onemedia.playback;
MediaItem.java 16 package com.android.onemedia.playback;
RequestUtils.java 16 package com.android.onemedia.playback;
Renderer.java 16 package com.android.onemedia.playback;
46 * before starting playback.
50 * The media is ready and playback can be started.
67 * The playback has reached the end. It can be restarted by calling play().
LocalRenderer.java 16 package com.android.onemedia.playback;
385 * Prepares the player for the given playback request. If the holder is null
465 // Don't return an error until we get to this item in playback
537 * @return true if playback was moved or will be moved when ready
  /frameworks/base/libs/hwui/
DrawProfiler.h 55 float playback; member in struct:android::uirenderer::DrawProfiler::__anon18492
  /external/chromium_org/tools/perf/page_sets/endure/
indexeddb_app.js 7 // are recorded for later playback in an IDB data store. When in an "online"
227 var playback = false; variable
236 if (playback)
239 playback = true;
247 playback = false;
254 playback = false;
255 log("Failure during playback (dropped offline?)");
  /external/skia/src/core/
SkPicture.cpp 191 /* We want to copy the src's playback. However, if that hasn't been built
233 // needed to create typeface playback
337 SkPicture::SkPicture(SkPicturePlayback* playback, int width, int height)
338 : fPlayback(playback)
352 // Check to see if there is a playback to recreate.
354 SkPicturePlayback* playback = SkPicturePlayback::CreateFromStream(stream, info, proc); local
355 if (NULL == playback) {
359 return SkNEW_ARGS(SkPicture, (playback, info.fWidth, info.fHeight));
372 // Check to see if there is a playback to recreate.
374 SkPicturePlayback* playback = SkPicturePlayback::CreateFromBuffer(buffer, info) local
405 SkPicturePlayback* playback = fPlayback; local
433 SkPicturePlayback* playback = fPlayback; local
    [all...]
  /frameworks/av/cmds/stagefright/
codec.cpp 47 "\t\t[-p] playback\n"
321 bool playback = false; local
341 playback = true;
382 if (playback || (useSurface && useVideo)) {
414 if (playback) {
428 if (playback || (useSurface && useVideo)) {
  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiCecFeatureAction.java 251 protected final HdmiCecLocalDevicePlayback playback() { method in class:HdmiCecFeatureAction
HdmiControlService.java 1913 private HdmiCecLocalDevicePlayback playback() { method in class:HdmiControlService
    [all...]
  /external/skia/debugger/QT/
SkDebuggerGUI.cpp 158 // The timed picture playback uses the SkPicturePlayback's profiling stubs
167 SkAutoTDelete<SkTimedPicturePlayback> playback(SkNEW_ARGS(SkTimedPicturePlayback,
169 if (!playback->parseStream(stream, proc)) {
172 return playback.detach();
273 // Check to see if there is a playback to recreate.
275 SkTimedPicturePlayback* playback = SkTimedPicturePlayback::CreateFromStream( local
279 if (NULL == playback) {
283 return SkNEW_ARGS(SkTimedPicture, (playback, info.fWidth, info.fHeight));
303 // Private ctor only used by CreateTimedPicture, which has created the playback.
304 SkTimedPicture(SkTimedPicturePlayback* playback, int width, int height
    [all...]
  /external/chromium_org/third_party/skia/src/utils/
SkDeferredCanvas.cpp 68 void playback(bool silent);
118 void DeferredPipeController::playback(bool silent) { function in class:DeferredPipeController
121 fReader.playback(fBlockList[currentBlock].fBlock, fBlockList[currentBlock].fSize,
127 fReader.playback(fBlock, fBytesWritten, flags);
358 fPipeController.playback(kSilent_PlaybackMode == playbackMode);
    [all...]
  /external/skia/src/utils/
SkDeferredCanvas.cpp 68 void playback(bool silent);
118 void DeferredPipeController::playback(bool silent) { function in class:DeferredPipeController
121 fReader.playback(fBlockList[currentBlock].fBlock, fBlockList[currentBlock].fSize,
127 fReader.playback(fBlock, fBytesWritten, flags);
358 fPipeController.playback(kSilent_PlaybackMode == playbackMode);
    [all...]

Completed in 1328 milliseconds