Home
last modified time | relevance | path

Searched defs:NackList (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dnack.h131 typedef std::map<uint16_t, NackElement, NackListCompare> NackList; typedef
/external/webrtc/webrtc/modules/video_coding/
Dreceiver.cc223 std::vector<uint16_t> VCMReceiver::NackList(bool* request_key_frame) { in NackList() function in webrtc::VCMReceiver