/external/chromium_org/ppapi/c/dev/ |
ppp_video_decoder_dev.h | 82 void (*PictureReady)(PP_Instance instance,
|
/external/chromium_org/ppapi/cpp/dev/ |
video_decoder_client_dev.h | 38 virtual void PictureReady(PP_Resource decoder,
|
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/ppapi/api/dev/ |
ppp_video_decoder_dev.idl | 69 void PictureReady(
|
/external/chromium_org/media/video/ |
video_decode_accelerator.h | 65 virtual void PictureReady(const Picture& picture) = 0;
|
/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/renderer/media/ |
pepper_platform_video_decoder.cc | 102 void PlatformVideoDecoder::PictureReady(const media::Picture& picture) { 104 client_->PictureReady(picture);
|
pepper_platform_video_decoder.h | 39 virtual void PictureReady(const media::Picture& picture) OVERRIDE;
|
rtc_video_decoder.h | 84 virtual void PictureReady(const media::Picture& picture) OVERRIDE; 228 // PictureBuffers given to us by VDA via PictureReady, which we sent forward
|
rtc_video_decoder.cc | 318 // Discards the sync point returned here since PictureReady will imply that 370 void RTCVideoDecoder::PictureReady(const media::Picture& picture) { 371 DVLOG(3) << "PictureReady";
|
/external/chromium_org/content/renderer/pepper/ |
ppb_video_decoder_impl.h | 59 virtual void PictureReady(const media::Picture& picture) OVERRIDE;
|
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/content/common/gpu/media/ |
android_video_decode_accelerator_unittest.cc | 45 virtual void PictureReady(const media::Picture& picture) OVERRIDE {};
|
gpu_video_decode_accelerator.h | 51 virtual void PictureReady(const media::Picture& picture) OVERRIDE;
|
video_decode_accelerator_unittest.cc | 197 // 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) { 298 client_->PictureReady(pending_pictures_.front()); 396 virtual void PictureReady(const media::Picture& picture) OVERRIDE; 613 void GLRenderingVDAClient::PictureReady(const media::Picture& picture) { [all...] |
android_video_decode_accelerator.cc | 178 // PictureReady(). 512 client_->PictureReady(picture);
|
gpu_video_decode_accelerator.cc | 205 void GpuVideoDecodeAccelerator::PictureReady( 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
|
exynos_video_decode_accelerator.cc | [all...] |
dxva_video_decode_accelerator.cc | [all...] |
vaapi_video_decode_accelerator.cc | 387 client_->PictureReady(media::Picture(output_id, input_id));
|
/external/chromium_org/media/filters/ |
gpu_video_decoder.h | 60 virtual void PictureReady(const media::Picture& picture) OVERRIDE; 158 // PictureBuffers given to us by VDA via PictureReady, which we sent forward
|
gpu_video_decoder.cc | 249 // 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) { 425 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); 408 void VideoDecodeDemoInstance::PictureReady(PP_Resource decoder, 532 PictureReady(decoder_picture.first, decoder_picture.second);
|
/external/chromium_org/content/common/gpu/client/ |
gpu_video_decode_accelerator_host.cc | 212 client_->PictureReady(picture);
|