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

  /external/chromium_org/content/browser/renderer_host/media/
video_capture_manager.cc 99 const int capture_session_id = new_capture_session_id_++; local
101 DCHECK(sessions_.find(capture_session_id) == sessions_.end());
102 DVLOG(1) << "VideoCaptureManager::Open, id " << capture_session_id;
105 sessions_[capture_session_id] = device_info.device;
108 // |capture_session_id| to the caller of this function before using that same
112 device_info.device.type, capture_session_id));
113 return capture_session_id;
116 void VideoCaptureManager::Close(int capture_session_id) {
119 DVLOG(1) << "VideoCaptureManager::Close, id " << capture_session_id;
122 sessions_.find(capture_session_id);
    [all...]
media_stream_manager.cc 1274 << "{capture_session_id = " << capture_session_id << "})"; local
    [all...]

Completed in 109 milliseconds