Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8994/libhdmi/
Dhdmi.cpp628 uint32_t maxMDPDownScale = in setAttributes() local
630 if((mXres * mYres * maxMDPDownScale) < (newExtW * newExtH)) { in setAttributes()
631 float upScaleFactor = (float)maxMDPDownScale / 2.0f; in setAttributes()