Searched refs:rtc (Results 1 - 25 of 936) sorted by path

1234567891011>>

/external/chromium_org/content/browser/renderer_host/p2p/
H A Dsocket_dispatcher_host.cc272 const rtc::PacketOptions& options,
H A Dsocket_dispatcher_host.h25 namespace rtc { namespace
87 const rtc::PacketOptions& options,
H A Dsocket_host.cc62 uint16 type = rtc::GetBE16(data);
103 uint16 extension_length_in_32bits = rtc::GetBE16(rtp + 2);
164 const rtc::PacketOptions& options) {
221 const rtc::PacketOptions& options,
286 rtp_length = rtc::GetBE16(&packet[2]);
292 const size_t stun_message_length = rtc::GetBE16(&packet[2]);
323 attr_type = rtc::GetBE16(&packet[rtp_begin]);
324 attr_length = rtc::GetBE16(
401 uint16 profile_id = rtc::GetBE16(rtp);
403 uint16 extension_length_in_32bits = rtc
[all...]
H A Dsocket_host.h23 namespace rtc { namespace
38 const rtc::PacketOptions& options,
77 const rtc::PacketOptions& options,
H A Dsocket_host_tcp.cc333 const rtc::PacketOptions& options,
498 const rtc::PacketOptions& options) {
551 const rtc::PacketOptions& options) {
H A Dsocket_host_tcp.h45 const rtc::PacketOptions& options,
56 const rtc::PacketOptions& options) = 0;
113 const rtc::PacketOptions& options) OVERRIDE;
135 const rtc::PacketOptions& options) OVERRIDE;
H A Dsocket_host_tcp_server.cc122 const rtc::PacketOptions& options,
H A Dsocket_host_tcp_server.h41 const rtc::PacketOptions& options,
H A Dsocket_host_tcp_unittest.cc92 rtc::PacketOptions options;
124 rtc::PacketOptions options;
171 rtc::PacketOptions options;
197 rtc::PacketOptions options;
221 rtc::PacketOptions options;
257 rtc::PacketOptions options;
281 rtc::PacketOptions options;
310 rtc::PacketOptions options;
354 rtc::PacketOptions options;
373 rtc
[all...]
H A Dsocket_host_throttler.cc19 : timing_(new rtc::Timing()),
20 rate_limiter_(new rtc::RateLimiter(kMaxIceMessageBandwidth, 1.0)) {
26 void P2PMessageThrottler::SetTiming(scoped_ptr<rtc::Timing> timing) {
31 rate_limiter_.reset(new rtc::RateLimiter(bandwidth_kbps, 1.0));
H A Dsocket_host_throttler.h11 namespace rtc { namespace
27 void SetTiming(scoped_ptr<rtc::Timing> timing);
32 scoped_ptr<rtc::Timing> timing_;
33 scoped_ptr<rtc::RateLimiter> rate_limiter_;
H A Dsocket_host_udp.cc55 const rtc::PacketOptions& options,
189 const rtc::PacketOptions& options,
H A Dsocket_host_udp.h39 const rtc::PacketOptions& options,
53 const rtc::PacketOptions& options,
59 rtc::PacketOptions packet_options;
H A Dsocket_host_udp_unittest.cc29 class FakeTiming : public rtc::Timing {
200 scoped_ptr<rtc::Timing> timing(new FakeTiming());
224 rtc::PacketOptions options;
250 rtc::PacketOptions options;
274 rtc::PacketOptions options;
299 rtc::PacketOptions options;
320 rtc::PacketOptions options;
337 rtc::PacketOptions options;
366 rtc::PacketOptions options;
H A Dsocket_host_unittest.cc306 rtc::PacketOptions options;
326 rtc::PacketOptions options;
359 rtc::PacketOptions options;
/external/chromium_org/content/common/
H A Dp2p_messages.h23 IPC_ENUM_TRAITS_MIN_MAX_VALUE(rtc::DiffServCodePoint,
24 rtc::DSCP_NO_CHANGE,
25 rtc::DSCP_CS7)
35 IPC_STRUCT_TRAITS_BEGIN(rtc::PacketTimeUpdateParams)
42 IPC_STRUCT_TRAITS_BEGIN(rtc::PacketOptions)
109 rtc::PacketOptions /* packet options */,
/external/chromium_org/content/renderer/media/
H A Dmedia_stream_audio_processor_unittest.cc165 new rtc::RefCountedObject<MediaStreamAudioProcessor>(
185 new rtc::RefCountedObject<MediaStreamAudioProcessor>(
210 new rtc::RefCountedObject<MediaStreamAudioProcessor>(
227 audio_processor = new rtc::RefCountedObject<MediaStreamAudioProcessor>(
244 new rtc::RefCountedObject<MediaStreamAudioProcessor>(
360 new rtc::RefCountedObject<MediaStreamAudioProcessor>(
401 new rtc::RefCountedObject<MediaStreamAudioProcessor>(
421 new rtc::RefCountedObject<MediaStreamAudioProcessor>(
H A Dmock_peer_connection_impl.cc78 typedef std::vector<rtc::scoped_refptr<MediaStreamInterface> >
197 rtc::scoped_refptr<AudioTrackInterface> track_;
210 local_streams_(new rtc::RefCountedObject<MockStreamCollection>),
211 remote_streams_(new rtc::RefCountedObject<MockStreamCollection>),
224 rtc::scoped_refptr<webrtc::StreamCollectionInterface>
229 rtc::scoped_refptr<webrtc::StreamCollectionInterface>
250 rtc::scoped_refptr<DtmfSenderInterface>
255 return new rtc::RefCountedObject<MockDtmfSender>(track);
258 rtc::scoped_refptr<webrtc::DataChannelInterface>
261 return new rtc
[all...]
H A Dmock_peer_connection_impl.h27 virtual rtc::scoped_refptr<webrtc::StreamCollectionInterface>
29 virtual rtc::scoped_refptr<webrtc::StreamCollectionInterface>
36 virtual rtc::scoped_refptr<webrtc::DtmfSenderInterface>
38 virtual rtc::scoped_refptr<webrtc::DataChannelInterface>
127 rtc::scoped_refptr<MockStreamCollection> local_streams_;
128 rtc::scoped_refptr<MockStreamCollection> remote_streams_;
H A Dpeer_connection_identity_service.h41 rtc::scoped_refptr<webrtc::DTLSIdentityRequestObserver>
H A Dpeer_connection_tracker.cc292 rtc::scoped_refptr<InternalStatsObserver> observer(
293 new rtc::RefCountedObject<InternalStatsObserver>(it->second));
H A Drtc_data_channel_handler.cc106 rtc::Buffer buffer(utf8_buffer.c_str(), utf8_buffer.length());
113 rtc::Buffer buffer(data, length);
H A Drtc_peer_connection_handler.cc295 rtc::scoped_refptr<LocalRTCStatsRequest> request_;
296 rtc::scoped_refptr<LocalRTCStatsResponse> response_;
318 response_ = new rtc::RefCountedObject<LocalRTCStatsResponse>(
477 uma_observer_ = new rtc::RefCountedObject<PeerConnectionUMAObserver>();
505 new rtc::RefCountedObject<CreateSessionDescriptionRequest>(
518 new rtc::RefCountedObject<CreateSessionDescriptionRequest>(
533 new rtc::RefCountedObject<CreateSessionDescriptionRequest>(
563 new rtc::RefCountedObject<SetSessionDescriptionRequest>(
588 new rtc::RefCountedObject<SetSessionDescriptionRequest>(
734 new rtc
[all...]
H A Drtc_peer_connection_handler.h36 : public NON_EXPORTED_BASE(rtc::RefCountInterface) {
59 : public NON_EXPORTED_BASE(rtc::RefCountInterface) {
75 rtc::scoped_refptr<LocalRTCStatsResponse> response_;
H A Drtc_peer_connection_handler_unittest.cc97 response_ = new rtc::RefCountedObject<MockRTCStatsResponse>();
473 new rtc::RefCountedObject<MockRTCStatsRequest>());
482 new rtc::RefCountedObject<MockRTCStatsRequest>());
500 new rtc::RefCountedObject<MockRTCStatsRequest>());
517 new rtc::RefCountedObject<MockRTCStatsRequest>());
536 new rtc::RefCountedObject<MockRTCStatsRequest>());

Completed in 1095 milliseconds

1234567891011>>