Searched defs:PictureReady (Results 1 - 12 of 12) sorted by last modified time

/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/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,
/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/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/media/filters/
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/content/renderer/media/
H A Drtc_video_decoder.cc354 void RTCVideoDecoder::PictureReady(const media::Picture& picture) { function in class:content::RTCVideoDecoder
355 DVLOG(3) << "PictureReady";
/external/chromium_org/content/renderer/pepper/
H A Dpepper_video_decoder_host.cc316 void PepperVideoDecoderHost::PictureReady(const media::Picture& picture) { function in class:content::PepperVideoDecoderHost
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);
/external/chromium_org/content/common/gpu/media/
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 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

Completed in 356 milliseconds