HomeSort by relevance Sort by last modified time
    Searched refs:cricket (Results 201 - 225 of 454) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
sessionclient.h 37 namespace cricket { namespace
93 } // namespace cricket
stunserver.h 35 namespace cricket { namespace
76 } // namespace cricket
transportdescriptionfactory.h 37 namespace cricket { namespace
81 } // namespace cricket
p2ptransportchannel.cc 63 cricket::PortInterface::CandidateOrigin GetOrigin(cricket::PortInterface* port,
64 cricket::PortInterface* origin_port) {
66 return cricket::PortInterface::ORIGIN_MESSAGE;
68 return cricket::PortInterface::ORIGIN_THIS_PORT;
70 return cricket::PortInterface::ORIGIN_OTHER_PORT;
74 int CompareConnectionCandidates(cricket::Connection* a,
75 cricket::Connection* b) {
88 int CompareConnections(cricket::Connection *a, cricket::Connection *b)
153 namespace cricket { namespace
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
socketmonitor.h 38 namespace cricket { namespace
69 } // namespace cricket
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
audiomonitor.h 36 namespace cricket { namespace
currentspeakermonitor.cc 35 namespace cricket { namespace
91 cricket::AudioInfo::StreamList::const_iterator stream_list_it;
202 for (std::vector<cricket::StreamParams>::const_iterator
207 for (std::vector<cricket::StreamParams>::const_iterator
221 } // namespace cricket
call.h 49 namespace cricket { namespace
76 void OnMediaStreamsUpdate(Call* call, cricket::Session*,
77 const cricket::MediaStreams&, const cricket::MediaStreams&);
263 StartedCapture(cricket::VideoCapturer* capturer,
264 const cricket::VideoFormat& format) :
268 cricket::VideoCapturer* capturer;
269 cricket::VideoFormat format;
308 } // namespace cricket
  /external/chromium_org/third_party/libjingle/source/talk/sound/
automaticallychosensoundsystem.h 37 namespace cricket { namespace
103 } // namespace cricket
soundsysteminterface.h 35 namespace cricket { namespace
127 } // namespace cricket
soundsystemproxy.cc 30 namespace cricket { namespace
64 } // namespace cricket
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmppclientsettings.h 89 : protocol_(cricket::PROTO_TCP),
98 void set_protocol(cricket::ProtocolType protocol) { protocol_ = protocol; }
107 cricket::ProtocolType protocol() const { return protocol_; }
117 cricket::ProtocolType protocol_;
  /external/chromium_org/jingle/notifier/communicator/
connection_settings.cc 66 cricket::PROTO_SSLTCP :
67 cricket::PROTO_TCP);
  /external/chromium_org/remoting/protocol/
jingle_messages.h 47 const cricket::Candidate& candidate);
50 cricket::Candidate candidate;
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
localaudiosource.cc 45 cricket::AudioOptions* options) {
109 cricket::AudioOptions audio_options;
peerconnection.cc 351 int portallocator_flags = cricket::PORTALLOCATOR_ENABLE_BUNDLE |
352 cricket::PORTALLOCATOR_ENABLE_SHARED_UFRAG |
353 cricket::PORTALLOCATOR_ENABLE_SHARED_SOCKET;
359 portallocator_flags |= cricket::PORTALLOCATOR_ENABLE_IPV6;
364 port_allocator_->set_step_delay(cricket::kMinimumStepDelay);
498 if (session_->data_channel_type() == cricket::DCT_RTP || first_datachannel) {
604 cricket::RelayCredentials credentials(turns[i].username,
606 cricket::RelayServerConfig relay_server(cricket::RELAY_TURN);
607 cricket::ProtocolType protocol
    [all...]
peerconnectioninterface.h 87 namespace cricket { namespace
341 // Factory class used for creating cricket::PortAllocator that is used
371 virtual cricket::PortAllocator* CreatePortAllocator(
483 cricket::VideoCapturer* capturer,
523 cricket::WebRtcVideoEncoderFactory* encoder_factory,
524 cricket::WebRtcVideoDecoderFactory* decoder_factory);
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
conductor.h 47 namespace cricket { namespace
49 } // namespace cricket
78 cricket::VideoCapturer* OpenVideoCaptureDevice();
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
mutedvideocapturer.cc 38 namespace cricket { namespace
127 fourccs->push_back(cricket::FOURCC_I420);
135 } // namespace cricket
screencastid.h 15 namespace cricket { namespace
67 static cricket::ScreencastIdList Convert(const std::vector<T>& list) {
86 } // namespace cricket
rtpdump.cc 44 namespace cricket { namespace
78 cricket::GetRtpPayloadType(&data[0], data.size(), pt);
83 cricket::GetRtpSeqNum(&data[0], data.size(), seq_num);
88 cricket::GetRtpTimestamp(&data[0], data.size(), ts);
93 cricket::GetRtpSsrc(&data[0], data.size(), ssrc);
98 cricket::GetRtpHeaderLen(&data[0], data.size(), len);
103 cricket::GetRtcpType(&data[0], data.size(), type);
424 } // namespace cricket
codec_unittest.cc 31 using cricket::AudioCodec;
32 using cricket::Codec;
33 using cricket::DataCodec;
34 using cricket::FeedbackParam;
35 using cricket::VideoCodec;
36 using cricket::VideoEncoderConfig;
37 using cricket::kCodecParamAssociatedPayloadType;
38 using cricket::kCodecParamMaxBitrate;
39 using cricket::kCodecParamMinBitrate;
testutils.cc 43 namespace cricket { namespace
340 cricket::StreamParams CreateSimStreamParams(
342 cricket::StreamParams sp;
343 cricket::SsrcGroup sg(cricket::kSimSsrcGroupSemantics, ssrcs);
351 cricket::StreamParams CreateSimWithRtxStreamParams(
354 cricket::StreamParams sp = CreateSimStreamParams(cname, ssrcs);
360 cricket::SsrcGroup fid_group(cricket::kFidSsrcGroupSemantics, fid_ssrcs);
366 } // namespace cricket
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
gtkvideorenderer.cc 37 namespace cricket { namespace
90 frame->ConvertToRgbBuffer(cricket::FOURCC_ABGR,
156 } // namespace cricket
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoframe_unittest.cc 34 class WebRtcVideoFrameTest : public VideoFrameTest<cricket::WebRtcVideoFrame> {
45 cricket::CapturedFrame captured_frame;
46 captured_frame.fourcc = cricket::FOURCC_I420;
61 cricket::WebRtcVideoFrame frame;
77 VideoFrameTest<cricket::WebRtcVideoFrame>::X(); \
268 cricket::WebRtcVideoFrame frame1, frame2;

Completed in 430 milliseconds

1 2 3 4 5 6 7 891011>>