Searched refs:getOutputServerLatencyMs (Results 1 – 3 of 3) sorted by relevance
138 double getOutputServerLatencyMs(uint32_t sampleRate) const { in getOutputServerLatencyMs() function
1011 const double latencyMs = timestamp.getOutputServerLatencyMs(sampleRate()); in onTimestamp()1812 ? local.getOutputServerLatencyMs(sampleRate()) in updateTrackFrameInfo()1813 : timeStamp.getOutputServerLatencyMs(halSampleRate); in updateTrackFrameInfo()2605 ? local.getOutputServerLatencyMs(sampleRate()) in updateTrackFrameInfo()2606 : timestamp.getOutputServerLatencyMs(halSampleRate)); in updateTrackFrameInfo()
4387 const double latencyMs = mTimestamp.getOutputServerLatencyMs(mSampleRate); in collectTimestamps_l()7851 ? - mTimestamp.getOutputServerLatencyMs(mSampleRate) : 0.; in threadLoop()