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

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

Completed in 34 milliseconds