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

/external/chromium_org/third_party/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
73 DtmfEvent* event);
77 virtual int InsertEvent(const DtmfEvent& event);
82 virtual bool GetEvent(uint32_t current_timestamp, DtmfEvent* event);
93 typedef std::list<DtmfEvent> DtmfList;
99 static bool SameEvent(const DtmfEvent& a, const DtmfEvent& b);
105 bool MergeEvents(DtmfList::iterator it, const DtmfEvent
[all...]

Completed in 42 milliseconds