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
15 simple: $(CSRC)
16 $(CC) $(CFLAGS) -osimple $(CSRC)
/external/tcpdump/
DMakefile.in73 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/
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/libvorbis/doc/
Drfc5215.txt190 | 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/
DMakefile.in90 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/
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()
/external/srtp/doc/
Drfc3711.txt300 | contributing source (CSRC) identifiers | |