Searched refs:totalPlayedFrames (Results 1 – 1 of 1) sorted by relevance
344 uint64_t totalPlayedFrames = estimateTotalPlayedFrames(); in getRenderPosition() local345 if (totalPlayedFrames == 0) { in getRenderPosition()352 DCHECK_GE(totalPlayedFrames, mTotalPlayedFramesSinceStandby); in getRenderPosition()353 uint64_t position = totalPlayedFrames - mTotalPlayedFramesSinceStandby; in getRenderPosition()