Home
last modified time | relevance | path

Searched refs:telephone_event_reported_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_receiver_audio.cc315 telephone_event_reported_.find(payload_data[4 * n]); in ParseAudioCodecSpecific()
317 if (event != telephone_event_reported_.end()) { in ParseAudioCodecSpecific()
320 telephone_event_reported_.erase(payload_data[4 * n]); in ParseAudioCodecSpecific()
326 telephone_event_reported_.insert(payload_data[4 * n]); in ParseAudioCodecSpecific()
364 telephone_event_reported_.begin(); in ParseAudioCodecSpecific()
365 if (first != telephone_event_reported_.end() && *first > 15) { in ParseAudioCodecSpecific()
Drtp_receiver_audio.h107 std::set<uint8_t> telephone_event_reported_; variable