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

  /external/chromium_org/third_party/webrtc/modules/video_render/linux/
video_x11_channel.cc 24 VideoX11Channel::VideoX11Channel(int32_t id) :
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 I420VideoFrame& 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::ChangeWindow(Window window
    [all...]
video_x11_channel.h 29 class VideoX11Channel: public VideoRenderCallback
32 VideoX11Channel(int32_t id);
34 virtual ~VideoX11Channel();

Completed in 1322 milliseconds