HomeSort by relevance Sort by last modified time
    Searched defs:SetSendStreamFormat (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
filemediaengine.h 279 virtual bool SetSendStreamFormat(uint32 ssrc, const VideoFormat& format) {
videoengine_unittest.h 591 bool SetSendStreamFormat(uint32 ssrc, const cricket::VideoCodec& codec) {
592 return channel_->SetSendStreamFormat(ssrc, cricket::VideoFormat(
    [all...]
fakemediaengine.h 501 virtual bool SetSendStreamFormat(uint32 ssrc, const VideoFormat& format) {
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine2.cc 845 bool WebRtcVideoChannel2::SetSendStreamFormat(uint32 ssrc,
847 LOG(LS_VERBOSE) << "SetSendStreamFormat:" << ssrc << " -> "
    [all...]
webrtcvideoengine.cc     [all...]

Completed in 663 milliseconds