HomeSort by relevance Sort by last modified time
    Searched refs:CSRC (Results 1 - 14 of 14) sorted by null

  /external/nanopb-c/examples/simple/
Makefile 9 CSRC = simple.c # The main program
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/syslinux/core/
Makefile 44 CSRC := $(shell find $(SRC) -name '*.c' -print)
48 ALLSRC = $(NASMSRC) $(NASMHDR) $(CSRC) $(SSRC) $(CHDR) $(OTHERSRC)
50 COBJ := $(subst $(SRC)/,,$(patsubst %.c,%.o,$(CSRC)))
  /external/syslinux/efi/
Makefile 47 CSRC = $(wildcard $(SRC)/*.c)
48 OBJS = $(subst $(SRC)/,,$(filter-out %wrapper.o, $(patsubst %.c,%.o,$(CSRC))))
  /external/webrtc/webrtc/voice_engine/include/
voe_rtp_rtcp.h 13 // - Callbacks for RTP and RTCP events such as modified SSRC or CSRC.
53 unsigned int CSRC,
  /external/webrtc/webrtc/voice_engine/test/auto_test/standard/
rtp_rtcp_test.cc 25 unsigned int CSRC,
  /external/webrtc/webrtc/modules/rtp_rtcp/include/
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 {}
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_utility.cc 231 uint32_t CSRC = ByteReader<uint32_t>::ReadBigEndian(ptr);
233 header->arrOfCSRCs[i] = CSRC;
  /external/syslinux/memdisk/
Makefile 46 CSRC = setup.c msetup.c e820func.c conio.c unzip.c dskprobe.c eltorito.c \
  /external/tcpdump/
Android.mk 5 # CSRC
  /external/webrtc/webrtc/video/
vie_channel.h 196 void OnIncomingCSRCChanged(const uint32_t CSRC, const bool added) override;
vie_channel.cc     [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
d10v-opc.c 164 #define CSRC (ATMINUS + 1) /* control register */
166 #define CDST (CSRC + 1) /* control register */
274 { "mvfc", SHORT_2, 1, MU, PAR, 0x5200, 0x7e01, { RDST, CSRC } },
  /external/webrtc/webrtc/voice_engine/
channel.h 387 void OnIncomingCSRCChanged(uint32_t CSRC, bool added) override;
channel.cc 412 void Channel::OnIncomingCSRCChanged(uint32_t CSRC, bool added) {
414 "Channel::OnIncomingCSRCChanged(CSRC=%d, added=%d)", CSRC,
    [all...]

Completed in 426 milliseconds