Searched refs:DesktopId (Results 1 - 10 of 10) sorted by relevance

/external/webrtc/webrtc/base/
H A Dwindow.h71 class DesktopId { class in namespace:rtc
84 static DesktopId Cast(int id, int index) {
86 return DesktopId(reinterpret_cast<DesktopId::DesktopT>(id), index);
88 return DesktopId(static_cast<DesktopId::DesktopT>(id), index);
92 DesktopId() : id_(0), index_(-1) {} function in class:rtc::DesktopId
93 DesktopId(const DesktopT& id, int index) // NOLINT function in class:rtc::DesktopId
99 bool Equals(const DesktopId& other) const {
H A Dwindowpicker.h40 DesktopDescription(const DesktopId& id, const std::string& title)
43 const DesktopId& id() const { return id_; }
44 void set_id(const DesktopId& id) { id_ = id; }
52 DesktopId id_;
78 virtual bool GetDesktopDimensions(const DesktopId& id, int* width,
H A Dx11windowpicker.h38 bool GetDesktopDimensions(const DesktopId& id,
44 uint8_t* GetDesktopThumbnail(const DesktopId& id, int width, int height);
H A Dmacwindowpicker.h26 bool GetDesktopDimensions(const DesktopId& id,
H A Dwin32windowpicker.h26 virtual bool GetDesktopDimensions(const DesktopId& id, int* width,
H A Dwin32windowpicker.cc78 DesktopId id(h_monitor, static_cast<int>(desktop_desc->size()));
123 bool Win32WindowPicker::GetDesktopDimensions(const DesktopId& id,
H A Dx11windowpicker.cc202 DesktopId id(DesktopId(root_window, i));
406 uint8_t* GetDesktopThumbnail(const DesktopId& id, int width, int height) {
427 bool GetDesktopDimensions(const DesktopId& id, int* width, int* height) {
804 uint8_t* X11WindowPicker::GetDesktopThumbnail(const DesktopId& id,
810 bool X11WindowPicker::GetDesktopDimensions(const DesktopId& id, int* width,
H A Dmacwindowpicker.cc192 DesktopId id(active_displays[i], static_cast<int>(i));
201 bool MacWindowPicker::GetDesktopDimensions(const DesktopId& id,
/external/webrtc/talk/media/base/
H A Dscreencastid.h30 // Defines variant class ScreencastId that combines WindowId and DesktopId.
56 explicit ScreencastId(const rtc::DesktopId& id)
62 const rtc::DesktopId& desktop() const { return desktop_; }
108 rtc::DesktopId desktop_;
/external/webrtc/talk/media/devices/
H A Dfakedevicemanager.h137 const rtc::DesktopId desktop_id =
138 rtc::DesktopId::Cast(id, valid_index);
144 virtual VideoCapturer* CreateDesktopCapturer(rtc::DesktopId desktop) {

Completed in 231 milliseconds