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

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
datachannel.cc 76 if (data_channel_type_ == cricket::DCT_RTP &&
132 if (data_channel_type_ == cricket::DCT_RTP) {
208 ASSERT(data_channel_type_ == cricket::DCT_RTP);
224 ASSERT(data_channel_type_ == cricket::DCT_RTP);
252 (data_channel_type_ == cricket::DCT_RTP) ? receive_ssrc_ : config_.id;
310 if (data_channel_type_ == cricket::DCT_RTP && !connected_to_provider_) {
mediastreamsignaling_unittest.cc     [all...]
mediastreamsignaling.cc 248 if (data_channel->data_channel_type() == cricket::DCT_RTP) {
    [all...]
webrtcsession.cc 485 data_channel_type_ = cricket::DCT_RTP;
    [all...]
webrtcsession_unittest.cc     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediasession_unittest.cc 311 options.data_channel_type = cricket::DCT_RTP;
478 opts.data_channel_type = cricket::DCT_RTP;
517 updated_opts.data_channel_type = cricket::DCT_RTP;
542 opts.data_channel_type = cricket::DCT_RTP;
669 opts.data_channel_type = cricket::DCT_RTP;
728 opts.data_channel_type = cricket::DCT_RTP;
    [all...]
channelmanager_unittest.cc 143 false, cricket::DCT_RTP);
167 false, cricket::DCT_RTP);
194 false, cricket::DCT_RTP);
mediasessionclient_unittest.cc     [all...]
channel.cc     [all...]
call.cc 292 DataChannelType data_channel_type = DCT_RTP;
    [all...]
mediasession.cc     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
mediaengine.h 361 DCT_RTP = 1,
rtpdataengine.cc 63 if (data_channel_type != DCT_RTP) {
rtpdataengine_unittest.cc 110 cricket::DCT_RTP));
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
call_main.cc 415 data_channel_type = cricket::DCT_RTP;

Completed in 1111 milliseconds