Home
last modified time | relevance | path

Searched refs:mVsyncPeriod (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/display/msm8994/libhdmi/
Dhdmi.h61 uint32_t getVsyncPeriod() const { return mVsyncPeriod; }; in getVsyncPeriod()
113 uint32_t mXres, mYres, mVsyncPeriod, mPrimaryWidth, mPrimaryHeight; variable
Dhdmi.cpp422 mVsyncPeriod = 0; in resetInfo()
652 mVsyncPeriod = (int) 1000000000l / fps; in setAttributes()