Searched refs:nackList (Results 1 – 4 of 4) sorted by relevance
133 std::vector<uint16_t> nackList = _receiver.NackList(&request_key_frame); in Process() local141 if (ret == VCM_OK && !nackList.empty()) { in Process()144 _packetRequestCallback->ResendPackets(&nackList[0], nackList.size()); in Process()
115 const uint16_t* nackList = 0,122 const uint16_t* nackList = 0,
530 virtual int32_t SendNACK(const uint16_t* nackList, uint16_t size) = 0;
212 int32_t(const uint16_t* nackList, const uint16_t size));