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 15 simple: $(CSRC) 16 $(CC) $(CFLAGS) -osimple $(CSRC)
|
/external/tcpdump/ |
D | Makefile.in | 73 CSRC = setsignal.c tcpdump.c 228 SRC = $(CSRC) $(GENSRC) $(LOCALSRC) $(LIBNETDISSECT_SRC) 232 OBJ = $(CSRC:.c=.o) $(GENSRC:.c=.o) $(LIBNETDISSECT_OBJ) 446 … tar cf - $(CSRC) $(HDR) $(LIBNETDISSECT_SRC) $(EXTRA_DIST) $(TEST_DIST) | (cd $$name; tar xf -); \
|
/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/libvorbis/doc/ |
D | rfc5215.txt | 190 | contributing source (CSRC) identifiers | 214 CSRC count (CC): 4 bits 216 The CSRC count is used in accordance with [RFC3550]. 250 SSRC/CSRC identifiers: 253 16 CSRC fields, are as defined in [RFC3550]. 412 | contributing source (CSRC) identifiers | 576 | contributing source (CSRC) identifiers | 744 | contributing source (CSRC) identifiers | 812 | contributing source (CSRC) identifiers | 858 | contributing source (CSRC) identifiers | [all …]
|
/external/libpcap/ |
D | Makefile.in | 90 CSRC = pcap.c inet.c gencode.c optimize.c nametoaddr.c etherent.c \ 96 SRC = $(PSRC) $(FSRC) $(CSRC) $(SSRC) $(GENSRC) 100 OBJ = $(PSRC:.c=.o) $(FSRC:.c=.o) $(CSRC:.c=.o) $(SSRC:.c=.o) $(GENSRC:.c=.o) $(LIBOBJS) 741 tar cf - $(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()
|
/external/srtp/doc/ |
D | rfc3711.txt | 300 | contributing source (CSRC) identifiers | |
|