HomeSort by relevance Sort by last modified time
    Searched refs:cricket (Results 1 - 25 of 544) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
sessionid.h 33 namespace cricket { namespace
35 } // namespace cricket
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
sessionid.h 33 namespace cricket { namespace
35 } // namespace cricket
transport_unittest.cc 40 using cricket::Candidate;
41 using cricket::Candidates;
42 using cricket::Transport;
43 using cricket::FakeTransport;
44 using cricket::TransportChannel;
45 using cricket::FakeTransportChannel;
46 using cricket::IceRole;
47 using cricket::TransportDescription;
48 using cricket::WriteError;
49 using cricket::ParseError
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
cpuid_unittest.cc 38 << cricket::CpuInfo::TestCpuFlag(cricket::CpuInfo::kCpuHasARM);
40 << cricket::CpuInfo::TestCpuFlag(cricket::CpuInfo::kCpuHasNEON);
42 << cricket::CpuInfo::TestCpuFlag(cricket::CpuInfo::kCpuHasX86);
44 << cricket::CpuInfo::TestCpuFlag(cricket::CpuInfo::kCpuHasSSE2);
46 << cricket::CpuInfo::TestCpuFlag(cricket::CpuInfo::kCpuHasSSSE3)
    [all...]
videocapturer_unittest.cc 17 // provide OnVideoFrame-callbacks since they require cricket::CapturedFrame to
18 // be decoded as a cricket::VideoFrame (i.e. an I420 frame). This functionality
25 using cricket::FakeVideoCapturer;
37 class VideoProcessor0 : public cricket::VideoProcessor {
39 virtual void OnFrame(uint32 /*ssrc*/, cricket::VideoFrame* frame,
47 class VideoProcessor1 : public cricket::VideoProcessor {
49 virtual void OnFrame(uint32 /*ssrc*/, cricket::VideoFrame* frame,
61 : capture_state_(cricket::CS_STOPPED),
71 void OnVideoFrame(cricket::VideoCapturer*, const cricket::VideoFrame* frame)
    [all...]
mediacommon.h 33 namespace cricket { namespace
42 } // namespace cricket
fakevideocapturer.h 40 namespace cricket { namespace
43 class FakeVideoCapturer : public cricket::VideoCapturer {
51 std::vector<cricket::VideoFormat> formats;
52 formats.push_back(cricket::VideoFormat(1280, 720,
53 cricket::VideoFormat::FpsToInterval(30), cricket::FOURCC_I420));
54 formats.push_back(cricket::VideoFormat(640, 480,
55 cricket::VideoFormat::FpsToInterval(30), cricket::FOURCC_I420));
56 formats.push_back(cricket::VideoFormat(320, 240
    [all...]
audiorenderer.h 31 namespace cricket { namespace
50 } // namespace cricket
  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediaengine.cc 31 namespace cricket { namespace
40 }; // namespace cricket
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
videosourceinterface.h 42 // Get access to the source implementation of cricket::VideoCapturer.
45 virtual cricket::VideoCapturer* GetVideoCapturer() = 0;
47 virtual void AddSink(cricket::VideoRenderer* output) = 0;
48 virtual void RemoveSink(cricket::VideoRenderer* output) = 0;
49 virtual const cricket::VideoOptions* options() const = 0;
videosourceproxy.h 41 PROXY_METHOD0(cricket::VideoCapturer*, GetVideoCapturer)
42 PROXY_METHOD1(void, AddSink, cricket::VideoRenderer*)
43 PROXY_METHOD1(void, RemoveSink, cricket::VideoRenderer*)
44 PROXY_CONSTMETHOD0(const cricket::VideoOptions*, options)
mediastreamprovider.h 31 namespace cricket { namespace
39 } // namespace cricket
49 cricket::AudioRenderer* renderer) = 0;
53 const cricket::AudioOptions& options,
54 cricket::AudioRenderer* renderer) = 0;
66 cricket::VideoCapturer* camera) = 0;
69 cricket::VideoRenderer* renderer) = 0;
72 const cricket::VideoOptions* options) = 0;
localvideosource.h 40 // cricket::VideoCapturer and make sure the camera is started at a resolution
46 namespace cricket { namespace
50 } // namespace cricket
64 cricket::ChannelManager* channel_manager,
65 cricket::VideoCapturer* capturer,
69 virtual const cricket::VideoOptions* options() const { return &options_; }
71 virtual cricket::VideoCapturer* GetVideoCapturer() {
76 virtual void AddSink(cricket::VideoRenderer* output);
77 virtual void RemoveSink(cricket::VideoRenderer* output);
80 LocalVideoSource(cricket::ChannelManager* channel_manager
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
fakeperiodicvideocapturer.h 28 // FakePeriodicVideoCapturer implements a fake cricket::VideoCapturer that
39 class FakePeriodicVideoCapturer : public cricket::FakeVideoCapturer {
42 std::vector<cricket::VideoFormat> formats;
43 formats.push_back(cricket::VideoFormat(1280, 720,
44 cricket::VideoFormat::FpsToInterval(30), cricket::FOURCC_I420));
45 formats.push_back(cricket::VideoFormat(640, 480,
46 cricket::VideoFormat::FpsToInterval(30), cricket::FOURCC_I420));
47 formats.push_back(cricket::VideoFormat(640, 360
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
dummydevicemanager.cc 30 namespace cricket { namespace
38 }; // namespace cricket
  /external/chromium_org/third_party/libjingle/source/talk/sound/
alsasymboltable.cc 30 namespace cricket { namespace
37 } // namespace cricket
linuxsoundsystem.cc 33 namespace cricket { namespace
42 } // namespace cricket
platformsoundsystem.cc 37 namespace cricket { namespace
48 } // namespace cricket
platformsoundsystem.h 31 namespace cricket { namespace
38 } // namespace cricket
pulseaudiosymboltable.cc 32 namespace cricket { namespace
39 } // namespace cricket
nullsoundsystemfactory.h 33 namespace cricket { namespace
48 } // namespace cricket
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
rtcpmuxfilter_unittest.cc 32 cricket::RtcpMuxFilter filter;
39 filter.SetOffer(true, cricket::CS_LOCAL);
42 filter.SetAnswer(true, cricket::CS_REMOTE);
47 cricket::RtcpMuxFilter filter;
54 filter.SetOffer(true, cricket::CS_REMOTE);
57 filter.SetAnswer(true, cricket::CS_LOCAL);
62 cricket::RtcpMuxFilter filter;
66 filter.SetOffer(true, cricket::CS_REMOTE);
68 filter.SetProvisionalAnswer(false, cricket::CS_LOCAL);
71 filter.SetProvisionalAnswer(true, cricket::CS_LOCAL)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
mediaenginefactory.cc 35 std::vector<cricket::AudioCodec> RequiredAudioCodecs() {
36 std::vector<cricket::AudioCodec> audio_codecs;
38 cricket::AudioCodec(9, "G722", 16000, 0, 1, 0));
40 cricket::AudioCodec(0, "PCMU", 8000, 0, 1, 0));
42 cricket::AudioCodec(13, "CN", 8000, 0, 1, 0));
44 cricket::AudioCodec(105, "CN", 16000, 0, 1, 0));
48 std::vector<cricket::VideoCodec> RequiredVideoCodecs() {
49 std::vector<cricket::VideoCodec> video_codecs;
51 cricket::VideoCodec(97, "H264", 320, 240, 30, 0));
53 cricket::VideoCodec(99, "H264-SVC", 640, 360, 30, 0))
    [all...]
mediaenginefactory.h 35 static cricket::MediaEngineInterface* CreateFileMediaEngine(
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCVideoCapturer+Internal.h 34 @property(nonatomic, assign, readonly) const talk_base::scoped_ptr<cricket::VideoCapturer> &capturer;
36 - (id)initWithCapturer:(cricket::VideoCapturer*)capturer;

Completed in 143 milliseconds

1 2 3 4 5 6 7 8 91011>>