/external/chromium_org/third_party/libjingle/source/talk/sound/ |
sounddevicelocator.h | 35 namespace cricket { namespace 69 } // namespace cricket
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
mediastreamsignaling_unittest.cc | 187 const cricket::MediaSessionOptions& options) { 246 cricket::DataChannelType dct) 262 cricket::DataChannelType type_; 443 cricket::ChannelManager* channel_manager) 459 new cricket::ChannelManager(new cricket::FakeMediaEngine(), 460 new cricket::FakeDeviceManager(), 556 cricket::DataChannelType type, const std::string& label, int id) { 569 talk_base::scoped_ptr<cricket::ChannelManager> channel_manager_; 583 cricket::MediaSessionOptions options [all...] |
mediastreaminterface.h | 44 namespace cricket { namespace 51 } // namespace cricket 119 virtual void RenderFrame(const cricket::VideoFrame* frame) = 0; 230 virtual cricket::AudioRenderer* GetRenderer() { return NULL; }
|
jsepsessiondescription.cc | 34 using cricket::SessionDescription; 93 cricket::SessionDescription* description, 123 const cricket::TransportInfo* transport_info = 129 cricket::Candidate updated_candidate = candidate->candidate();
|
/external/chromium_org/content/renderer/media/webrtc/ |
webrtc_video_capturer_adapter_unittest.cc | 47 void OnFrameCaptured(cricket::VideoCapturer* capturer, 48 const cricket::CapturedFrame* frame) {
|
mock_peer_connection_dependency_factory.cc | 172 bool MockVideoRenderer::RenderFrame(const cricket::VideoFrame* frame) { 206 void MockVideoSource::SetVideoCapturer(cricket::VideoCapturer* capturer) { 210 cricket::VideoCapturer* MockVideoSource::GetVideoCapturer() { 214 void MockVideoSource::AddSink(cricket::VideoRenderer* output) { 218 void MockVideoSource::RemoveSink(cricket::VideoRenderer* output) { 222 cricket::VideoRenderer* MockVideoSource::FrameInput() { 265 const cricket::VideoOptions* MockVideoSource::options() const { 356 virtual cricket::SessionDescription* description() OVERRIDE { 360 virtual const cricket::SessionDescription* description() const OVERRIDE { 415 virtual const cricket::Candidate& candidate() const OVERRIDE [all...] |
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
mediaengine.cc | 30 namespace cricket { namespace 53 namespace cricket { namespace 116 }; // namespace cricket
|
capturerenderadapter.h | 43 namespace cricket { namespace 89 } // namespace cricket
|
constants.cc | 32 namespace cricket { namespace 117 } // namespace cricket
|
constants.h | 35 namespace cricket { namespace 139 } // namespace cricket
|
hybriddataengine.h | 39 namespace cricket { namespace 74 } // namespace cricket
|
/external/chromium_org/third_party/libjingle/source/talk/media/devices/ |
macdevicemanagermm.mm | 42 cricket::DeviceManagerInterface* manager_; 44 - (id)init:(cricket::DeviceManagerInterface*)manager; 49 - (id)init:(cricket::DeviceManagerInterface*)manager { 78 namespace cricket { 139 } // namespace cricket
|
libudevsymboltable.h | 35 namespace cricket { namespace 77 } // namespace cricket
|
mobiledevicemanager.cc | 31 namespace cricket { namespace 76 } // namespace cricket
|
win32deviceinfo.cc | 30 namespace cricket { namespace 62 } // namespace cricket
|
yuvframescapturer.h | 17 namespace cricket { namespace 69 } // namespace cricket
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
stunport_unittest.cc | 49 // Tests connecting a StunPort to a fake STUN server (cricket::StunServer) 61 stun_server_(new cricket::TestStunServer( 66 const cricket::Port* port() const { return stun_port_.get(); } 71 stun_port_.reset(cricket::StunPort::Create( 87 stun_port_.reset(cricket::UDPPort::Create( 122 void OnPortComplete(cricket::Port* port) { 126 void OnPortError(cricket::Port* port) { 140 talk_base::scoped_ptr<cricket::UDPPort> stun_port_; 141 talk_base::scoped_ptr<cricket::TestStunServer> stun_server_; 231 std::string data = "some random data, sending to cricket::Port." [all...] |
rawtransport.h | 35 namespace cricket { namespace 77 } // namespace cricket
|
/external/chromium_org/jingle/glue/ |
pseudotcp_adapter.cc | 16 using cricket::PseudoTcp; 25 class PseudoTcpAdapter::Core : public cricket::IPseudoTcpNotify, 39 // cricket::IPseudoTcpNotify interface. 41 virtual void OnTcpOpen(cricket::PseudoTcp* tcp) OVERRIDE; 42 virtual void OnTcpReadable(cricket::PseudoTcp* tcp) OVERRIDE; 43 virtual void OnTcpWriteable(cricket::PseudoTcp* tcp) OVERRIDE; 45 virtual void OnTcpClosed(cricket::PseudoTcp* tcp, uint32 error) OVERRIDE; 47 virtual WriteResult TcpWritePacket(cricket::PseudoTcp* tcp, 84 cricket::PseudoTcp pseudo_tcp_; 191 DCHECK_EQ(pseudo_tcp_.State(), cricket::PseudoTcp::TCP_LISTEN) [all...] |
channel_socket_adapter_unittest.cc | 30 class MockTransportChannel : public cricket::TransportChannel { 32 MockTransportChannel() : cricket::TransportChannel(std::string(), 0) { 43 MOCK_CONST_METHOD0(GetIceRole, cricket::IceRole()); 44 MOCK_METHOD1(GetStats, bool(cricket::ConnectionInfos* infos));
|
/external/chromium_org/third_party/libjingle/source/talk/media/sctp/ |
sctpdataengine.cc | 45 typedef cricket::SctpDataMediaChannel::StreamSet StreamSet; 104 namespace cricket { namespace 137 cricket::DataMessageType type) { 140 case cricket::DMT_NONE: 142 case cricket::DMT_CONTROL: 144 case cricket::DMT_BINARY: 146 case cricket::DMT_TEXT: 153 cricket::DataMessageType *dest) { 158 *dest = cricket::DMT_BINARY; 163 *dest = cricket::DMT_TEXT [all...] |
/external/chromium_org/content/renderer/media/ |
rtc_video_encoder_factory.cc | 17 // cricket::WebRtcVideoEncoderFactory::VideoCodec 18 cricket::WebRtcVideoEncoderFactory::VideoCodec VEAToWebRTCCodec( 41 return cricket::WebRtcVideoEncoderFactory::VideoCodec( 45 // Translate from cricket::WebRtcVideoEncoderFactory::VideoCodec to 97 const std::vector<cricket::WebRtcVideoEncoderFactory::VideoCodec>&
|
/external/chromium_org/remoting/protocol/ |
content_description.h | 27 class ContentDescription : public cricket::ContentDescription {
|
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
fakewebrtccommon.h | 33 namespace cricket { namespace 64 } // namespace cricket
|
webrtcvideoencoderfactory.h | 39 namespace cricket { namespace 87 } // namespace cricket
|