OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BitrateSent
(Results
1 - 7
of
7
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_rtcp.h
280
virtual void
BitrateSent
(uint32_t* totalRate,
/external/webrtc/webrtc/modules/rtp_rtcp/mocks/
mock_rtp_rtcp.h
114
MOCK_CONST_METHOD4(
BitrateSent
,
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_rtcp_impl.h
300
void
BitrateSent
(uint32_t* total_rate,
rtp_rtcp_impl.cc
352
BitrateSent
(&state.send_bitrate, &tmp, &tmp, &tmp);
876
void ModuleRtpRtcpImpl::
BitrateSent
(uint32_t* total_rate,
880
*total_rate = rtp_sender_.
BitrateSent
();
rtp_sender.h
307
uint32_t
BitrateSent
() const;
rtp_sender.cc
[
all
...]
/external/webrtc/webrtc/video/
vie_channel.cc
[
all
...]
Completed in 208 milliseconds