Searched refs:CreateVideoDecoder (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideodecoderfactory.h44 virtual webrtc::VideoDecoder* CreateVideoDecoder(
H A Dfakewebrtcvideoengine.h110 virtual webrtc::VideoDecoder* CreateVideoDecoder( function in class:cricket::FakeWebRtcVideoDecoderFactory
H A Dwebrtcvideoengine.cc1493 return decoder_factory_->CreateVideoDecoder(type);
/external/chromium_org/content/renderer/media/
H A Drtc_video_decoder_factory.cc24 webrtc::VideoDecoder* RTCVideoDecoderFactory::CreateVideoDecoder( function in class:content::RTCVideoDecoderFactory
26 DVLOG(2) << "CreateVideoDecoder";
H A Drtc_video_decoder_factory.h34 virtual webrtc::VideoDecoder* CreateVideoDecoder(webrtc::VideoCodecType type)
H A Drenderer_gpu_video_accelerator_factories.cc92 return gpu_channel_host_->CreateVideoDecoder(
/external/chromium_org/media/cdm/ppapi/external_clear_key/
H A Dcdm_video_decoder.h39 scoped_ptr<CdmVideoDecoder> CreateVideoDecoder(
H A Dcdm_video_decoder.cc23 scoped_ptr<CdmVideoDecoder> CreateVideoDecoder( function in namespace:media
H A Dclear_key_cdm.cc486 video_decoder_ = CreateVideoDecoder(host_, video_decoder_config);
/external/chromium_org/content/common/gpu/client/
H A Dgpu_channel_host.h127 scoped_ptr<media::VideoDecodeAccelerator> CreateVideoDecoder(
H A Dgpu_channel_host.cc219 scoped_ptr<media::VideoDecodeAccelerator> GpuChannelHost::CreateVideoDecoder( function in class:content::GpuChannelHost
221 TRACE_EVENT0("gpu", "GpuChannelHost::CreateVideoDecoder");
225 return it->second->CreateVideoDecoder();
H A Dcommand_buffer_proxy_impl.h73 scoped_ptr<media::VideoDecodeAccelerator> CreateVideoDecoder();
H A Dcommand_buffer_proxy_impl.cc463 CommandBufferProxyImpl::CreateVideoDecoder() { function in class:content::CommandBufferProxyImpl
/external/chromium_org/ppapi/thunk/
H A Dppb_video_decoder_thunk.cc25 return enter.functions()->CreateVideoDecoder(instance);
H A Dresource_creation_api.h167 virtual PP_Resource CreateVideoDecoder(PP_Instance instance) = 0;
/external/chromium_org/content/renderer/pepper/
H A Dppb_video_decoder_impl.cc139 decoder_ = channel->CreateVideoDecoder(command_buffer_route_id);
H A Dresource_creation_impl.cc308 PP_Resource ResourceCreationImpl::CreateVideoDecoder(PP_Instance instance) { function in class:content::ResourceCreationImpl
H A Dresource_creation_impl.h132 virtual PP_Resource CreateVideoDecoder(PP_Instance instance) OVERRIDE;
H A Dpepper_video_decoder_host.cc136 decoder_ = channel->CreateVideoDecoder(command_buffer_route_id);
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dresource_creation_impl.cc299 PP_Resource ResourceCreationImpl::CreateVideoDecoder(PP_Instance instance) { function in class:mojo::examples::ResourceCreationImpl
H A Dresource_creation_impl.h138 virtual PP_Resource CreateVideoDecoder(PP_Instance instance) OVERRIDE;
/external/chromium_org/ppapi/proxy/
H A Dresource_creation_proxy.h156 virtual PP_Resource CreateVideoDecoder(PP_Instance instance) OVERRIDE;
H A Dresource_creation_proxy.cc379 PP_Resource ResourceCreationProxy::CreateVideoDecoder(PP_Instance instance) { function in class:ppapi::proxy::ResourceCreationProxy
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
H A Dpeerconnection_jni.cc2565 virtual webrtc::VideoDecoder* CreateVideoDecoder(
2586 webrtc::VideoDecoder* MediaCodecVideoDecoderFactory::CreateVideoDecoder( function in class:__anon12617::MediaCodecVideoDecoderFactory

Completed in 453 milliseconds