Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_module_group_test.cc177 const int64 send_channel = i; in TEST_F() local
181 ParseHloString(absl::StrFormat(text, i, send_channel, send_channel, in TEST_F()
/external/webrtc/talk/media/webrtc/
Dwebrtcvoiceengine.cc1995 const int send_channel = GetSendChannelId(receiver_reports_ssrc_); in AddRecvStream() local
1996 if (send_channel != -1) { in AddRecvStream()
1999 engine()->voe()->base()->AssociateSendChannel(channel, send_channel); in AddRecvStream()
2001 << " is associated with channel #" << send_channel << "."; in AddRecvStream()