OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:capture_start_rtp_time_stamp_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/voice_engine/
channel.cc
647
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),
[
all
...]
channel.h
550
int64_t
capture_start_rtp_time_stamp_
;
member in class:webrtc::voe::Channel
Completed in 372 milliseconds