Searched refs:refresh (Results 1 - 7 of 7) sorted by relevance

/hardware/qcom/display/msm8994/libhdmi/
H A Dhdmi.h74 uint32_t& yres, uint32_t& refresh) const;
H A Dhdmi.cpp745 uint32_t width = 0, height = 0, refresh = 0; local
746 getAttrForConfig(newConfig, width, height, refresh);
762 uint32_t& yres, uint32_t& refresh) const {
777 refresh = (uint32_t) 1000000000l / fps;
778 ALOGD_IF(DEBUG, "%s xres(%d) yres(%d) fps(%d) refresh(%d)", __FUNCTION__,
779 xres, yres, fps, refresh);
/hardware/intel/img/hwcomposer/merrifield/common/observers/
H A DMultiDisplayObserver.cpp316 mode.vrefresh = timing.refresh;
318 ITRACE("timing to set: %dx%d@%dHz", timing.width, timing.height, timing.refresh);
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc.cpp842 uint32_t xres = 0, yres = 0, refresh = 0; local
845 ret = ctx->mHDMIDisplay->getAttrForConfig(config, xres, yres, refresh);
857 hotPluggable ? refresh : ctx->dpyAttr[disp].vsync_period;
H A DHWC2On1Adapter.cpp526 auto refresh = reinterpret_cast<HWC2_PFN_REFRESH>(pointer); local
528 refresh(callbackData, displayId);
2576 auto refresh = reinterpret_cast<HWC2_PFN_REFRESH>(callbackInfo.pointer); local
2578 refresh(callbackInfo.data, display);
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
H A DHWC2On1Adapter.cpp485 auto refresh = reinterpret_cast<HWC2_PFN_REFRESH>(pointer); local
487 refresh(callbackData, displayId);
2551 auto refresh = reinterpret_cast<HWC2_PFN_REFRESH>(callbackInfo.pointer); local
2553 refresh(callbackInfo.data, display);
/hardware/intel/img/hwcomposer/merrifield/common/devices/
H A DVirtualDevice.cpp717 mNextConfig.policy.refresh = 60;
739 mNextConfig.policy.refresh = 60;
2240 mNextConfig.policy.refresh = 60;

Completed in 117 milliseconds