Home
last modified time | relevance | path

Searched refs:RemoteVideoSourceDelegate (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/content/renderer/media/webrtc/
Dmedia_stream_remote_video_source.cc22 class MediaStreamRemoteVideoSource::RemoteVideoSourceDelegate class in content::MediaStreamRemoteVideoSource
23 : public base::RefCountedThreadSafe<RemoteVideoSourceDelegate>,
26 RemoteVideoSourceDelegate(
31 friend class base::RefCountedThreadSafe<RemoteVideoSourceDelegate>;
32 virtual ~RemoteVideoSourceDelegate();
56 RemoteVideoSourceDelegate::RemoteVideoSourceDelegate( in RemoteVideoSourceDelegate() function in content::MediaStreamRemoteVideoSource::RemoteVideoSourceDelegate
64 RemoteVideoSourceDelegate::~RemoteVideoSourceDelegate() { in ~RemoteVideoSourceDelegate()
68 RemoteVideoSourceDelegate::SetSize(int width, int height) { in SetSize()
72 RemoteVideoSourceDelegate::RenderFrame( in RenderFrame()
114 base::Bind(&RemoteVideoSourceDelegate::DoRenderFrameOnIOThread, in RenderFrame()
[all …]
Dmedia_stream_remote_video_source.h55 class RemoteVideoSourceDelegate; variable
56 scoped_refptr<RemoteVideoSourceDelegate> delegate_;