HomeSort by relevance Sort by last modified time
    Searched refs:StartedCapture (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/session/media/
call.h 238 struct StartedCapture {
239 StartedCapture(cricket::VideoCapturer* capturer,
247 typedef std::map<uint32, StartedCapture> StartedScreencastMap;
call.cc 514 // handle), remove this StartedCapture stuff.
516 std::make_pair(ssrc, StartedCapture(capturer, format)));
    [all...]

Completed in 920 milliseconds