Searched refs:NackList (Results 1 – 7 of 7) sorted by relevance
109 NackList::const_iterator lower_bound = in ChangeFromLateToMissing()113 for (NackList::iterator it = nack_list_.begin(); it != lower_bound; ++it) in ChangeFromLateToMissing()146 for (NackList::iterator it = nack_list_.begin(); it != nack_list_.end(); ++it) in UpdateEstimatedPlayoutTimeBy10ms()163 for (NackList::iterator it = nack_list_.begin(); it != nack_list_.end(); in UpdateLastDecodedPacket()180 NackTracker::NackList NackTracker::GetNackList() const { in GetNackList()223 for (NackList::const_iterator it = nack_list_.begin(); it != nack_list_.end(); in GetNackList()
133 typedef std::map<uint16_t, NackElement, NackListCompare> NackList; typedef140 NackList GetNackList() const;202 NackList nack_list_;
252 NackTracker::NackList nack_list = nack->GetNackList(); in TEST()259 NackTracker::NackList::iterator it = nack_list.begin(); in TEST()
103 std::vector<uint16_t> nack_list = receiver_.NackList(&request_key_frame); in TEST_F()118 std::vector<uint16_t> nack_list = receiver_.NackList(&request_key_frame); in TEST_F()146 std::vector<uint16_t> nack_list = receiver_.NackList(&request_key_frame); in TEST_F()176 std::vector<uint16_t> nack_list = receiver_.NackList(&request_key_frame); in TEST_F()206 std::vector<uint16_t> nack_list = receiver_.NackList(&request_key_frame); in TEST_F()236 std::vector<uint16_t> nack_list = receiver_.NackList(&request_key_frame); in TEST_F()
53 std::vector<uint16_t> NackList(bool* request_key_frame);
190 std::vector<uint16_t> VCMReceiver::NackList(bool* request_key_frame) { in NackList() function in webrtc::VCMReceiver
90 std::vector<uint16_t> nackList = _receiver.NackList(&request_key_frame); in Process()