Home
last modified time | relevance | path

Searched refs:MD_RECV (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dwebrtcvideoengine.h333 enum MediaDirection { MD_RECV, MD_SEND, MD_SENDRECV }; enumerator
Dwebrtcvideoengine.cc2036 if (!CreateChannel(sp.first_ssrc(), MD_RECV, &channel_id)) { in AddRecvStream()
3270 if (direction == MD_RECV) { in CreateChannel()
3307 if (!CreateChannel(ssrc_key, MD_RECV, out_channel_id)) { in CreateUnsignalledRecvChannel()
3318 const bool receiving = (direction == MD_RECV) || (direction == MD_SENDRECV); in ConfigureChannel()