OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ModuleVideoRenderImpl
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/video_render/
video_render_impl.cc
35
return new
ModuleVideoRenderImpl
(id, resultVideoRenderType, window,
48
ModuleVideoRenderImpl
::
ModuleVideoRenderImpl
(
83
ModuleVideoRenderImpl
::~
ModuleVideoRenderImpl
()
117
int64_t
ModuleVideoRenderImpl
::TimeUntilNextProcess()
122
int32_t
ModuleVideoRenderImpl
::Process()
129
ModuleVideoRenderImpl
::Window()
135
int32_t
ModuleVideoRenderImpl
::ChangeWindow(void* window)
140
int32_t
ModuleVideoRenderImpl
::Id(
[
all
...]
video_render_internal_impl.cc
72
return new
ModuleVideoRenderImpl
(id, resultVideoRenderType, window,
85
ModuleVideoRenderImpl
::
ModuleVideoRenderImpl
(
207
ModuleVideoRenderImpl
::~
ModuleVideoRenderImpl
()
297
int64_t
ModuleVideoRenderImpl
::TimeUntilNextProcess()
302
int32_t
ModuleVideoRenderImpl
::Process()
309
ModuleVideoRenderImpl
::Window()
315
int32_t
ModuleVideoRenderImpl
::ChangeWindow(void* window)
363
int32_t
ModuleVideoRenderImpl
::Id(
[
all
...]
video_render_impl.h
25
class
ModuleVideoRenderImpl
: public VideoRender
31
ModuleVideoRenderImpl
(const int32_t id,
35
virtual ~
ModuleVideoRenderImpl
();
Completed in 42 milliseconds