HomeSort by relevance Sort by last modified time
    Searched defs:FrameConsumerProxy (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/remoting/client/
frame_consumer_proxy.cc 16 FrameConsumerProxy::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::~FrameConsumerProxy()
    [all...]
frame_consumer_proxy.h 5 // FrameConsumerProxy is used to allow a FrameConsumer on the UI thread to be
23 class FrameConsumerProxy
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);

Completed in 107 milliseconds