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

/external/webrtc/webrtc/modules/video_render/linux/
H A Dvideo_x11_channel.cc24 VideoX11Channel::VideoX11Channel(int32_t id) : function in class:webrtc::VideoX11Channel
35 VideoX11Channel::~VideoX11Channel()
46 int32_t VideoX11Channel::RenderFrame(const uint32_t streamId,
58 int32_t VideoX11Channel::FrameSizeChange(int32_t width,
75 int32_t VideoX11Channel::DeliverFrame(const VideoFrame& videoFrame) {
96 int32_t VideoX11Channel::GetFrameSize(int32_t& width, int32_t& height)
104 int32_t VideoX11Channel::Init(Window window, float left, float top,
174 int32_t VideoX11Channel
[all...]
H A Dvideo_x11_channel.h29 class VideoX11Channel: public VideoRenderCallback class in namespace:webrtc
32 VideoX11Channel(int32_t id);
34 virtual ~VideoX11Channel();

Completed in 60 milliseconds