Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
Dnack.h100 struct NackElement { struct
101 NackElement(int initial_time_to_play_ms, in NackElement() argument
133 typedef std::map<uint16_t, NackElement, NackListCompare> NackList; argument