Searched defs:DtmfEvent (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Ddtmf_buffer.h22 struct DtmfEvent { struct in namespace:webrtc
30 DtmfEvent() function in struct:webrtc::DtmfEvent
37 DtmfEvent(uint32_t ts, int ev, int vol, int dur, bool end) function in struct:webrtc::DtmfEvent
71 DtmfEvent* event);
75 virtual int InsertEvent(const DtmfEvent& event);
80 virtual bool GetEvent(uint32_t current_timestamp, DtmfEvent* event);
91 typedef std::list<DtmfEvent> DtmfList;
97 static bool SameEvent(const DtmfEvent& a, const DtmfEvent& b);
103 bool MergeEvents(DtmfList::iterator it, const DtmfEvent
[all...]

Completed in 101 milliseconds