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

  /frameworks/av/services/camera/libcameraservice/device3/
DistortionMapper.h 51 bool calibrationValid() const;
DistortionMapper.cpp 101 bool DistortionMapper::calibrationValid() const {
  /frameworks/av/services/camera/libcameraservice/tests/
DistortionMapperTest.cpp 91 ASSERT_FALSE(m.calibrationValid());
95 ASSERT_FALSE(m.calibrationValid());
111 ASSERT_TRUE(m.calibrationValid());

Completed in 619 milliseconds