Searched defs:Bitrate (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Dbitrate.cc18 Bitrate::Bitrate(Clock* clock, Observer* observer) function in class:webrtc::Bitrate
33 Bitrate::~Bitrate() {}
35 void Bitrate::Update(const int32_t bytes) {
41 uint32_t Bitrate::PacketRate() const {
46 uint32_t Bitrate::BitrateLast() const {
51 uint32_t Bitrate::BitrateNow() const {
69 int64_t Bitrate::time_last_rate_update() const {
75 void Bitrate
[all...]
H A Dbitrate.h28 class Bitrate { class in namespace:webrtc
31 Bitrate(Clock* clock, Observer* observer);
32 virtual ~Bitrate();
43 // Bitrate last second, updated roughly every 100 ms.
46 // Bitrate last second, updated now.
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Dvideo_sender.cc223 int VideoSender::Bitrate(unsigned int* bitrate) const { function in class:webrtc::vcm::VideoSender

Completed in 58 milliseconds