HomeSort by relevance Sort by last modified time
    Searched refs:SetSendStreamFormat (Results 1 - 11 of 11) 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...]
mediachannel.h     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine.h 256 virtual bool SetSendStreamFormat(uint32 ssrc, const VideoFormat& format);
webrtcvideoengine2.h 229 virtual bool SetSendStreamFormat(uint32 ssrc,
webrtcvideoengine2.cc 845 bool WebRtcVideoChannel2::SetSendStreamFormat(uint32 ssrc,
847 LOG(LS_VERBOSE) << "SetSendStreamFormat:" << ssrc << " -> "
    [all...]
webrtcvideoengine2_unittest.cc 559 WEBRTC_DISABLED_BASE_TEST(SetSendStreamFormat);
    [all...]
webrtcvideoengine.cc     [all...]
webrtcvideoengine_unittest.cc     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel.cc     [all...]

Completed in 412 milliseconds