Searched defs:CSRC (Results 1 - 5 of 5) sorted by relevance

/external/nanopb-c/examples/simple/
H A DMakefile9 CSRC = simple.c # The main program macro
10 CSRC += simple.pb.c # The compiled protocol definition
11 CSRC += $(NANOPB_DIR)/pb_encode.c # The nanopb encoder
12 CSRC += $(NANOPB_DIR)/pb_decode.c # The nanopb decoder
15 simple: $(CSRC)
16 $(CC) $(CFLAGS) -osimple $(CSRC)
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
H A Drtp_rtcp_test.cc25 unsigned int CSRC,
24 OnIncomingCSRCChanged(int channel, unsigned int CSRC, bool added) argument
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtp_utility.cc231 uint32_t CSRC = ByteReader<uint32_t>::ReadBigEndian(ptr); local
233 header->arrOfCSRCs[i] = CSRC;
/external/webrtc/webrtc/video/
H A Dvie_channel.cc1200 void ViEChannel::OnIncomingCSRCChanged(const uint32_t CSRC, const bool added) {} argument
/external/webrtc/webrtc/voice_engine/
H A Dchannel.cc412 void Channel::OnIncomingCSRCChanged(uint32_t CSRC, bool added) { argument
414 "Channel::OnIncomingCSRCChanged(CSRC=%d, added=%d)", CSRC,

Completed in 103 milliseconds