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

  /external/webrtc/webrtc/system_wrappers/source/
timestamp_extrapolator.cc 24 _lambda(1),
123 double TPT = _lambda + tMs * K[0] + K[1];
130 double p00 = 1 / _lambda *
132 double p01 = 1 / _lambda *
134 _pP[1][0] = 1 / _lambda *
136 _pP[1][1] = 1 / _lambda *
  /external/webrtc/webrtc/system_wrappers/include/
timestamp_extrapolator.h 41 const double _lambda; member in class:webrtc::TimestampExtrapolator

Completed in 1725 milliseconds