Searched refs:CreateVideoEncoder (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/content/renderer/media/
H A Drtc_video_encoder_factory.h33 virtual webrtc::VideoEncoder* CreateVideoEncoder(
H A Drtc_video_encoder_factory.cc75 webrtc::VideoEncoder* RTCVideoEncoderFactory::CreateVideoEncoder( function in class:content::RTCVideoEncoderFactory
H A Drenderer_gpu_video_accelerator_factories.cc105 return gpu_channel_host_->CreateVideoEncoder(
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideoencoderfactory.h70 virtual webrtc::VideoEncoder* CreateVideoEncoder(
H A Dwebrtcvideoengine2.h119 virtual webrtc::VideoEncoder* CreateVideoEncoder(
H A Dwebrtcvideoengine2.cc199 webrtc::VideoEncoder* WebRtcVideoEncoderFactory2::CreateVideoEncoder( function in class:cricket::WebRtcVideoEncoderFactory2
1523 encoder_factory_->CreateVideoEncoder(codec_settings.codec, options);
H A Dfakewebrtcvideoengine.h191 virtual webrtc::VideoEncoder* CreateVideoEncoder( function in class:cricket::FakeWebRtcVideoEncoderFactory
H A Dwebrtcvideoengine.cc1508 return encoder_factory_->CreateVideoEncoder(type);
/external/chromium_org/content/common/gpu/client/
H A Dgpu_channel_host.h131 scoped_ptr<media::VideoEncodeAccelerator> CreateVideoEncoder(
H A Dgpu_channel_host.cc228 scoped_ptr<media::VideoEncodeAccelerator> GpuChannelHost::CreateVideoEncoder( function in class:content::GpuChannelHost
230 TRACE_EVENT0("gpu", "GpuChannelHost::CreateVideoEncoder");
234 return it->second->CreateVideoEncoder();
H A Dcommand_buffer_proxy_impl.h81 scoped_ptr<media::VideoEncodeAccelerator> CreateVideoEncoder();
H A Dcommand_buffer_proxy_impl.cc471 CommandBufferProxyImpl::CreateVideoEncoder() { function in class:content::CommandBufferProxyImpl
/external/chromium_org/remoting/host/
H A Dclient_session.cc448 CreateVideoEncoder(connection_->session()->config());
492 scoped_ptr<VideoEncoder> ClientSession::CreateVideoEncoder( function in class:remoting::ClientSession
H A Dclient_session.h166 static scoped_ptr<VideoEncoder> CreateVideoEncoder(
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
H A Dpeerconnection_jni.cc1901 virtual webrtc::VideoEncoder* CreateVideoEncoder(webrtc::VideoCodecType type)
1933 webrtc::VideoEncoder* MediaCodecVideoEncoderFactory::CreateVideoEncoder( function in class:__anon12617::MediaCodecVideoEncoderFactory

Completed in 217 milliseconds