Searched refs:getOutputServerLatencyMs (Results 1 – 3 of 3) sorted by relevance
138 double getOutputServerLatencyMs(uint32_t sampleRate) const { in getOutputServerLatencyMs() function
1142 const double latencyMs = timestamp.getOutputServerLatencyMs(sampleRate()); in onTimestamp()2088 ? local.getOutputServerLatencyMs(sampleRate()) in updateTrackFrameInfo()2089 : timeStamp.getOutputServerLatencyMs(halSampleRate); in updateTrackFrameInfo()3037 ? local.getOutputServerLatencyMs(sampleRate()) in updateTrackFrameInfo()3038 : timestamp.getOutputServerLatencyMs(halSampleRate)); in updateTrackFrameInfo()
4781 const double latencyMs = mTimestamp.getOutputServerLatencyMs(mSampleRate); in collectTimestamps_l()8636 ? - mTimestamp.getOutputServerLatencyMs(mSampleRate) : 0.; in threadLoop()