OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetNackList
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
nack.cc
179
Nack::NackList Nack::
GetNackList
() const {
216
std::vector<uint16_t> Nack::
GetNackList
(int round_trip_time_ms) const {
acm_receiver.cc
726
std::vector<uint16_t> AcmReceiver::
GetNackList
(
731
"
GetNackList
: round trip time cannot be negative."
736
return nack_->
GetNackList
(round_trip_time_ms);
audio_coding_module_impl.cc
[
all
...]
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
jitter_buffer.cc
909
uint16_t* VCMJitterBuffer::
GetNackList
(uint16_t* nack_list_size,
[
all
...]
Completed in 437 milliseconds