OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RTCP_REPORT_BLOCK_SIZE
(Results
1 - 2
of
2
) sorted by null
/external/opencore/protocols/rtp/src/
rtcp_constants.h
47
const int32
RTCP_REPORT_BLOCK_SIZE
= 24;
rtcp_encoder.cpp
150
int32 size = (num_report_blocks *
RTCP_REPORT_BLOCK_SIZE
) +
159
int32 size = (num_report_blocks *
RTCP_REPORT_BLOCK_SIZE
) +
246
uint size = (num_report_blocks *
RTCP_REPORT_BLOCK_SIZE
) +
320
uint size = (num_report_blocks *
RTCP_REPORT_BLOCK_SIZE
) +
Completed in 2939 milliseconds