OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VideoX11Channel
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/webrtc/modules/video_render/linux/
video_x11_render.h
22
class
VideoX11Channel
;
34
VideoX11Channel
* CreateX11RenderChannel(int32_t streamId,
51
std::map<int,
VideoX11Channel
*> _streamIdToX11ChannelMap;
video_x11_render.cc
42
VideoX11Channel
* renderChannel = NULL;
44
std::map<int,
VideoX11Channel
*>::iterator iter =
62
VideoX11Channel
* VideoX11Render::CreateX11RenderChannel(
71
VideoX11Channel
* renderChannel = NULL;
73
std::map<int,
VideoX11Channel
*>::iterator iter =
78
renderChannel = new
VideoX11Channel
(streamId);
85
"Failed to create
VideoX11Channel
for streamId : %d",
106
std::map<int,
VideoX11Channel
*>::iterator iter =
110
VideoX11Channel
*renderChannel = iter->second;
121
"No
VideoX11Channel
object exists for stream id: %d"
[
all
...]
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
();
video_render_linux_impl.cc
103
VideoX11Channel
* renderChannel =
Completed in 47 milliseconds