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

  /frameworks/av/services/camera/libcameraservice/device3/
DistortionMapper.h 41 static bool isDistortionSupported(const CameraMetadata &deviceInfo);
DistortionMapper.cpp 61 bool DistortionMapper::isDistortionSupported(const CameraMetadata &result) {
Camera3Device.cpp 146 if (DistortionMapper::isDistortionSupported(mPhysicalDeviceInfoMap[physicalId])) {
323 if (DistortionMapper::isDistortionSupported(mDeviceInfo)) {
    [all...]
  /frameworks/av/services/camera/libcameraservice/tests/
DistortionMapperTest.cpp 72 ASSERT_FALSE(DistortionMapper::isDistortionSupported(deviceInfo));
82 ASSERT_FALSE(DistortionMapper::isDistortionSupported(deviceInfo));
87 ASSERT_TRUE(DistortionMapper::isDistortionSupported(deviceInfo));

Completed in 265 milliseconds