OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DCT_RTP
(Results
1 - 11
of
11
) sorted by null
/external/webrtc/talk/app/webrtc/
datachannel.cc
159
if (data_channel_type_ == cricket::
DCT_RTP
) {
225
if (data_channel_type_ == cricket::
DCT_RTP
) {
271
if (data_channel_type_ == cricket::
DCT_RTP
) {
280
ASSERT(data_channel_type_ == cricket::
DCT_RTP
);
325
ASSERT(data_channel_type_ == cricket::
DCT_RTP
);
346
(data_channel_type_ == cricket::
DCT_RTP
) ? receive_ssrc_ : config_.id;
392
if (data_channel_type_ != cricket::
DCT_RTP
) {
437
if (data_channel_type_ == cricket::
DCT_RTP
&& !connected_to_provider_) {
peerconnection.cc
850
if (session_->data_channel_type() == cricket::
DCT_RTP
|| first_datachannel) {
[
all
...]
webrtcsession_unittest.cc
553
if (data_channel_ && session_->data_channel_type() == cricket::
DCT_RTP
) {
[
all
...]
webrtcsession.cc
643
data_channel_type_ = cricket::
DCT_RTP
;
[
all
...]
/external/webrtc/talk/session/media/
channelmanager_unittest.cc
129
transport_controller_, cricket::CN_DATA, false, cricket::
DCT_RTP
);
154
transport_controller_, cricket::CN_DATA, false, cricket::
DCT_RTP
);
181
transport_controller_, cricket::CN_DATA, false, cricket::
DCT_RTP
);
mediasession_unittest.cc
385
options.data_channel_type = cricket::
DCT_RTP
;
550
opts.data_channel_type = cricket::
DCT_RTP
;
589
updated_opts.data_channel_type = cricket::
DCT_RTP
;
615
opts.data_channel_type = cricket::
DCT_RTP
;
[
all
...]
channel.cc
[
all
...]
mediasession.cc
[
all
...]
/external/webrtc/talk/media/base/
mediaengine.h
209
DCT_RTP
= 1,
rtpdataengine.cc
63
if (data_channel_type !=
DCT_RTP
) {
rtpdataengine_unittest.cc
111
cricket::
DCT_RTP
));
Completed in 302 milliseconds