HomeSort by relevance Sort by last modified time
    Searched defs:cricket (Results 226 - 250 of 392) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/libjingle/source/talk/session/media/
currentspeakermonitor.cc 33 namespace cricket { namespace
85 cricket::AudioInfo::StreamList::const_iterator stream_list_it;
196 for (std::vector<cricket::StreamParams>::const_iterator
201 for (std::vector<cricket::StreamParams>::const_iterator
208 } // namespace cricket
mediamessages.h 48 namespace cricket { namespace
167 } // namespace cricket
mediarecorder.cc 40 namespace cricket { namespace
224 } // namespace cricket
mediarecorder_unittest.cc 40 namespace cricket { namespace
358 } // namespace cricket
  /external/chromium_org/third_party/libjingle/source/talk/sound/
automaticallychosensoundsystem_unittest.cc 32 namespace cricket { namespace
214 } // namespace cricket
nullsoundsystem.cc 41 namespace cricket { namespace
174 } // namespace cricket
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
candidate.h 35 namespace cricket { namespace
135 } // namespace cricket
p2ptransportchannel.h 51 namespace cricket { namespace
162 } // namespace cricket
portallocator.h 37 namespace cricket { namespace
126 } // namespace cricket
sessionmanager.cc 39 namespace cricket { namespace
131 return cricket::IsSessionMessage(stanza);
296 } // namespace cricket
stunport.cc 36 namespace cricket { namespace
255 } // namespace cricket
  /external/chromium/third_party/libjingle/source/talk/p2p/client/
httpportallocator.cc 90 namespace cricket { namespace
245 } // namespace cricket
  /external/chromium/third_party/libjingle/source/talk/session/phone/
call.h 42 namespace cricket { namespace
142 } // namespace cricket
channelmanager.h 42 namespace cricket { namespace
210 } // namespace cricket
filemediaengine.cc 37 namespace cricket { namespace
252 } // namespace cricket
rtpdump.cc 37 namespace cricket { namespace
336 } // namespace cricket
  /external/chromium/third_party/libjingle/source/talk/session/tunnel/
securetunnelsessionclient.cc 43 namespace cricket { namespace
132 bool FindSecureTunnelContent(const cricket::SessionDescription* sdesc,
382 } // namespace cricket
  /external/chromium_org/remoting/protocol/
transport.h 33 namespace cricket { namespace
35 } // namespace cricket
77 const cricket::Candidate& candidate) = 0;
109 virtual void AddRemoteCandidate(const cricket::Candidate& candidate) = 0;
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
mediastreaminterface.h 44 namespace cricket { namespace
51 } // namespace cricket
116 virtual void RenderFrame(const cricket::VideoFrame* frame) = 0;
136 // VideoFrames rendered to the cricket::VideoRenderer will be rendered on all
138 virtual cricket::VideoRenderer* FrameInput() = 0;
162 virtual cricket::AudioRenderer* GetRenderer() { return NULL; }
statscollector_unittest.cc 46 namespace cricket { namespace
51 } // namespace cricket
61 explicit MockWebRtcSession(cricket::ChannelManager* channel_manager)
65 MOCK_METHOD0(video_channel, cricket::VideoChannel*());
67 MOCK_METHOD1(GetStats, bool(cricket::SessionStats*));
70 class MockVideoMediaChannel : public cricket::FakeVideoMediaChannel {
73 : cricket::FakeVideoMediaChannel(NULL) {
75 // MOCK_METHOD0(transport_channel, cricket::TransportChannel*());
76 MOCK_METHOD1(GetStats, bool(cricket::VideoMediaInfo*));
140 : media_engine_(new cricket::FakeMediaEngine)
    [all...]
webrtcsession.h 44 namespace cricket { namespace
55 } // namespace cricket
97 class WebRtcSession : public cricket::BaseSession,
103 WebRtcSession(cricket::ChannelManager* channel_manager,
106 cricket::PortAllocator* port_allocator,
120 virtual cricket::VoiceChannel* voice_channel() {
123 virtual cricket::VideoChannel* video_channel() {
126 virtual cricket::DataChannel* data_channel() {
130 void set_secure_policy(cricket::SecureMediaPolicy secure_policy);
131 cricket::SecureMediaPolicy secure_policy() const
    [all...]
webrtcsessiondescriptionfactory.h 36 namespace cricket { namespace
41 } // namespace cricket
78 const cricket::MediaSessionOptions& options)
85 cricket::MediaSessionOptions options;
98 cricket::ChannelManager* channel_manager,
104 cricket::DataChannelType dct,
119 void set_secure(cricket::SecureMediaPolicy secure_policy);
120 cricket::SecureMediaPolicy secure() const;
156 cricket::TransportDescriptionFactory transport_desc_factory_;
157 cricket::MediaSessionDescriptionFactory session_desc_factory_
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
codec.h 38 namespace cricket { namespace
303 } // namespace cricket
fakenetworkinterface.h 43 namespace cricket { namespace
247 } // namespace cricket
fakevideorenderer.h 35 namespace cricket { namespace
87 const cricket::VideoFrame* frame) {
140 } // namespace cricket

Completed in 1763 milliseconds

1 2 3 4 5 6 7 8 91011>>