Searched defs:FrameConsumerProxy (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/remoting/client/
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 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...]

Completed in 156 milliseconds