HomeSort by relevance Sort by last modified time
    Searched refs:maxRes (Results 1 - 3 of 3) sorted by null

  /cts/tests/tests/media/src/android/media/cts/
EncodeVirtualDisplayWithCompositionTest.java 141 Pair<Integer, Integer> maxRes = checkMaxConcurrentEncodingDecodingResolution();
142 if (maxRes == null) {
145 if (maxRes.first >= 800 && maxRes.second >= 480) {
154 Pair<Integer, Integer> maxRes = checkMaxConcurrentEncodingDecodingResolution();
155 if (maxRes == null) {
158 Log.w(TAG, "Trying resolution w:" + maxRes.first + " h:" + maxRes.second);
159 runTestRenderingInSeparateThread(maxRes.first, maxRes.second, false, false)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderCommonFunctionTests.cpp 692 const int maxRes = int(roundEven(in0+eps));
695 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++)
708 m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP threshold " << tcu::toHex(maxUlpDiff);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderCommonFunctionTests.cpp 723 const int maxRes = int(roundEven(in0+eps));
726 for (int roundedVal = minRes; roundedVal <= maxRes; roundedVal++)
739 m_failMsg << "Expected [" << compNdx << "] = [" << minRes << ", " << maxRes << "] with ULP threshold " << tcu::toHex(maxUlpDiff);
    [all...]

Completed in 199 milliseconds