Searched defs:cricket (Results 276 - 279 of 279) sorted by relevance

<<1112

/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dchannel.cc43 namespace cricket { namespace
1909 VideoFormat format(0, 0, 0, cricket::FOURCC_I420);
1916 format.interval = cricket::VideoFormat::FpsToInterval(view->framerate);
2107 data_channel_type_(cricket::DCT_NONE),
2463 } // namespace cricket
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsdp.cc52 using cricket::AudioContentDescription;
53 using cricket::Candidate;
54 using cricket::Candidates;
55 using cricket::ContentDescription;
56 using cricket::ContentInfo;
57 using cricket::CryptoParams;
58 using cricket::DataContentDescription;
59 using cricket::ICE_CANDIDATE_COMPONENT_RTP;
60 using cricket::ICE_CANDIDATE_COMPONENT_RTCP;
61 using cricket
91 namespace cricket { namespace
[all...]
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvoiceengine.cc61 namespace cricket { namespace
3055 if (flags & cricket::DF_SEND) {
3088 if (flags & cricket::DF_PLAY) {
3722 } // namespace cricket
H A Dwebrtcvideoengine.cc70 bool Changed(cricket::Settable<T> proposed,
71 cricket::Settable<T> original) {
76 bool Changed(cricket::Settable<T> proposed,
77 cricket::Settable<T> original,
84 namespace cricket { namespace
242 const int kVideoCodecClockratekHz = cricket::kVideoCodecClockrate / 1000;
261 // cricket::VideoFrame's elapsed_time_ and the |render_time_ns| as the
262 // cricket::VideoFrame's time_stamp_.
628 if (video_format_ != cricket::VideoFormat()) {
637 if (video_format() == cricket
[all...]

Completed in 183 milliseconds

<<1112