HomeSort by relevance Sort by last modified time
    Searched refs:_dtmfTimestampLastSent (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_sender_audio.h 91 uint32_t _dtmfTimestampLastSent;
rtp_sender_audio.cc 40 _dtmfTimestampLastSent(0),
205 if (packet_size_samples > (captureTimeStamp - _dtmfTimestampLastSent)) {
210 _dtmfTimestampLastSent = captureTimeStamp;

Completed in 81 milliseconds