Home
last modified time | relevance | path

Searched defs:CSRC (Results 1 – 7 of 7) sorted by relevance

/external/nanopb-c/examples/simple/
DMakefile9 CSRC = simple.c # The main program macro
/external/grpc-grpc/third_party/nanopb/examples/simple/
DMakefile9 CSRC = simple.c # The main program macro
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
Drtp_rtcp_test.cc25 unsigned int CSRC, in OnIncomingCSRCChanged()
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_utility.cc231 uint32_t CSRC = ByteReader<uint32_t>::ReadBigEndian(ptr); in Parse() local
/external/webrtc/webrtc/modules/rtp_rtcp/include/
Drtp_rtcp_defines.h342 void OnIncomingCSRCChanged(const uint32_t CSRC, const bool added) override {} in OnIncomingCSRCChanged()
/external/webrtc/webrtc/video/
Dvie_channel.cc1200 void ViEChannel::OnIncomingCSRCChanged(const uint32_t CSRC, const bool added) {} in OnIncomingCSRCChanged()
/external/webrtc/webrtc/voice_engine/
Dchannel.cc412 void Channel::OnIncomingCSRCChanged(uint32_t CSRC, bool added) { in OnIncomingCSRCChanged()