Searched refs:mAspectRatioToleranceLevel (Results 1 – 2 of 2) sorted by relevance
677 float mAspectRatioToleranceLevel; member
387 ctx->mAspectRatioToleranceLevel = (((float)atoi(value)) / 100.0f); in initContext()1952 if((fabs(1.0f - videoToExternalRatio) <= ctx->mAspectRatioToleranceLevel) || in updateDestAIVVideoMode()