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

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
rtpdataengine.cc 177 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)) {
269 StreamParams found_stream; local
270 if (!GetStreamBySsrc(recv_streams_, header.ssrc, &found_stream)) {
277 // << " groupid=" << found_stream.groupid
318 StreamParams found_stream; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/sctp/
sctpdataengine.cc 376 StreamParams found_stream; local
378 if (GetStreamBySsrc(streams_, stream.first_ssrc(), &found_stream)) {
391 StreamParams found_stream; local
392 if (!GetStreamBySsrc(streams_, ssrc, &found_stream)) {
407 StreamParams found_stream; local
408 if (GetStreamBySsrc(streams_, stream.first_ssrc(), &found_stream)) {
444 StreamParams found_stream; local
446 !GetStreamBySsrc(streams_, params.ssrc, &found_stream)) {
555 StreamParams found_stream; local
556 if (!GetStreamBySsrc(streams_, params.ssrc, &found_stream)) {
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
call.cc 167 StreamParams found_stream; local
171 found = recv_streams->GetVideoStream(it->selector, &found_stream);
    [all...]

Completed in 55 milliseconds