Searched refs:CSRC (Results 1 – 13 of 13) sorted by relevance
/external/nanopb-c/examples/simple/ |
D | Makefile | 9 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 13 CSRC += $(NANOPB_DIR)/pb_common.c # The nanopb common parts 16 simple: $(CSRC) 17 $(CC) $(CFLAGS) -osimple $(CSRC)
|
/external/grpc-grpc/third_party/nanopb/examples/simple/ |
D | Makefile | 9 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 13 CSRC += $(NANOPB_DIR)/pb_common.c # The nanopb common parts 16 simple: $(CSRC) 17 $(CC) $(CFLAGS) -osimple $(CSRC)
|
/external/tcpdump/ |
D | Makefile.in | 73 CSRC = setsignal.c tcpdump.c 248 SRC = $(CSRC) $(GENSRC) $(LOCALSRC) $(LIBNETDISSECT_SRC) 252 OBJ = $(CSRC:.c=.o) $(GENSRC:.c=.o) $(LIBNETDISSECT_OBJ) 455 … tar cf - $(CSRC) $(HDR) $(LIBNETDISSECT_SRC) $(EXTRA_DIST) $(TEST_DIST) | (cd $$name; tar xf -); \
|
D | Android.bp | 32 // CSRC
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | rtp_utility.cc | 231 uint32_t CSRC = ByteReader<uint32_t>::ReadBigEndian(ptr); in Parse() local 233 header->arrOfCSRCs[i] = CSRC; in Parse()
|
/external/webrtc/webrtc/modules/rtp_rtcp/include/ |
D | rtp_rtcp_defines.h | 218 virtual void OnIncomingCSRCChanged(const uint32_t CSRC, const bool added) = 0; 342 void OnIncomingCSRCChanged(const uint32_t CSRC, const bool added) override {} in OnIncomingCSRCChanged() argument
|
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/ |
D | rtp_rtcp_test.cc | 25 unsigned int CSRC, in OnIncomingCSRCChanged() argument
|
/external/webrtc/webrtc/voice_engine/include/ |
D | voe_rtp_rtcp.h | 53 unsigned int CSRC,
|
/external/libpcap/ |
D | Makefile.in | 92 CSRC = pcap.c gencode.c optimize.c nametoaddr.c etherent.c \ 99 SRC = $(PSRC) $(FSRC) $(CSRC) $(SSRC) $(GENSRC) 103 OBJ = $(PSRC:.c=.o) $(FSRC:.c=.o) $(CSRC:.c=.o) $(SSRC:.c=.o) $(GENSRC:.c=.o) $(LIBOBJS) 747 tar -c --exclude='*~' -f - $(CSRC) $(HDR) $(MAN1) $(MAN3PCAP_EXPAND) \
|
/external/webrtc/webrtc/video/ |
D | vie_channel.h | 196 void OnIncomingCSRCChanged(const uint32_t CSRC, const bool added) override;
|
D | vie_channel.cc | 1200 void ViEChannel::OnIncomingCSRCChanged(const uint32_t CSRC, const bool added) {} in OnIncomingCSRCChanged() argument
|
/external/webrtc/webrtc/voice_engine/ |
D | channel.h | 387 void OnIncomingCSRCChanged(uint32_t CSRC, bool added) override;
|
D | channel.cc | 412 void Channel::OnIncomingCSRCChanged(uint32_t CSRC, bool added) { in OnIncomingCSRCChanged() argument 414 "Channel::OnIncomingCSRCChanged(CSRC=%d, added=%d)", CSRC, in OnIncomingCSRCChanged()
|