Home
last modified time | relevance | path

Searched defs:GetNackList (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dnack.cc180 Nack::NackList Nack::GetNackList() const { in GetNackList() function in webrtc::Nack
219 std::vector<uint16_t> Nack::GetNackList(int64_t round_trip_time_ms) const { in GetNackList() function in webrtc::Nack
Dneteq_impl.cc434 std::vector<uint16_t> NetEqImpl::GetNackList(int64_t round_trip_time_ms) const { in GetNackList() function in webrtc::NetEqImpl
/external/webrtc/webrtc/modules/audio_coding/acm2/
Dacm_receiver.cc496 std::vector<uint16_t> AcmReceiver::GetNackList( in GetNackList() function in webrtc::acm2::AcmReceiver
Daudio_coding_module_impl.cc813 std::vector<uint16_t> AudioCodingModuleImpl::GetNackList( in GetNackList() function in webrtc::acm2::AudioCodingModuleImpl
/external/webrtc/webrtc/modules/video_coding/
Djitter_buffer.cc994 std::vector<uint16_t> VCMJitterBuffer::GetNackList(bool* request_key_frame) { in GetNackList() function in webrtc::VCMJitterBuffer