Home
last modified time | relevance | path

Searched refs:capturer_id (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/desktop_capture/
Ddesktop_frame.h104 uint32_t capturer_id() const { return capturer_id_; } in capturer_id() function
105 void set_capturer_id(uint32_t capturer_id) { capturer_id_ = capturer_id; } in set_capturer_id() argument
Ddesktop_frame.cc133 set_capturer_id(other.capturer_id()); in CopyFrameInfoFrom()
142 set_capturer_id(other->capturer_id()); in MoveFrameInfoFrom()