Home
last modified time | relevance | path

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

/external/webrtc/webrtc/voice_engine/
Dchannel.cc647 if (capture_start_rtp_time_stamp_ < 0 && audioFrame->timestamp_ != 0) { in GetAudioFrame()
649 capture_start_rtp_time_stamp_ = audioFrame->timestamp_; in GetAudioFrame()
652 if (capture_start_rtp_time_stamp_ >= 0) { in GetAudioFrame()
659 (unwrap_timestamp - capture_start_rtp_time_stamp_) / in GetAudioFrame()
853 capture_start_rtp_time_stamp_(-1), in Channel()
Dchannel.h550 int64_t capture_start_rtp_time_stamp_; variable