Searched refs:FrameConsumerProxy (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/remoting/client/
H A Dframe_consumer_proxy.cc16 FrameConsumerProxy::FrameConsumerProxy( function in class:remoting::FrameConsumerProxy
24 void FrameConsumerProxy::ApplyBuffer(const webrtc::DesktopSize& view_size,
31 &FrameConsumerProxy::ApplyBuffer, this,
40 void FrameConsumerProxy::ReturnBuffer(webrtc::DesktopFrame* buffer) {
43 &FrameConsumerProxy::ReturnBuffer, this, buffer));
51 void FrameConsumerProxy::SetSourceSize(
56 &FrameConsumerProxy::SetSourceSize, this, source_size, source_dpi));
64 FrameConsumer::PixelFormat FrameConsumerProxy::GetPixelFormat() {
68 FrameConsumerProxy
[all...]
H A Dframe_consumer_proxy.h5 // FrameConsumerProxy is used to allow a FrameConsumer on the UI thread to be
23 class FrameConsumerProxy class in namespace:remoting
24 : public base::RefCountedThreadSafe<FrameConsumerProxy>,
29 FrameConsumerProxy(scoped_refptr<base::SingleThreadTaskRunner> task_runner,
44 friend class base::RefCountedThreadSafe<FrameConsumerProxy>;
45 virtual ~FrameConsumerProxy();
52 DISALLOW_COPY_AND_ASSIGN(FrameConsumerProxy);
H A Dsoftware_video_renderer.h41 scoped_refptr<FrameConsumerProxy> consumer);
H A Dchromoting_client.h36 class FrameConsumerProxy;
H A Dsoftware_video_renderer.cc85 scoped_refptr<FrameConsumerProxy> consumer);
109 scoped_refptr<FrameConsumerProxy> consumer_;
134 scoped_refptr<FrameConsumerProxy> consumer)
322 scoped_refptr<FrameConsumerProxy> consumer)
/external/chromium_org/remoting/client/jni/
H A Dchromoting_jni_instance.h154 scoped_refptr<FrameConsumerProxy> frame_consumer_;
H A Dchromoting_jni_instance.cc378 frame_consumer_ = new FrameConsumerProxy(jni_runtime_->display_task_runner(),
/external/chromium_org/remoting/client/plugin/
H A Dchromoting_instance.h63 class FrameConsumerProxy;
H A Dchromoting_instance.cc728 scoped_refptr<FrameConsumerProxy> consumer_proxy =
729 new FrameConsumerProxy(plugin_task_runner_,

Completed in 179 milliseconds