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

  /hardware/libhardware/tests/camera2/
CameraBurstTests.cpp 160 int64_t minExp, maxExp;
166 minExp = exposureTimeRange.data.i64[0];
170 dout << "Min exposure is " << minExp;
179 // Our calculated exposure times should be in [minExp, maxExp]
180 EXPECT_LE(minExp, exposures[0])
337 int64_t minExp = 0, maxExp = 0;
350 minExp = exposureTimeRange.data.i64[0];
354 EXPECT_LT(0, minExp) << "Minimum exposure time is 0";
356 EXPECT_LE(minExp, maxExp) << "Minimum exposure is greater than maximum";
358 if (minExp == 0)
    [all...]
CameraMultiStreamTests.cpp 606 int64_t minExp = exposureTimeRange.data.i64[0];
608 ASSERT_GT(maxExp, minExp);
638 int64_t exp = minExp;
  /external/deqp/framework/common/
tcuFloatFormat.hpp 46 FloatFormat (int minExp,
tcuFloatFormat.cpp 59 FloatFormat::FloatFormat (int minExp,
66 : m_minExp (minExp)
75 DE_ASSERT(minExp <= maxExp);
  /external/deqp/modules/gles3/functional/
es3fShaderPackingFunctionTests.cpp 554 const int minExp = -14;
563 const int exp = rnd.getInt(minExp, maxExp);
659 const int minExp = -14;
669 const int exp = rnd.getInt(minExp, maxExp);
  /external/deqp/modules/gles31/functional/
es31fShaderPackingFunctionTests.cpp 558 const int minExp = -14;
567 const int exp = rnd.getInt(minExp, maxExp);
663 const int minExp = -14;
673 const int exp = rnd.getInt(minExp, maxExp);
    [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp     [all...]

Completed in 119 milliseconds