Home
last modified time | relevance | path

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

/hardware/google/graphics/gs201/libhwc2.1/libresource/
DExynosMPPModule.cpp65 const uint32_t refreshRate = display.getBtsRefreshRate(); in isSupported()
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDisplay.h1233 uint32_t getBtsRefreshRate() const;
DExynosDisplay.cpp4633 uint32_t ExynosDisplay::getBtsRefreshRate() const { in getBtsRefreshRate() function in ExynosDisplay
/hardware/google/graphics/common/libhwc2.1/libmaindisplay/
DExynosPrimaryDisplay.cpp1303 uint32_t btsRefreshRate = getBtsRefreshRate(); in handleDisplayIdleEnter()
/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosResourceManager.cpp1241 const float resolution = otfSrcWidth * otfSrcHeight * display->getBtsRefreshRate() / 1000; in getCandidateScalingM2mMPPOutImages()
DExynosMPP.cpp531 float resolution = float(src.w) * float(src.h) * display.getBtsRefreshRate() / 1000; in getMaxDownscale()