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

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_rtcp_impl.cc400 const uint8_t arr_length) {
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.cc1495 const uint8_t arr_length) {
1496 assert(arr_length <= kRtpCsrcSize);
1499 for (int i = 0; i < arr_length; i++) {
1502 num_csrcs_ = arr_length;
1494 SetCSRCs(const uint32_t arr_of_csrc[kRtpCsrcSize], const uint8_t arr_length) argument

Completed in 105 milliseconds