OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetNackList
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/neteq/
nack.cc
180
Nack::NackList Nack::
GetNackList
() const {
219
std::vector<uint16_t> Nack::
GetNackList
(int64_t round_trip_time_ms) const {
neteq_impl.cc
434
std::vector<uint16_t> NetEqImpl::
GetNackList
(int64_t round_trip_time_ms) const {
440
return nack_->
GetNackList
(round_trip_time_ms);
[
all
...]
/external/webrtc/webrtc/modules/audio_coding/acm2/
acm_receiver.cc
496
std::vector<uint16_t> AcmReceiver::
GetNackList
(
498
return neteq_->
GetNackList
(round_trip_time_ms);
audio_coding_module_impl.cc
813
std::vector<uint16_t> AudioCodingModuleImpl::
GetNackList
(
815
return receiver_.
GetNackList
(round_trip_time_ms);
/external/webrtc/webrtc/modules/video_coding/
jitter_buffer.cc
795
// If NACKs are enabled, keyframes are triggered by |
GetNackList
|.
811
// If NACKs are enabled, keyframes are triggered by |
GetNackList
|.
[
all
...]
Completed in 86 milliseconds