OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rtc_options
(Results
1 - 6
of
6
) sorted by null
/external/webrtc/talk/app/webrtc/
peerconnectioninterface_unittest.cc
2265
RTCOfferAnswerOptions
rtc_options
;
local
2277
RTCOfferAnswerOptions
rtc_options
;
local
2291
RTCOfferAnswerOptions
rtc_options
;
local
2305
RTCOfferAnswerOptions
rtc_options
;
local
2318
RTCOfferAnswerOptions
rtc_options
;
local
2334
RTCOfferAnswerOptions
rtc_options
;
local
2349
RTCOfferAnswerOptions
rtc_options
;
local
2365
RTCOfferAnswerOptions
rtc_options
;
local
[
all
...]
peerconnection.cc
448
const PeerConnectionInterface::RTCOfferAnswerOptions&
rtc_options
,
451
if (!IsValidOfferToReceiveMedia(
rtc_options
.offer_to_receive_audio) ||
452
!IsValidOfferToReceiveMedia(
rtc_options
.offer_to_receive_video)) {
456
if (
rtc_options
.offer_to_receive_audio != RTCOfferAnswerOptions::kUndefined) {
457
session_options->recv_audio = (
rtc_options
.offer_to_receive_audio > 0);
459
if (
rtc_options
.offer_to_receive_video != RTCOfferAnswerOptions::kUndefined) {
460
session_options->recv_video = (
rtc_options
.offer_to_receive_video > 0);
463
session_options->vad_enabled =
rtc_options
.voice_activity_detection;
465
rtc_options
.ice_restart;
467
rtc_options
.ice_restart
[
all
...]
peerconnection.h
48
// Populates |session_options| from |
rtc_options
|, and returns true if options
51
const PeerConnectionInterface::RTCOfferAnswerOptions&
rtc_options
,
219
const PeerConnectionInterface::RTCOfferAnswerOptions&
rtc_options
,
webrtcsession_unittest.cc
561
const PeerConnectionInterface::RTCOfferAnswerOptions&
rtc_options
,
563
ASSERT_TRUE(ConvertRtcOptionsForOffer(
rtc_options
, session_options));
566
if (
rtc_options
.offer_to_receive_audio ==
571
if (
rtc_options
.offer_to_receive_video ==
[
all
...]
/external/webrtc/talk/media/webrtc/
webrtcvoiceengine.h
209
rtc::PacketOptions
rtc_options
;
variable
210
rtc_options
.packet_id = options.packet_id;
211
return VoiceMediaChannel::SendPacket(&packet,
rtc_options
);
webrtcvideoengine2.cc
1543
rtc::PacketOptions
rtc_options
;
local
[
all
...]
Completed in 2540 milliseconds