Home
last modified time | relevance | path

Searched defs:CSRC (Results 1 – 9 of 9) sorted by relevance

/external/nanopb-c/examples/simple/
DMakefile9 CSRC = simple.c # The main program macro
/external/syslinux/efi/
DMakefile47 CSRC = $(wildcard $(SRC)/*.c) macro
/external/syslinux/memdisk/
DMakefile46 CSRC = setup.c msetup.c e820func.c conio.c unzip.c dskprobe.c eltorito.c \ macro
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
Drtp_rtcp_test.cc25 unsigned int CSRC, in OnIncomingCSRCChanged()
/external/syslinux/core/
DMakefile44 CSRC := $(shell find $(SRC) -name '*.c' -print) macro
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_utility.cc231 uint32_t CSRC = ByteReader<uint32_t>::ReadBigEndian(ptr); in Parse() local
/external/webrtc/webrtc/modules/rtp_rtcp/include/
Drtp_rtcp_defines.h342 void OnIncomingCSRCChanged(const uint32_t CSRC, const bool added) override {} in OnIncomingCSRCChanged()
/external/webrtc/webrtc/video/
Dvie_channel.cc1200 void ViEChannel::OnIncomingCSRCChanged(const uint32_t CSRC, const bool added) {} in OnIncomingCSRCChanged()
/external/webrtc/webrtc/voice_engine/
Dchannel.cc412 void Channel::OnIncomingCSRCChanged(uint32_t CSRC, bool added) { in OnIncomingCSRCChanged()