Home
last modified time | relevance | path

Searched refs:totalPlayedFrames (Results 1 – 1 of 1) sorted by relevance

/device/google/atv/audio_proxy/service/
DStreamOutImpl.cpp344 uint64_t totalPlayedFrames = estimateTotalPlayedFrames(); in getRenderPosition() local
345 if (totalPlayedFrames == 0) { in getRenderPosition()
352 DCHECK_GE(totalPlayedFrames, mTotalPlayedFramesSinceStandby); in getRenderPosition()
353 uint64_t position = totalPlayedFrames - mTotalPlayedFramesSinceStandby; in getRenderPosition()