Searched defs:found_stream (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Drtpdataengine.cc177 StreamParams found_stream; local
178 if (GetStreamBySsrc(send_streams_, stream.first_ssrc(), &found_stream)) {
198 StreamParams found_stream; local
199 if (!GetStreamBySsrc(send_streams_, ssrc, &found_stream)) {
214 StreamParams found_stream; local
215 if (GetStreamBySsrc(recv_streams_, stream.first_ssrc(), &found_stream)) {
272 StreamParams found_stream; local
273 if (!GetStreamBySsrc(recv_streams_, header.ssrc, &found_stream)) {
280 // << " groupid=" << found_stream.groupid
321 StreamParams found_stream; local
[all...]
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dcall.cc185 StreamParams found_stream; local
189 found = recv_streams->GetVideoStream(it->selector, &found_stream);

Completed in 75 milliseconds