Searched refs:rtp_sendtime_extension_id (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dasyncpacketsocket.h43 : rtp_sendtime_extension_id(-1), srtp_auth_tag_len(-1),
47 int rtp_sendtime_extension_id; // extension header id present in packet. member in struct:talk_base::PacketTimeUpdateParams
/external/chromium_org/third_party/webrtc/base/
H A Dasyncpacketsocket.h26 : rtp_sendtime_extension_id(-1), srtp_auth_tag_len(-1),
30 int rtp_sendtime_extension_id; // extension header id present in packet. member in struct:rtc::PacketTimeUpdateParams
/external/chromium_org/content/common/
H A Dp2p_messages.h34 IPC_STRUCT_TRAITS_MEMBER(rtp_sendtime_extension_id)
/external/chromium_org/content/browser/renderer_host/p2p/
H A Dsocket_host.cc183 // if there is no valid |rtp_sendtime_extension_id| and |srtp_auth_key| in
185 if (options.packet_time_params.rtp_sendtime_extension_id == -1 &&
210 if (options.packet_time_params.rtp_sendtime_extension_id != -1) {
213 options.packet_time_params.rtp_sendtime_extension_id, abs_send_time);
H A Dsocket_host_unittest.cc356 options.packet_time_params.rtp_sendtime_extension_id = 3;
H A Dsocket_host_tcp_unittest.cc258 options.packet_time_params.rtp_sendtime_extension_id = 3;
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dchannel.cc483 options.packet_time_params.rtp_sendtime_extension_id =

Completed in 360 milliseconds