Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/display/msm8994/libhdmi/
H A 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()