Searched refs:mVideoFrameRateCalculator (Results 1 – 2 of 2) sorted by relevance
31 if (mVideoFrameRateCalculator) { in getEstimatedVideoFrameRate()32 return mVideoFrameRateCalculator->getRefreshRate(); in getEstimatedVideoFrameRate()
30 mVideoFrameRateCalculator(std::move(videoFrameRateCalculator)){}; in CommonDisplayContextProvider()65 std::shared_ptr<RefreshRateCalculator> mVideoFrameRateCalculator; variable