Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8994/libhdmi/
Dhdmi.cpp458 int bestModeIndex = -1; in getBestConfig() local
466 bestModeIndex = i; in getBestConfig()
473 if (bestModeIndex == -1) { in getBestConfig()
474 bestModeIndex = 0; in getBestConfig()
476 mEDIDModes[bestModeIndex] = bestMode; in getBestConfig()
478 return bestModeIndex; in getBestConfig()