Searched refs:TestCoord (Results 1 – 1 of 1) sorted by relevance
2159 const UINT_32 TestCoord[] = {0}; in ValidateStereoInfo() local2161 for (UINT_32 xIdx = 0; xIdx < sizeof(TestCoord) / sizeof(TestCoord[0]); xIdx++) in ValidateStereoInfo()2163 if (TestCoord[xIdx] < pIn->width) in ValidateStereoInfo()2165 addrIn.x = TestCoord[xIdx]; in ValidateStereoInfo()2167 for (UINT_32 yIdx = 0; yIdx < sizeof(TestCoord) / sizeof(TestCoord[0]); yIdx++) in ValidateStereoInfo()2169 if (TestCoord[yIdx] < pIn->height) in ValidateStereoInfo()2171 addrIn.y = TestCoord[yIdx] + pOut->pStereoInfo->eyeHeight; in ValidateStereoInfo()2180 addrIn.y = TestCoord[yIdx]; in ValidateStereoInfo()