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

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_rtcp_config.h 32 enum { kRtcpAppCode_DATA_SIZE = 32*4}; // multiple of 4, this is not a limitation of the size
rtcp_receiver_help.cc 60 // Don't copy more than kRtcpAppCode_DATA_SIZE bytes.
62 if (size > kRtcpAppCode_DATA_SIZE) {
63 copySize = kRtcpAppCode_DATA_SIZE;
rtcp_utility.cc     [all...]
rtcp_utility.h 213 uint8_t Data[kRtcpAppCode_DATA_SIZE];
rtcp_packet.h 435 assert(data_length <= kRtcpAppCode_DATA_SIZE);

Completed in 67 milliseconds