Searched defs:add_ssrc (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dstreamparams.h113 void add_ssrc(uint32 ssrc) { function in struct:cricket::StreamParams
H A Dmediachannel.h704 void add_ssrc(const SsrcSenderInfo& stat) { function in struct:cricket::MediaSenderInfo
709 void add_ssrc(uint32 ssrc) { function in struct:cricket::MediaSenderInfo
712 add_ssrc(stat);
764 void add_ssrc(const SsrcReceiverInfo& stat) { function in struct:cricket::MediaReceiverInfo
769 void add_ssrc(uint32 ssrc) { function in struct:cricket::MediaReceiverInfo
772 add_ssrc(stat);

Completed in 79 milliseconds