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

  /external/chromium_org/third_party/webrtc/voice_engine/
channel.h 566 int64_t capture_start_rtp_time_stamp_; member in class:webrtc::voe::Channel
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine.cc 188 capture_start_rtp_time_stamp_(-1),
238 if (capture_start_rtp_time_stamp_ < 0) {
239 capture_start_rtp_time_stamp_ = rtp_time_stamp;
246 capture_start_rtp_time_stamp_) / kVideoCodecClockratekHz;
331 int64 capture_start_rtp_time_stamp_; member in class:cricket::WebRtcRenderAdapter
    [all...]

Completed in 201 milliseconds