Home
last modified time | relevance | path

Searched refs:CSRCs (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
Drtp_receiver.h96 virtual int32_t CSRCs(uint32_t array_of_csrc[kRtpCsrcSize]) const = 0;
Drtp_rtcp.h232 virtual int32_t CSRCs(
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
Drtp_receiver_impl.h64 virtual int32_t CSRCs(uint32_t array_of_csrc[kRtpCsrcSize]) const OVERRIDE;
Drtp_rtcp_impl.h85 virtual int32_t CSRCs(uint32_t arr_of_csrc[kRtpCsrcSize]) const OVERRIDE;
Drtp_sender.h128 int32_t CSRCs(uint32_t arr_of_csrc[kRtpCsrcSize]) const;
Drtp_receiver_impl.cc147 int32_t RtpReceiverImpl::CSRCs(uint32_t array_of_csrcs[kRtpCsrcSize]) const { in CSRCs() function in webrtc::RtpReceiverImpl
Drtp_rtcp_impl.cc393 int32_t ModuleRtpRtcpImpl::CSRCs( in CSRCs() function in webrtc::ModuleRtpRtcpImpl
395 return rtp_sender_.CSRCs(arr_of_csrc); in CSRCs()
Drtp_sender.cc1505 int32_t RTPSender::CSRCs(uint32_t arr_of_csrc[kRtpCsrcSize]) const { in CSRCs() function in webrtc::RTPSender
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testAPI/
Dtest_api.cc90 EXPECT_EQ(2, module->CSRCs(testOfCSRC)); in TEST_F()
Dtest_api_rtcp.cc234 EXPECT_EQ(2, rtp_receiver2_->CSRCs(testOfCSRC)); in TEST_F()
/external/chromium_org/third_party/webrtc/video_engine/
Dvie_rtp_rtcp_impl.h41 unsigned int CSRCs[kRtpCsrcSize]) const;
Dvie_receiver.cc112 return rtp_receiver_->CSRCs(csrcs); in GetCsrcs()
Dvie_rtp_rtcp_impl.cc180 unsigned int CSRCs[kRtpCsrcSize]) const { in GetRemoteCSRCs()
187 if (vie_channel->GetRemoteCSRC(CSRCs) != 0) { in GetRemoteCSRCs()
Dvie_channel.h146 int32_t GetRemoteCSRC(uint32_t CSRCs[kRtpCsrcSize]);
Dvie_channel.cc859 int32_t ViEChannel::GetRemoteCSRC(uint32_t CSRCs[kRtpCsrcSize]) { in GetRemoteCSRC()
865 memcpy(CSRCs, arrayCSRC, num_csrcs * sizeof(uint32_t)); in GetRemoteCSRC()
/external/chromium_org/third_party/webrtc/video_engine/include/
Dvie_rtp_rtcp.h131 unsigned int CSRCs[kRtpCsrcSize]) const = 0;
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/mocks/
Dmock_rtp_rtcp.h95 MOCK_CONST_METHOD1(CSRCs,