HomeSort by relevance Sort by last modified time
    Searched defs:NackList (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/neteq/
nack.h 36 // time a packet with sequence number newer than |K + NackList| is arrived.
131 typedef std::map<uint16_t, NackElement, NackListCompare> NackList;
138 NackList GetNackList() const;
200 NackList nack_list_;
  /external/webrtc/webrtc/modules/video_coding/
receiver.cc 223 std::vector<uint16_t> VCMReceiver::NackList(bool* request_key_frame) {

Completed in 227 milliseconds