OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CSRC
(Results
1 - 10
of
10
) 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/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/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.25/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 354 milliseconds