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

12

/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::__anon9978
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.cc45 void PictureReady(PP_Instance instance, PP_Resource decoder, function in namespace:ppapi::proxy::__anon10144
74 &PictureReady,
152 CallWhileUnlocked(ppp_video_decoder_impl_->PictureReady,
/external/chromium_org/content/common/gpu/media/
H A Dandroid_video_decode_accelerator_unittest.cc44 virtual void PictureReady(const media::Picture& picture) OVERRIDE {};
H A Dgpu_video_decode_accelerator.h50 virtual void PictureReady(const media::Picture& picture) OVERRIDE;
H A Dandroid_video_decode_accelerator.cc178 // PictureReady().
541 client_->PictureReady(picture);
H A Dgpu_video_decode_accelerator.cc199 void GpuVideoDecodeAccelerator::PictureReady( function in class:content::GpuVideoDecodeAccelerator
201 // VDA may call PictureReady on IO thread. SetTextureCleared should run on
202 // the child thread. VDA is responsible to call PictureReady on the child
H A Dvt_video_decode_accelerator.cc493 client_->PictureReady(media::Picture(
H A Dvideo_decode_accelerator_unittest.cc240 virtual void PictureReady(const media::Picture& picture) OVERRIDE;
463 void GLRenderingVDAClient::PictureReady(const media::Picture& picture) { function in class:content::__anon7618::GLRenderingVDAClient
H A Dv4l2_video_decode_accelerator.cc1263 SendPictureReady(); // Send all pending PictureReady.
1350 SendPictureReady(); // Send all pending PictureReady.
1877 FROM_HERE, base::Bind(&Client::PictureReady, io_client_, picture));
1888 // pictures to ensure PictureReady arrive before reset or flush done.
1891 base::Bind(&Client::PictureReady, client_, picture),
1892 // Unretained is safe. If Client::PictureReady gets to run, |this| is
/external/chromium_org/content/renderer/pepper/
H A Dppb_video_decoder_impl.h53 virtual void PictureReady(const media::Picture& picture) OVERRIDE;
H A Dppb_video_decoder_impl.cc248 void PPB_VideoDecoder_Impl::PictureReady(const media::Picture& picture) { function in class:content::PPB_VideoDecoder_Impl
258 ppp_videodecoder_->PictureReady(pp_instance(), pp_resource(), &output);
H A Dpepper_video_decoder_host.h64 virtual void PictureReady(const media::Picture& picture) OVERRIDE;
H A Dpepper_video_decoder_host.cc316 void PepperVideoDecoderHost::PictureReady(const media::Picture& picture) { function in class:content::PepperVideoDecoderHost
H A Dvideo_decoder_shim.cc537 host_->PictureReady(
/external/chromium_org/media/video/
H A Dvideo_decode_accelerator.h59 virtual void PictureReady(const Picture& picture) = 0;
142 // PictureReady should be run on the child thread if a picture is delivered
/external/chromium_org/media/filters/
H A Dgpu_video_decoder.h61 virtual void PictureReady(const media::Picture& picture) OVERRIDE;
157 // PictureBuffers given to us by VDA via PictureReady, which we sent forward
H A Dgpu_video_decoder.cc412 void GpuVideoDecoder::PictureReady(const media::Picture& picture) { function in class:media::GpuVideoDecoder
413 DVLOG(3) << "PictureReady()";
/external/chromium_org/native_client_sdk/src/examples/api/video_decode/
H A Dvideo_decode.cc173 void PictureReady(int32_t result, PP_VideoPicture picture);
277 // PictureReady to continuously receive pictures as they're decoded.
279 callback_factory_.NewCallbackWithOutput(&Decoder::PictureReady));
333 void Decoder::PictureReady(int32_t result, PP_VideoPicture picture) { function in class:__anon8890::Decoder
346 callback_factory_.NewCallbackWithOutput(&Decoder::PictureReady));
/external/chromium_org/ppapi/examples/video_decode/
H A Dvideo_decode.cc174 void PictureReady(int32_t result, PP_VideoPicture picture);
278 // PictureReady to continuously receive pictures as they're decoded.
280 callback_factory_.NewCallbackWithOutput(&Decoder::PictureReady));
334 void Decoder::PictureReady(int32_t result, PP_VideoPicture picture) { function in class:__anon10068::Decoder
347 callback_factory_.NewCallbackWithOutput(&Decoder::PictureReady));
H A Dvideo_decode_dev.cc84 virtual void PictureReady(PP_Resource decoder, const PP_Picture_Dev& picture);
411 void VideoDecodeDemoInstance::PictureReady(PP_Resource decoder, function in class:__anon10069::VideoDecodeDemoInstance
535 PictureReady(decoder_picture.first, decoder_picture.second);
/external/chromium_org/content/common/gpu/client/
H A Dgpu_video_decode_accelerator_host.cc241 client_->PictureReady(picture);
/external/chromium_org/content/renderer/media/
H A Drtc_video_decoder.h82 virtual void PictureReady(const media::Picture& picture) OVERRIDE;
216 // PictureBuffers given to us by VDA via PictureReady, which we sent forward

Completed in 337 milliseconds

12