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

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
datachannel.cc 121 if (data_channel_type_ == cricket::DCT_RTP &&
173 if (data_channel_type_ == cricket::DCT_RTP) {
219 if (data_channel_type_ == cricket::DCT_RTP) {
228 ASSERT(data_channel_type_ == cricket::DCT_RTP);
265 ASSERT(data_channel_type_ == cricket::DCT_RTP);
293 (data_channel_type_ == cricket::DCT_RTP) ? receive_ssrc_ : config_.id;
337 if (data_channel_type_ != cricket::DCT_RTP) {
396 if (data_channel_type_ == cricket::DCT_RTP && !connected_to_provider_) {
mediastreamsignaling_unittest.cc     [all...]
mediastreamsignaling.cc 289 if (data_channel->data_channel_type() == cricket::DCT_RTP) {
    [all...]
peerconnection.cc 502 if (session_->data_channel_type() == cricket::DCT_RTP || first_datachannel) {
webrtcsession.cc 539 data_channel_type_ = cricket::DCT_RTP;
    [all...]
webrtcsession_unittest.cc     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediasession_unittest.cc 357 options.data_channel_type = cricket::DCT_RTP;
524 opts.data_channel_type = cricket::DCT_RTP;
563 updated_opts.data_channel_type = cricket::DCT_RTP;
588 opts.data_channel_type = cricket::DCT_RTP;
755 opts.data_channel_type = cricket::DCT_RTP;
    [all...]
channelmanager_unittest.cc 136 false, cricket::DCT_RTP);
160 false, cricket::DCT_RTP);
187 false, cricket::DCT_RTP);
mediasessionclient_unittest.cc     [all...]
channel.cc     [all...]
call.cc 302 DataChannelType data_channel_type = DCT_RTP;
    [all...]
mediasession.cc     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
mediaengine.h 371 DCT_RTP = 1,
rtpdataengine.cc 63 if (data_channel_type != DCT_RTP) {
rtpdataengine_unittest.cc 119 cricket::DCT_RTP));
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
call_main.cc 413 data_channel_type = cricket::DCT_RTP;

Completed in 304 milliseconds