OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DelayManager
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/neteq/
delay_manager.cc
25
DelayManager
::
DelayManager
(size_t max_packets_in_buffer,
50
DelayManager
::~
DelayManager
() {}
52
const
DelayManager
::IATVector&
DelayManager
::iat_vector() const {
59
void
DelayManager
::ResetHistogram() {
72
int
DelayManager
::Update(uint16_t sequence_number,
144
void
DelayManager
::UpdateCumulativeSums(int packet_len_ms,
177
// The forgetting factor |iat_factor_| is also updated. When the
DelayManager
[
all
...]
delay_manager.h
27
class
DelayManager
{
31
// Create a
DelayManager
object. Notify the delay manager that the packet
34
// object to the
DelayManager
.
35
DelayManager
(size_t max_packets_in_buffer, DelayPeakDetector* peak_detector);
37
virtual ~
DelayManager
();
57
// Notifies the
DelayManager
of how much audio data is carried in each packet.
62
// Resets the
DelayManager
and the associated DelayPeakDetector.
78
// Notifies the counters in
DelayManager
and DelayPeakDetector that
160
RTC_DISALLOW_COPY_AND_ASSIGN(
DelayManager
);
Completed in 3891 milliseconds