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

  /hardware/libhardware/tests/camera2/
CameraBurstTests.cpp 160 int64_t minExp, maxExp;
167 maxExp = exposureTimeRange.data.i64[1];
171 dout << " max exposure is " << maxExp << std::endl;
179 // Our calculated exposure times should be in [minExp, maxExp]
183 EXPECT_GE(maxExp, exposures[CAMERA_FRAME_BURST_COUNT-1])
336 int64_t minExp = 0, maxExp = 0;
350 maxExp = exposureTimeRange.data.i64[1];
354 EXPECT_LT(0, maxExp) << "Maximum exposure time is 0";
355 EXPECT_LE(minExp, maxExp) << "Minimum exposure is greater than maximum";
361 if (maxExp == 0)
    [all...]
CameraMultiStreamTests.cpp 630 int64_t maxExp = exposureTimeRange.data.i64[1];
631 ASSERT_GT(maxExp, minExp);
662 while (exp < maxExp) {
  /external/deqp/framework/common/
tcuFloatFormat.cpp 51 double computeMaxValue (int maxExp, int fractionBits)
53 return (deLdExp(1.0, maxExp) +
54 deLdExp(double((1ull << fractionBits) - 1), maxExp - fractionBits));
60 int maxExp,
67 , m_maxExp (maxExp)
73 , m_maxValue (computeMaxValue(maxExp, fractionBits))
75 DE_ASSERT(minExp <= maxExp);
tcuFloatFormat.hpp 47 int maxExp,
  /external/deqp/modules/gles3/functional/
es3fShaderPackingFunctionTests.cpp 555 const int maxExp = 15;
563 const int exp = rnd.getInt(minExp, maxExp);
660 const int maxExp = 15;
669 const int exp = rnd.getInt(minExp, maxExp);
  /external/deqp/modules/gles31/functional/
es31fShaderPackingFunctionTests.cpp 559 const int maxExp = 15;
567 const int exp = rnd.getInt(minExp, maxExp);
664 const int maxExp = 15;
673 const int exp = rnd.getInt(minExp, maxExp);
    [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp     [all...]

Completed in 485 milliseconds