Searched defs:arr_of_csrc (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_rtcp_impl.cc394 uint32_t arr_of_csrc[kRtpCsrcSize]) const {
395 return rtp_sender_.CSRCs(arr_of_csrc);
399 const uint32_t arr_of_csrc[kRtpCsrcSize],
409 module->SetCSRCs(arr_of_csrc, arr_length);
414 rtcp_sender_.SetCSRCs(arr_of_csrc, arr_length);
415 rtp_sender_.SetCSRCs(arr_of_csrc, arr_length);
398 SetCSRCs( const uint32_t arr_of_csrc[kRtpCsrcSize], const uint8_t arr_length) argument
H A Drtp_sender.cc1494 void RTPSender::SetCSRCs(const uint32_t arr_of_csrc[kRtpCsrcSize], argument
1500 csrcs_[i] = arr_of_csrc[i];
1505 int32_t RTPSender::CSRCs(uint32_t arr_of_csrc[kRtpCsrcSize]) const {
1506 assert(arr_of_csrc);
1509 arr_of_csrc[i] = csrcs_[i];

Completed in 74 milliseconds