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

  /external/webrtc/webrtc/base/
stream.cc 1046 stream_ref_count_ = new StreamRefCount(stream);
1050 stream_ref_count_->AddReference();
1051 return new StreamReference(stream_ref_count_, stream());
1055 stream_ref_count_->Release();
1061 stream_ref_count_(stream_ref_count) {
stream.h 680 StreamRefCount* stream_ref_count_; member in class:rtc::StreamReference

Completed in 77 milliseconds