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

  /external/chromium_org/ppapi/c/dev/
ppp_video_decoder_dev.h 83 void (*PictureReady)(PP_Instance instance,
110 void (*PictureReady)(PP_Instance instance,
127 void (*PictureReady)(PP_Instance instance,
  /external/chromium_org/ppapi/cpp/dev/
video_decoder_client_dev.cc 45 void PictureReady(PP_Instance instance,
52 static_cast<VideoDecoderClient_Dev*>(object)->PictureReady(decoder, *picture);
68 &PictureReady,
  /external/chromium_org/content/renderer/media/
pepper_platform_video_decoder.cc 102 void PlatformVideoDecoder::PictureReady(const media::Picture& picture) {
104 client_->PictureReady(picture);
rtc_video_decoder.cc 279 // Discards the sync point returned here since PictureReady will imply that
331 void RTCVideoDecoder::PictureReady(const media::Picture& picture) {
332 DVLOG(3) << "PictureReady";
  /external/chromium_org/ppapi/proxy/
ppp_video_decoder_proxy.cc 47 void PictureReady(PP_Instance instance, PP_Resource decoder,
76 &PictureReady,
165 CallWhileUnlocked(ppp_video_decoder_impl_->PictureReady,
  /external/chromium_org/content/common/gpu/media/
gpu_video_decode_accelerator.cc 121 void GpuVideoDecodeAccelerator::PictureReady(
video_decode_accelerator_unittest.cc 278 // A wrapper client that throttles the PictureReady callbacks to a given rate.
297 virtual void PictureReady(const media::Picture& picture) OVERRIDE;
347 void ThrottlingVDAClient::PictureReady(const media::Picture& picture) {
379 client_->PictureReady(pending_pictures_.front());
474 virtual void PictureReady(const media::Picture& picture) OVERRIDE;
674 void GLRenderingVDAClient::PictureReady(const media::Picture& picture) {
    [all...]
  /external/chromium_org/content/renderer/pepper/
ppb_video_decoder_impl.cc 255 void PPB_VideoDecoder_Impl::PictureReady(const media::Picture& picture) {
262 ppp_videodecoder_->PictureReady(pp_instance(), pp_resource(), &output);
  /external/chromium_org/media/filters/
gpu_video_decoder.cc 236 // Do nothing. Will be satisfied either by a PictureReady or
345 // Discards the sync point returned here since PictureReady will imply that
405 void GpuVideoDecoder::PictureReady(const media::Picture& picture) {
406 DVLOG(3) << "PictureReady()";
  /external/chromium_org/ppapi/examples/video_decode/
video_decode.cc 84 virtual void PictureReady(PP_Resource decoder, const PP_Picture_Dev& picture);
407 void VideoDecodeDemoInstance::PictureReady(PP_Resource decoder,
531 PictureReady(decoder_picture.first, decoder_picture.second);

Completed in 228 milliseconds