Lines Matching refs:packet_time_params
76 const rtc::PacketTimeUpdateParams& packet_time_params) { in UpdateRtpAuthTag() argument
78 if (packet_time_params.srtp_auth_key.empty()) { in UpdateRtpAuthTag()
82 size_t tag_length = packet_time_params.srtp_auth_tag_len; in UpdateRtpAuthTag()
97 memcpy(auth_tag, &packet_time_params.srtp_packet_index, kRocLength); in UpdateRtpAuthTag()
103 rtc::ComputeHmac(rtc::DIGEST_SHA_1, &packet_time_params.srtp_auth_key[0], in UpdateRtpAuthTag()
104 packet_time_params.srtp_auth_key.size(), rtp, in UpdateRtpAuthTag()
357 const rtc::PacketTimeUpdateParams& packet_time_params, in ApplyPacketOptions() argument
364 if (packet_time_params.rtp_sendtime_extension_id == -1 && in ApplyPacketOptions()
365 packet_time_params.srtp_auth_key.empty()) { in ApplyPacketOptions()
391 if (packet_time_params.rtp_sendtime_extension_id != -1) { in ApplyPacketOptions()
393 packet_time_params.rtp_sendtime_extension_id, in ApplyPacketOptions()
397 UpdateRtpAuthTag(start, rtp_length, packet_time_params); in ApplyPacketOptions()