Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8994/libhdmi/
Dhdmi.cpp151 mCurrentMode(-1), mModeCount(0), mPrimaryWidth(0), mPrimaryHeight(0), in HDMIDisplay()
600 uint32_t primaryArea = mPrimaryWidth * mPrimaryHeight; in setAttributes()
607 int tmpH = mPrimaryHeight; in setAttributes()
610 if(mPrimaryHeight > mPrimaryWidth) { in setAttributes()
611 tmpW = mPrimaryHeight; in setAttributes()
717 mPrimaryHeight = primaryHeight; in setPrimaryAttributes()
Dhdmi.h113 uint32_t mXres, mYres, mVsyncPeriod, mPrimaryWidth, mPrimaryHeight; variable