Home
last modified time | relevance | path

Searched refs:updated_options (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/talk/session/media/
Dchannel.cc593 rtc::PacketOptions updated_options; in SendPacket() local
594 updated_options = options; in SendPacket()
610 updated_options.packet_time_params.rtp_sendtime_extension_id = in SendPacket()
614 &updated_options.packet_time_params.srtp_packet_index); in SendPacket()
621 &updated_options.packet_time_params.srtp_auth_tag_len); in SendPacket()
623 updated_options.packet_time_params.srtp_auth_key.resize(key_len); in SendPacket()
624 updated_options.packet_time_params.srtp_auth_key.assign( in SendPacket()
665 channel->SendPacket(packet->data<char>(), packet->size(), updated_options, in SendPacket()