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

  /external/chromium_org/ppapi/cpp/
video_decoder.cc 64 int32_t VideoDecoder::GetPicture(
67 return get_interface<PPB_VideoDecoder_0_1>()->GetPicture(
  /external/chromium_org/ppapi/c/
ppb_video_decoder.h 40 * - Call GetPicture() continuously (waiting for each previous call to complete)
121 * GetPicture().
142 * plugin can call GetPicture() again after the decoder signals completion.
156 * Returns PP_ERROR_INPROGRESS if there is another GetPicture() call pending.
158 * completes while GetPicture() is pending.
160 int32_t (*GetPicture)(PP_Resource video_decoder,
179 * calls to the decoder other than GetPicture() and RecyclePicture() until
181 * completion, any pending GetPicture() call will complete by running its
199 * pending calls to Decode() and GetPicture()) abort, causing their callbacks
  /external/chromium_org/ppapi/thunk/
ppb_video_decoder_thunk.cc 64 int32_t GetPicture(PP_Resource video_decoder,
67 VLOG(4) << "PPB_VideoDecoder::GetPicture()";
71 return enter.SetResult(enter.object()->GetPicture(picture, enter.callback()));
106 &GetPicture,
  /external/chromium_org/cc/layers/
content_layer.cc 139 skia::RefPtr<SkPicture> ContentLayer::GetPicture() const {
picture_layer.cc 181 skia::RefPtr<SkPicture> PictureLayer::GetPicture() const {
layer.cc 210 skia::RefPtr<SkPicture> Layer::GetPicture() const {
    [all...]
layer_impl.cc 485 skia::RefPtr<SkPicture> LayerImpl::GetPicture() {
    [all...]
picture_layer_impl.cc 550 skia::RefPtr<SkPicture> PictureLayerImpl::GetPicture() {
    [all...]
  /external/chromium_org/cc/resources/
picture_pile_base.cc 123 has_any_recordings_ |= !!it->second.GetPicture();
191 return !!found->second.GetPicture();
221 if (!map_iter->second.GetPicture())
251 Picture* picture = map_iter->second.GetPicture();
300 Picture* PicturePileBase::PictureInfo::GetPicture() const {
  /external/chromium_org/ppapi/proxy/
video_decoder_resource.cc 239 int32_t VideoDecoderResource::GetPicture(
293 // Cause any pending Decode or GetPicture callbacks to abort after we return,
393 // The plugin may call GetPicture in its callback.

Completed in 197 milliseconds