Searched refs:ScreencastId (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dscreencastid.h4 // Defines variant class ScreencastId that combines WindowId and DesktopId.
17 class ScreencastId;
18 typedef std::vector<ScreencastId> ScreencastIdList;
21 class ScreencastId { class in namespace:cricket
25 // Default constructor indicates invalid ScreencastId.
26 ScreencastId() : type_(INVALID) {} function in class:cricket::ScreencastId
27 explicit ScreencastId(const rtc::WindowId& id) function in class:cricket::ScreencastId
30 explicit ScreencastId(const rtc::DesktopId& id) function in class:cricket::ScreencastId
53 bool EqualsId(const ScreencastId& other) const {
72 ScreencastId i
[all...]
H A Dvideocapturerfactory.h50 virtual VideoCapturer* Create(const ScreencastId& screenid) = 0;
H A Dfakescreencapturerfactory.h44 virtual cricket::VideoCapturer* Create(const ScreencastId& window) {
H A Dmediachannel.h57 class ScreencastId;
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Ddevicemanager.h104 const ScreencastId& screenid) const = 0;
171 const ScreencastId& screenid) const;
H A Ddevicemanager_unittest.cc87 const cricket::ScreencastId& screenid) {
399 cricket::ScreencastId(descriptions.front().id())));
423 cricket::ScreencastId(descriptions.front().id())));
H A Ddevicemanager.cc256 const ScreencastId& screenid) const {
H A Dfakedevicemanager.h109 const ScreencastId& screenid) const {
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dchannelmanager.h163 VideoCapturer* CreateScreenCapturer(const ScreencastId& screenid);
H A Dcall.h117 const ScreencastId& screenid, int fps);
H A Dchannelmanager.cc716 const ScreencastId& screenid) {
H A Dcall.cc486 const ScreencastId& screenid, int fps) {
H A Dchannel_unittest.cc61 using cricket::ScreencastId;
2438 ScreencastId(WindowId(0)));
/external/chromium_org/third_party/libjingle/source/talk/examples/call/
H A Dcallclient.h271 bool SelectFirstDesktopScreencastId(cricket::ScreencastId* screencastid);
H A Dcallclient.cc257 cricket::ScreencastId screencastid;
1575 cricket::ScreencastId* screencastid) {
1594 *screencastid = cricket::ScreencastId(desktops[0].id());

Completed in 442 milliseconds