Searched refs:NackList (Results 1 - 7 of 7) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Dnack.h36 // time a packet with sequence number newer than |K + NackList| is arrived.
131 typedef std::map<uint16_t, NackElement, NackListCompare> NackList; typedef in class:webrtc::Nack
138 NackList GetNackList() const;
200 NackList nack_list_;
H A Dnack.cc109 NackList::const_iterator lower_bound =
113 for (NackList::iterator it = nack_list_.begin(); it != lower_bound; ++it)
146 for (NackList::iterator it = nack_list_.begin(); it != nack_list_.end(); ++it)
163 for (NackList::iterator it = nack_list_.begin(); it != nack_list_.end();
180 Nack::NackList Nack::GetNackList() const {
222 for (NackList::const_iterator it = nack_list_.begin(); it != nack_list_.end();
H A Dnack_unittest.cc253 Nack::NackList nack_list = nack->GetNackList();
260 Nack::NackList::iterator it = nack_list.begin();
/external/webrtc/webrtc/modules/video_coding/
H A Dreceiver.h63 std::vector<uint16_t> NackList(bool* request_key_frame);
H A Dreceiver_unittest.cc168 std::vector<uint16_t> nack_list = receiver_.NackList(&request_key_frame);
185 std::vector<uint16_t> nack_list = receiver_.NackList(&request_key_frame);
215 std::vector<uint16_t> nack_list = receiver_.NackList(&request_key_frame);
247 std::vector<uint16_t> nack_list = receiver_.NackList(&request_key_frame);
279 std::vector<uint16_t> nack_list = receiver_.NackList(&request_key_frame);
311 std::vector<uint16_t> nack_list = receiver_.NackList(&request_key_frame);
H A Dreceiver.cc223 std::vector<uint16_t> VCMReceiver::NackList(bool* request_key_frame) { function in class:webrtc::VCMReceiver
H A Dvideo_receiver.cc133 std::vector<uint16_t> nackList = _receiver.NackList(&request_key_frame);

Completed in 173 milliseconds