Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libvrr/interface/
DDisplayContextProvider.h45 virtual int getEstimatedVideoFrameRate() const = 0;
61 int (*getEstimatedVideoFrameRate)(void* host); member
/hardware/google/graphics/common/libhwc2.1/libvrr/display/common/
DCommonDisplayContextProvider.cpp30 int CommonDisplayContextProvider::getEstimatedVideoFrameRate() const { in getEstimatedVideoFrameRate() function in android::hardware::graphics::composer::CommonDisplayContextProvider
DCommonDisplayContextProvider.h41 int getEstimatedVideoFrameRate() const override;
/hardware/google/graphics/common/libhwc2.1/libvrr/
DVariableRefreshRateController.cpp71 return controller->getEstimatedVideoFrameRate(); in getEstimateVideoFrameRateWrapper()
133 mDisplayContextProviderInterface.getEstimatedVideoFrameRate = in VariableRefreshRateController()
452 int VariableRefreshRateController::getEstimatedVideoFrameRate() const { in getEstimatedVideoFrameRate() function in android::hardware::graphics::composer::VariableRefreshRateController
453 return mDisplayContextProvider->getEstimatedVideoFrameRate(); in getEstimatedVideoFrameRate()
DVariableRefreshRateController.h105 int getEstimatedVideoFrameRate() const override;