Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/
H A Dnack_tracker.cc187 NackTracker::NackList NackTracker::GetNackList() const { in GetNackList() function in webrtc::NackTracker
225 std::vector<uint16_t> NackTracker::GetNackList(int64_t round_trip_time_ms) { in GetNackList() function in webrtc::NackTracker
H A Dneteq_impl.cc470 std::vector<uint16_t> NetEqImpl::GetNackList(int64_t round_trip_time_ms) const { in GetNackList() function in webrtc::NetEqImpl
/aosp_15_r20/external/webrtc/modules/audio_coding/acm2/
H A Dacm_receiver.cc324 std::vector<uint16_t> AcmReceiver::GetNackList( in GetNackList() function in webrtc::acm2::AcmReceiver
/aosp_15_r20/external/webrtc/modules/video_coding/
H A Djitter_buffer.cc611 std::vector<uint16_t> VCMJitterBuffer::GetNackList(bool* request_key_frame) { in GetNackList() function in webrtc::VCMJitterBuffer