Home
last modified time | relevance | path

Searched refs:CSRC (Results 1 – 13 of 13) sorted by relevance

/external/nanopb-c/examples/simple/
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
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/
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
13 CSRC += $(NANOPB_DIR)/pb_common.c # The nanopb common parts
16 simple: $(CSRC)
17 $(CC) $(CFLAGS) -osimple $(CSRC)
/external/tcpdump/
DMakefile.in73 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 -); \
DAndroid.bp32 // CSRC
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_utility.cc231 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/
Drtp_rtcp_defines.h218 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/
Drtp_rtcp_test.cc25 unsigned int CSRC, in OnIncomingCSRCChanged() argument
/external/webrtc/webrtc/voice_engine/include/
Dvoe_rtp_rtcp.h53 unsigned int CSRC,
/external/libpcap/
DMakefile.in92 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/
Dvie_channel.h196 void OnIncomingCSRCChanged(const uint32_t CSRC, const bool added) override;
Dvie_channel.cc1200 void ViEChannel::OnIncomingCSRCChanged(const uint32_t CSRC, const bool added) {} in OnIncomingCSRCChanged() argument
/external/webrtc/webrtc/voice_engine/
Dchannel.h387 void OnIncomingCSRCChanged(uint32_t CSRC, bool added) override;
Dchannel.cc412 void Channel::OnIncomingCSRCChanged(uint32_t CSRC, bool added) { in OnIncomingCSRCChanged() argument
414 "Channel::OnIncomingCSRCChanged(CSRC=%d, added=%d)", CSRC, in OnIncomingCSRCChanged()