Searched refs:kRtpCsrcSize (Results 1 - 25 of 34) sorted by relevance

12

/external/chromium_org/third_party/webrtc/video_engine/mock/
H A Dmock_vie_frame_provider_base.h24 const uint32_t CSRC[kRtpCsrcSize]));
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_receiver_impl.h64 virtual int32_t CSRCs(uint32_t array_of_csrc[kRtpCsrcSize]) const OVERRIDE;
66 virtual int32_t Energy(uint8_t array_of_energy[kRtpCsrcSize]) const OVERRIDE;
96 uint32_t current_remote_csrc_[kRtpCsrcSize];
H A Drtp_receiver_strategy.cc46 int RTPReceiverStrategy::Energy(uint8_t array_of_energy[kRtpCsrcSize]) const {
H A Drtp_receiver_audio.h100 int Energy(uint8_t array_of_energy[kRtpCsrcSize]) const OVERRIDE;
131 uint8_t current_remote_energy_[kRtpCsrcSize];
H A Drtp_receiver_strategy.h85 virtual int Energy(uint8_t array_of_energy[kRtpCsrcSize]) const;
H A Drtp_receiver_audio.cc196 rtp_header->type.Audio.numEnergy <= kRtpCsrcSize) {
256 int RTPReceiverAudio::Energy(uint8_t array_of_energy[kRtpCsrcSize]) const {
259 assert(num_energy_ <= kRtpCsrcSize);
H A Drtp_receiver_impl.cc147 int32_t RtpReceiverImpl::CSRCs(uint32_t array_of_csrcs[kRtpCsrcSize]) const {
150 assert(num_csrcs_ <= kRtpCsrcSize);
159 uint8_t array_of_energy[kRtpCsrcSize]) const {
431 uint32_t old_remote_csrc[kRtpCsrcSize];
448 if ((num_csrcs > 0) && (num_csrcs <= kRtpCsrcSize)) {
H A Drtp_sender.h128 int32_t CSRCs(uint32_t arr_of_csrc[kRtpCsrcSize]) const;
132 void SetCSRCs(const uint32_t arr_of_csrc[kRtpCsrcSize],
396 uint32_t csrcs_[kRtpCsrcSize] GUARDED_BY(send_critsect_);
H A Drtcp_sender.h171 int32_t SetCSRCs(const uint32_t arrOfCSRC[kRtpCsrcSize],
330 uint32_t _CSRC[kRtpCsrcSize] GUARDED_BY(_criticalSectionRTCPSender);
H A Drtp_rtcp_impl.h85 virtual int32_t CSRCs(uint32_t arr_of_csrc[kRtpCsrcSize]) const OVERRIDE;
87 virtual int32_t SetCSRCs(const uint32_t arr_of_csrc[kRtpCsrcSize],
H A Drtp_sender.cc1054 if (num_csrcs > kRtpCsrcSize) {
1494 void RTPSender::SetCSRCs(const uint32_t arr_of_csrc[kRtpCsrcSize],
1496 assert(arr_length <= kRtpCsrcSize);
1505 int32_t RTPSender::CSRCs(uint32_t arr_of_csrc[kRtpCsrcSize]) const {
1508 for (int i = 0; i < num_csrcs_ && i < kRtpCsrcSize; i++) {
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
H A Drtp_receiver.h96 virtual int32_t CSRCs(uint32_t array_of_csrc[kRtpCsrcSize]) const = 0;
99 virtual int32_t Energy(uint8_t array_of_energy[kRtpCsrcSize]) const = 0;
H A Drtp_rtcp.h233 uint32_t arrOfCSRC[kRtpCsrcSize]) const = 0;
244 const uint32_t arrOfCSRC[kRtpCsrcSize],
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_frame_provider_base.h33 const uint32_t CSRC[kRtpCsrcSize] = NULL) = 0;
80 const uint32_t CSRC[kRtpCsrcSize] = NULL);
H A Dvie_renderer.h107 const uint32_t CSRC[kRtpCsrcSize] = NULL);
H A Dvie_frame_provider_base.cc50 const uint32_t CSRC[kRtpCsrcSize]) {
H A Dvie_rtp_rtcp_impl.h41 unsigned int CSRCs[kRtpCsrcSize]) const;
H A Dvie_encoder.h99 const uint32_t CSRC[kRtpCsrcSize] = NULL) OVERRIDE;
H A Dvie_renderer.cc141 const uint32_t CSRC[kRtpCsrcSize]) {
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testAPI/
H A Dtest_api.cc53 uint32_t test_CSRC[webrtc::kRtpCsrcSize];
89 uint32_t testOfCSRC[webrtc::kRtpCsrcSize];
H A Dtest_api_rtcp.cc223 uint32_t test_CSRC[webrtc::kRtpCsrcSize];
233 uint32_t testOfCSRC[webrtc::kRtpCsrcSize];
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/mocks/
H A Dmock_rtp_rtcp.h96 int32_t(uint32_t arrOfCSRC[kRtpCsrcSize]));
98 int32_t(const uint32_t arrOfCSRC[kRtpCsrcSize], const uint8_t arrLength));
/external/chromium_org/third_party/webrtc/
H A Dcommon_types.h309 enum {kRtpCsrcSize = 15}; // RFC 3550 page 13 enumerator in enum:webrtc::__anon15731
804 uint32_t arrOfCSRCs[kRtpCsrcSize];
/external/chromium_org/third_party/webrtc/video_engine/include/
H A Dvie_rtp_rtcp.h131 unsigned int CSRCs[kRtpCsrcSize]) const = 0;
/external/webrtc/src/
H A Dcommon_types.h225 enum {kRtpCsrcSize = 15}; // RFC 3550 page 13 enumerator in enum:webrtc::__anon33416

Completed in 2307 milliseconds

12