Searched defs:ProvidePictureBuffers (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/ppapi/c/dev/
H A Dppp_video_decoder_dev.h55 void (*ProvidePictureBuffers)(PP_Instance instance, member in struct:PPP_VideoDecoder_Dev_0_11
/external/chromium_org/ppapi/cpp/dev/
H A Dvideo_decoder_client_dev.cc21 void ProvidePictureBuffers(PP_Instance instance, function in namespace:pp::__anon9978
30 static_cast<VideoDecoderClient_Dev*>(object)->ProvidePictureBuffers(
66 &ProvidePictureBuffers,
/external/chromium_org/ppapi/proxy/
H A Dppp_video_decoder_proxy.cc21 void ProvidePictureBuffers(PP_Instance instance, PP_Resource decoder, function in namespace:ppapi::proxy::__anon10144
72 &ProvidePictureBuffers,
126 CallWhileUnlocked(ppp_video_decoder_impl_->ProvidePictureBuffers,
/external/chromium_org/content/renderer/pepper/
H A Dpepper_video_decoder_host.cc306 void PepperVideoDecoderHost::ProvidePictureBuffers( function in class:content::PepperVideoDecoderHost
H A Dppb_video_decoder_impl.cc232 void PPB_VideoDecoder_Impl::ProvidePictureBuffers( function in class:content::PPB_VideoDecoder_Impl
241 ppp_videodecoder_->ProvidePictureBuffers(pp_instance(),
/external/chromium_org/content/common/gpu/media/
H A Dgpu_video_decode_accelerator.cc165 void GpuVideoDecodeAccelerator::ProvidePictureBuffers( function in class:content::GpuVideoDecodeAccelerator
H A Dvideo_decode_accelerator_unittest.cc236 virtual void ProvidePictureBuffers(uint32 requested_num_of_buffers,
428 void GLRenderingVDAClient::ProvidePictureBuffers( function in class:content::__anon7618::GLRenderingVDAClient
761 // a chance to ProvidePictureBuffers().
/external/chromium_org/content/renderer/media/
H A Drtc_video_decoder.cc297 void RTCVideoDecoder::ProvidePictureBuffers(uint32 count, function in class:content::RTCVideoDecoder
301 DVLOG(3) << "ProvidePictureBuffers. texture_target=" << texture_target;
/external/chromium_org/media/filters/
H A Dgpu_video_decoder.cc316 next_picture_buffer_id_ == 0 || // Decode() will ProvidePictureBuffers().
324 void GpuVideoDecoder::ProvidePictureBuffers(uint32 count, function in class:media::GpuVideoDecoder
327 DVLOG(3) << "ProvidePictureBuffers(" << count << ", "
/external/chromium_org/ppapi/examples/video_decode/
H A Dvideo_decode_dev.cc77 virtual void ProvidePictureBuffers(
101 void ProvidePictureBuffers(
361 void VideoDecodeDemoInstance::ProvidePictureBuffers(PP_Resource decoder, function in class:__anon10069::VideoDecodeDemoInstance
367 client->ProvidePictureBuffers(req_num_of_bufs, dimensions, texture_target);
370 void VideoDecodeDemoInstance::DecoderClient::ProvidePictureBuffers( function in class:__anon10069::VideoDecodeDemoInstance::DecoderClient

Completed in 1082 milliseconds