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

  /external/chromium_org/media/cast/logging/
receiver_time_offset_estimator_impl.cc 18 ReceiverTimeOffsetEstimatorImpl::ReceiverTimeOffsetEstimatorImpl()
21 ReceiverTimeOffsetEstimatorImpl::~ReceiverTimeOffsetEstimatorImpl() {
25 void ReceiverTimeOffsetEstimatorImpl::OnReceiveFrameEvent(
90 bool ReceiverTimeOffsetEstimatorImpl::GetReceiverOffsetBounds(
101 void ReceiverTimeOffsetEstimatorImpl::OnReceivePacketEvent(
107 void ReceiverTimeOffsetEstimatorImpl::UpdateOffsetBounds(
receiver_time_offset_estimator_impl.h 25 class ReceiverTimeOffsetEstimatorImpl : public ReceiverTimeOffsetEstimator {
27 ReceiverTimeOffsetEstimatorImpl();
29 virtual ~ReceiverTimeOffsetEstimatorImpl();
58 DISALLOW_COPY_AND_ASSIGN(ReceiverTimeOffsetEstimatorImpl);

Completed in 648 milliseconds