Searched refs:PictureReady (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/ppapi/c/dev/
H A Dppp_video_decoder_dev.h82 void (*PictureReady)(PP_Instance instance, member in struct:PPP_VideoDecoder_Dev_0_11
/external/chromium_org/ppapi/cpp/dev/
H A Dvideo_decoder_client_dev.cc45 void PictureReady(PP_Instance instance, function in namespace:pp::__anon10048
52 static_cast<VideoDecoderClient_Dev*>(object)->PictureReady(decoder, *picture);
68 &PictureReady,
H A Dvideo_decoder_client_dev.h38 virtual void PictureReady(PP_Resource decoder,
/external/chromium_org/ppapi/api/dev/
H A Dppp_video_decoder_dev.idl69 void PictureReady(
/external/chromium_org/ppapi/proxy/
H A Dppp_video_decoder_proxy.cc47 void PictureReady(PP_Instance instance, PP_Resource decoder, function in namespace:ppapi::proxy::__anon10206
76 &PictureReady,
165 CallWhileUnlocked(ppp_video_decoder_impl_->PictureReady,
/external/chromium_org/content/renderer/media/
H A Dpepper_platform_video_decoder.cc102 void PlatformVideoDecoder::PictureReady(const media::Picture& picture) { function in class:content::PlatformVideoDecoder
104 client_->PictureReady(picture);
H A Dpepper_platform_video_decoder.h39 virtual void PictureReady(const media::Picture& picture) OVERRIDE;
H A Drtc_video_decoder.h84 virtual void PictureReady(const media::Picture& picture) OVERRIDE;
228 // PictureBuffers given to us by VDA via PictureReady, which we sent forward
H A Drtc_video_decoder.cc318 // Discards the sync point returned here since PictureReady will imply that
370 void RTCVideoDecoder::PictureReady(const media::Picture& picture) { function in class:content::RTCVideoDecoder
371 DVLOG(3) << "PictureReady";
/external/chromium_org/content/common/gpu/media/
H A Dandroid_video_decode_accelerator_unittest.cc45 virtual void PictureReady(const media::Picture& picture) OVERRIDE {};
H A Dgpu_video_decode_accelerator.h51 virtual void PictureReady(const media::Picture& picture) OVERRIDE;
H A Dvideo_decode_accelerator_unittest.cc197 // A wrapper client that throttles the PictureReady callbacks to a given rate.
216 virtual void PictureReady(const media::Picture& picture) OVERRIDE;
266 void ThrottlingVDAClient::PictureReady(const media::Picture& picture) { function in class:content::__anon8366::ThrottlingVDAClient
298 client_->PictureReady(pending_pictures_.front());
396 virtual void PictureReady(const media::Picture& picture) OVERRIDE;
613 void GLRenderingVDAClient::PictureReady(const media::Picture& picture) { function in class:content::__anon8366::GLRenderingVDAClient
H A Dandroid_video_decode_accelerator.cc178 // PictureReady().
512 client_->PictureReady(picture);
H A Dgpu_video_decode_accelerator.cc205 void GpuVideoDecodeAccelerator::PictureReady( function in class:content::GpuVideoDecodeAccelerator
207 // VDA may call PictureReady on IO thread. SetTextureCleared should run on
208 // the child thread. VDA is responsible to call PictureReady on the child
H A Dexynos_video_decode_accelerator.cc1305 SendPictureReady(); // Send all pending PictureReady.
1393 SendPictureReady(); // Send all pending PictureReady.
1985 FROM_HERE, base::Bind(&Client::PictureReady, io_client_, picture));
1996 // pictures to ensure PictureReady arrive before reset or flush done.
1999 base::Bind(&Client::PictureReady, client_, picture),
2000 // Unretained is safe. If Client::PictureReady gets to run, |this| is
H A Ddxva_video_decode_accelerator.cc1003 client_->PictureReady(picture);
H A Dvaapi_video_decode_accelerator.cc387 client_->PictureReady(media::Picture(output_id, input_id));
/external/chromium_org/media/video/
H A Dvideo_decode_accelerator.h65 virtual void PictureReady(const Picture& picture) = 0;
/external/chromium_org/content/renderer/pepper/
H A Dppb_video_decoder_impl.h59 virtual void PictureReady(const media::Picture& picture) OVERRIDE;
H A Dppb_video_decoder_impl.cc255 void PPB_VideoDecoder_Impl::PictureReady(const media::Picture& picture) { function in class:content::PPB_VideoDecoder_Impl
262 ppp_videodecoder_->PictureReady(pp_instance(), pp_resource(), &output);
/external/chromium_org/media/filters/
H A Dgpu_video_decoder.h60 virtual void PictureReady(const media::Picture& picture) OVERRIDE;
158 // PictureBuffers given to us by VDA via PictureReady, which we sent forward
H A Dgpu_video_decoder.cc249 // Do nothing. Will be satisfied either by a PictureReady or
365 // Discards the sync point returned here since PictureReady will imply that
424 void GpuVideoDecoder::PictureReady(const media::Picture& picture) { function in class:media::GpuVideoDecoder
425 DVLOG(3) << "PictureReady()";
/external/chromium_org/ppapi/examples/video_decode/
H A Dvideo_decode.cc84 virtual void PictureReady(PP_Resource decoder, const PP_Picture_Dev& picture);
408 void VideoDecodeDemoInstance::PictureReady(PP_Resource decoder, function in class:__anon10125::VideoDecodeDemoInstance
532 PictureReady(decoder_picture.first, decoder_picture.second);
/external/chromium_org/content/common/gpu/client/
H A Dgpu_video_decode_accelerator_host.cc212 client_->PictureReady(picture);

Completed in 792 milliseconds