HomeSort by relevance Sort by last modified time
    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