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

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine2_unittest.cc 39 static const cricket::VideoCodec kVp8Codec720p(100, "VP8", 1280, 720, 30, 0);
40 static const cricket::VideoCodec kVp8Codec360p(100, "VP8", 640, 360, 30, 0);
41 static const cricket::VideoCodec kVp8Codec270p(100, "VP8", 480, 270, 30, 0);
42 static const cricket::VideoCodec kVp8Codec180p(100, "VP8", 320, 180, 30, 0);
44 static const cricket::VideoCodec kVp8Codec(100, "VP8", 640, 400, 30, 0);
45 static const cricket::VideoCodec kVp9Codec(101, "VP9", 640, 400, 30, 0);
46 static const cricket::VideoCodec kRedCodec(116, "red", 0, 0, 0, 0);
47 static const cricket::VideoCodec kUlpfecCodec(117, "ulpfec", 0, 0, 0, 0);
52 void VerifyCodecHasDefaultFeedbackParams(const cricket::VideoCodec& codec) {
53 EXPECT_TRUE(codec.HasFeedbackParam(cricket::FeedbackParam
65 namespace cricket { namespace
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
mediastreamhandler_unittest.cc 60 cricket::AudioRenderer* renderer));
62 const cricket::AudioOptions& options,
63 cricket::AudioRenderer* renderer));
72 cricket::VideoCapturer* camera));
75 cricket::VideoRenderer* renderer));
77 const cricket::VideoOptions* options));
85 virtual cricket::VideoCapturer* GetVideoCapturer() {
88 virtual void AddSink(cricket::VideoRenderer* output) {}
89 virtual void RemoveSink(cricket::VideoRenderer* output) {}
91 virtual const cricket::VideoOptions* options() const { return &options_;
    [all...]
fakeportallocatorfactory.h 29 // This implementation creates instances of cricket::FakePortAllocator.
47 virtual cricket::PortAllocator* CreatePortAllocator(
52 return new cricket::FakePortAllocator(talk_base::Thread::Current(), NULL);
jsep.h 39 namespace cricket { namespace
42 } // namespace cricket
67 virtual const cricket::Candidate& candidate() const = 0;
108 virtual cricket::SessionDescription* description() = 0;
109 virtual const cricket::SessionDescription* description() const = 0;
  /external/chromium_org/remoting/jingle_glue/
chromium_port_allocator.h 22 // An implementation of cricket::PortAllocator for libjingle that
25 class ChromiumPortAllocator : public cricket::HttpPortAllocatorBase {
33 // cricket::HttpPortAllocatorBase overrides.
34 virtual cricket::PortAllocatorSession* CreateSessionInternal(
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
autoportallocator.h 41 class AutoPortAllocator : public cricket::HttpPortAllocator {
45 : cricket::HttpPortAllocator(network_manager, user_agent) {
  /external/chromium_org/content/renderer/media/
rtc_video_decoder_factory.h 26 : NON_EXPORTED_BASE(public cricket::WebRtcVideoDecoderFactory) {
  /external/chromium_org/remoting/client/plugin/
pepper_port_allocator.cc 30 : public cricket::HttpPortAllocatorSessionBase {
33 cricket::HttpPortAllocatorBase* allocator,
44 // cricket::HttpPortAllocatorBase overrides.
45 virtual void ConfigReady(cricket::PortConfiguration* config) OVERRIDE;
73 cricket::HttpPortAllocatorBase* allocator,
105 cricket::PortConfiguration* config) {
117 for (cricket::PortConfiguration::RelayList::iterator relay =
119 cricket::PortList filtered_ports;
120 for (cricket::PortList::iterator port =
122 if (port->proto == cricket::PROTO_UDP)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCI420Frame.mm 34 talk_base::scoped_ptr<cricket::VideoFrame> _videoFrame;
85 - (instancetype)initWithVideoFrame:(cricket::VideoFrame*)videoFrame {
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
audioframe.h 31 namespace cricket { namespace
62 } // namespace cricket
cpuid.h 33 namespace cricket { namespace
74 } // namespace cricket
mutedvideocapturer.h 34 namespace cricket { namespace
58 } // namespace cricket
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
gtkvideorenderer.h 27 // cricket::VideoRenderer via GTK.
38 namespace cricket { namespace
67 } // namespace cricket
libudevsymboltable.cc 34 namespace cricket { namespace
72 } // namespace cricket
videorendererfactory.h 40 namespace cricket { namespace
64 } // namespace cricket
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transportchannel.cc 31 namespace cricket { namespace
60 } // namespace cricket
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
bundlefilter.h 37 namespace cricket { namespace
42 // cricket::BaseChannel to know all the valid sources, else media channel
45 // This class determines whether a packet is destined for cricket::BaseChannel.
53 // Determines packet belongs to valid cricket::BaseChannel.
78 } // namespace cricket
rtcpmuxfilter.h 34 namespace cricket { namespace
84 } // namespace cricket
soundclip.h 40 namespace cricket { namespace
68 } // namespace cricket
  /external/chromium_org/third_party/libjingle/source/talk/sound/
nullsoundsystem.h 33 namespace cricket { namespace
68 } // namespace cricket
soundsystemproxy.h 34 namespace cricket { namespace
62 } // namespace cricket
  /external/chromium_org/content/renderer/media/webrtc/
webrtc_local_audio_track_adapter.h 17 namespace cricket { namespace
33 : NON_EXPORTED_BASE(public cricket::AudioRenderer),
73 // cricket::AudioCapturer implementation.
79 virtual cricket::AudioRenderer* GetRenderer() OVERRIDE;
webrtc_video_capturer_adapter.cc 28 cricket::CaptureState WebRtcVideoCapturerAdapter::Start(
29 const cricket::VideoFormat& capture_format) {
36 return cricket::CS_RUNNING;
45 SignalStateChange(this, cricket::CS_STOPPED);
58 fourccs->push_back(cricket::FOURCC_I420);
67 const cricket::VideoFormat& desired,
68 cricket::VideoFormat* best_format) {
79 best_format->fourcc = cricket::FOURCC_I420;
100 cricket::CapturedFrame captured_frame;
103 // cricket::CapturedFrame time is in nanoseconds
    [all...]
  /external/chromium_org/content/renderer/p2p/
port_allocator.cc 75 : cricket::BasicPortAllocator(network_manager, socket_factory),
81 flags |= cricket::PORTALLOCATOR_DISABLE_TCP;
89 cricket::PortAllocatorSession* P2PPortAllocator::CreateSessionInternal(
104 : cricket::BasicPortAllocatorSession(
261 cricket::PortConfiguration* port_config = new cricket::PortConfiguration(
266 cricket::RelayCredentials credentials(config.relays[i].username,
268 cricket::RelayServerConfig relay_server(cricket::RELAY_TURN);
269 cricket::ProtocolType protocol
    [all...]
  /external/chromium_org/remoting/protocol/
transport.h 33 namespace cricket { namespace
35 } // namespace cricket
76 const cricket::Candidate& candidate) = 0;
100 virtual void AddRemoteCandidate(const cricket::Candidate& candidate) = 0;

Completed in 908 milliseconds

1 2 3 4 56 7 8 91011>>