Home
last modified time | relevance | path

Searched refs:SendStatistics (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/include/
Dvideo_coding_defines.h92 virtual int32_t SendStatistics(const uint32_t bitRate,
/external/webrtc/webrtc/video/
Dvie_encoder.h118 int32_t SendStatistics(const uint32_t bit_rate,
Dvie_encoder.cc481 int32_t ViEEncoder::SendStatistics(const uint32_t bit_rate, in SendStatistics() function in webrtc::ViEEncoder
/external/webrtc/webrtc/modules/video_coding/
Dvideo_sender.cc64 _sendStatsCallback->SendStatistics(bitRate, frameRate); in Process()