Home | History | Annotate | Download | only in voice_engine

Lines Matching refs:_previousTimestamp

880       _previousTimestamp(0),
3927 uint16_t packet_delay_ms = (rtp_timestamp - _previousTimestamp) /
3930 _previousTimestamp = rtp_timestamp;