Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_utils.h677 float mAspectRatioToleranceLevel; member
Dhwc_utils.cpp387 ctx->mAspectRatioToleranceLevel = (((float)atoi(value)) / 100.0f); in initContext()
1952 if((fabs(1.0f - videoToExternalRatio) <= ctx->mAspectRatioToleranceLevel) || in updateDestAIVVideoMode()