Home
last modified time | relevance | path

Searched refs:static_video_views (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/talk/media/base/
Dstreamparams.h272 StaticVideoViews static_video_views; member
/external/webrtc/talk/session/media/
Dchannel_unittest.cc2523 request.static_video_views.push_back(cricket::StaticVideoView( in TEST_F()
2535 request.static_video_views.clear(); in TEST_F()
2536 request.static_video_views.push_back(cricket::StaticVideoView( in TEST_F()
2545 request.static_video_views.clear(); in TEST_F()
2546 request.static_video_views.push_back(cricket::StaticVideoView( in TEST_F()
2558 request.static_video_views.clear(); in TEST_F()
Dchannel.cc1870 for (view = request.static_video_views.begin(); in ApplyViewRequest_w()
1871 view != request.static_video_views.end(); ++view) { in ApplyViewRequest_w()
1884 for (StaticVideoViews::const_iterator it = request.static_video_views.begin(); in ApplyViewRequest_w()
1885 it != request.static_video_views.end(); ++it) { in ApplyViewRequest_w()