OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VCMLossProtectionLogic
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/modules/video_coding/
media_opt_util.cc
471
VCMLossProtectionLogic
::
VCMLossProtectionLogic
(int64_t nowMs)
492
VCMLossProtectionLogic
::~
VCMLossProtectionLogic
() {
496
void
VCMLossProtectionLogic
::SetMethod(
518
void
VCMLossProtectionLogic
::UpdateRtt(int64_t rtt) {
522
void
VCMLossProtectionLogic
::UpdateMaxLossHistory(uint8_t lossPr255,
551
uint8_t
VCMLossProtectionLogic
::MaxFilteredLossPr(int64_t nowMs) const {
573
uint8_t
VCMLossProtectionLogic
::FilteredLoss(int64_t nowMs,
601
void
VCMLossProtectionLogic
::UpdateFilteredLossPr(uint8_t packetLossEnc)
[
all
...]
media_opt_util.h
225
class
VCMLossProtectionLogic
{
227
explicit
VCMLossProtectionLogic
(int64_t nowMs);
228
~
VCMLossProtectionLogic
();
media_optimization.h
146
rtc::scoped_ptr<
VCMLossProtectionLogic
> loss_prot_logic_
media_optimization.cc
85
new
VCMLossProtectionLogic
(clock_->TimeInMilliseconds())),
Completed in 1135 milliseconds