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/webrtc/webrtc/examples/peerconnection/client/
main_wnd.h
61
virtual void
StartLocalRenderer
(webrtc::VideoTrackInterface* local_video) = 0;
96
virtual void
StartLocalRenderer
(webrtc::VideoTrackInterface* local_video);
conductor.cc
406
main_wnd_->
StartLocalRenderer
(video_track);
main_wnd.cc
200
void MainWnd::
StartLocalRenderer
(webrtc::VideoTrackInterface* local_video) {
/external/webrtc/webrtc/examples/peerconnection/client/linux/
main_wnd.h
43
virtual void
StartLocalRenderer
(webrtc::VideoTrackInterface* local_video);
main_wnd.cc
170
void GtkMainWnd::
StartLocalRenderer
(webrtc::VideoTrackInterface* local_video) {
Completed in 144 milliseconds