OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StartLocalRenderer
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
main_wnd.h
78
virtual void
StartLocalRenderer
(webrtc::VideoTrackInterface* local_video) = 0;
112
virtual void
StartLocalRenderer
(webrtc::VideoTrackInterface* local_video);
conductor.cc
368
main_wnd_->
StartLocalRenderer
(video_track);
main_wnd.cc
193
void MainWnd::
StartLocalRenderer
(webrtc::VideoTrackInterface* local_video) {
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/linux/
main_wnd.h
59
virtual void
StartLocalRenderer
(webrtc::VideoTrackInterface* local_video);
main_wnd.cc
187
void GtkMainWnd::
StartLocalRenderer
(webrtc::VideoTrackInterface* local_video) {
Completed in 48 milliseconds