Searched defs:bestModeIndex (Results 1 - 1 of 1) sorted by relevance

/hardware/qcom/display/msm8994/libhdmi/
H A Dhdmi.cpp458 int bestModeIndex = -1; local
466 bestModeIndex = i;
470 // mModeCount will be 0 and bestModeIndex will be invalid.
473 if (bestModeIndex == -1) {
474 bestModeIndex = 0;
476 mEDIDModes[bestModeIndex] = bestMode;
478 return bestModeIndex;

Completed in 766 milliseconds