HomeSort by relevance Sort by last modified time
    Searched refs:picture (Results 276 - 300 of 355) sorted by null

<<1112131415

  /external/chromium_org/chrome/browser/resources/options/
options.js 189 [$('account-picture')]);
  /external/chromium_org/content/common/gpu/media/
dxva_video_decode_accelerator.cc 33 // We only request 5 picture buffers from the client which are used to hold the
155 // Maintains information about a DXVA picture buffer, i.e. whether it is
166 // Copies the output sample data to the picture buffer provided by the
343 // The above code attempts to copy the decoded picture into a surface
346 // We attempt to flush the batched operations to ensure that the picture is
532 "Failed to provide requested picture buffers. (Got " << buffers.size() <<
535 // Copy the picture buffers provided by the client to the available list,
542 "Failed to allocate picture buffer", PLATFORM_FAILURE,);
565 "Invalid picture id: " << picture_buffer_id, INVALID_ARGUMENT,);
871 // If we have available picture buffers to copy the output data then use th
    [all...]
  /external/chromium_org/third_party/libwebp/
libwebp_enc.target.darwin-arm.mk 35 third_party/libwebp/enc/picture.c \
libwebp_enc.target.darwin-mips.mk 35 third_party/libwebp/enc/picture.c \
libwebp_enc.target.darwin-x86.mk 35 third_party/libwebp/enc/picture.c \
libwebp_enc.target.darwin-x86_64.mk 35 third_party/libwebp/enc/picture.c \
libwebp_enc.target.linux-arm.mk 35 third_party/libwebp/enc/picture.c \
libwebp_enc.target.linux-mips.mk 35 third_party/libwebp/enc/picture.c \
libwebp_enc.target.linux-x86.mk 35 third_party/libwebp/enc/picture.c \
libwebp_enc.target.linux-x86_64.mk 35 third_party/libwebp/enc/picture.c \
  /external/chromium_org/third_party/skia/samplecode/
SampleAll.cpp 314 SkAutoTUnref<SkPicture> picture(recorder.endRecording());
323 picture->draw(canvas);
SampleApp.cpp 737 DEFINE_string(picture, "", "Path to single picture.");
873 "Raster", "Picture", "OpenGL",
    [all...]
  /external/chromium_org/third_party/skia/src/utils/
SkDeferredCanvas.cpp     [all...]
  /external/chromium_org/third_party/skia/src/utils/debugger/
SkDebugCanvas.cpp 522 void SkDebugCanvas::onDrawPicture(const SkPicture* picture) {
523 this->addDrawCommand(new SkDrawPictureCommand(picture));
SkDrawCommand.h 346 SkDrawPictureCommand(const SkPicture* picture);
  /external/skia/samplecode/
SampleAll.cpp 314 SkAutoTUnref<SkPicture> picture(recorder.endRecording());
323 picture->draw(canvas);
SampleApp.cpp 737 DEFINE_string(picture, "", "Path to single picture.");
873 "Raster", "Picture", "OpenGL",
    [all...]
  /external/skia/src/utils/
SkDeferredCanvas.cpp     [all...]
  /external/skia/src/utils/debugger/
SkDebugCanvas.cpp 522 void SkDebugCanvas::onDrawPicture(const SkPicture* picture) {
523 this->addDrawCommand(new SkDrawPictureCommand(picture));
SkDrawCommand.h 346 SkDrawPictureCommand(const SkPicture* picture);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarHeaderView.java 487 public void onUserInfoChanged(String name, Drawable picture) {
488 mMultiUserAvatar.setImageDrawable(picture);
  /frameworks/webview/chromium/java/com/android/webview/chromium/
WebViewContentsClientAdapter.java 26 import android.graphics.Picture;
390 * @See AwContentsClient#onNewPicture(Picture)
393 public void onNewPicture(Picture picture) {
397 mPictureListener.onNewPicture(mWebView, picture);
501 // path for sending Picture updates in Chromium are decoupled from the
503 // content and send the Picture before onPageStarted or onPageFinished
505 // onPageStarted is invoked, so in the case we get the Picture before that and
507 // out waiting for a Picture.
508 // To ensure backwards compatibility, we need to defer sending Picture update
    [all...]
  /external/flac/libFLAC/
stream_decoder.c     [all...]
  /cts/libs/deviceutillegacy/src/android/webkit/cts/
WebViewOnUiThread.java 22 import android.graphics.Picture;
139 * Called from WaitForLoadedClient, this is used to clear the picture
718 public Picture capturePicture() {
719 return getValue(new ValueGetter<Picture>() {
721 public Picture capture() {
1005 public void onNewPicture(WebView view, Picture picture) {
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TracingTimelineUIUtils.js 427 else if (event.picture)
428 WebInspector.TracingTimelineUIUtils._buildPicturePreviewContent(event.picture, barrier.createCallback(saveImage));
    [all...]

Completed in 1071 milliseconds

<<1112131415