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

  /external/chromium_org/third_party/libjingle/source/talk/session/media/
ssrcmuxfilter.cc 70 return FindStream(ssrc);
86 bool SsrcMuxFilter::FindStream(uint32 ssrc) const {
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcpassthroughrender.cc 99 if (FindStream(stream_id) != NULL) {
114 PassthroughStream* stream = FindStream(stream_id);
128 PassthroughStream* stream = FindStream(stream_id);
138 return (FindStream(stream_id) != NULL);
147 PassthroughStream* stream = FindStream(stream_id);
157 PassthroughStream* stream = FindStream(stream_id);
166 // from this const function FindStream.
167 PassthroughStream* WebRtcPassthroughRender::FindStream(

Completed in 198 milliseconds