Home
last modified time | relevance | path

Searched refs:kRequestRectsToCorrect (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/camera/libcameraservice/device3/
DDistortionMapper.h159 static const std::array<uint32_t, 1> kRequestRectsToCorrect; variable
DDistortionMapper.cpp42 constexpr std::array<uint32_t, 1> DistortionMapper::kRequestRectsToCorrect = { member in android::camera3::DistortionMapper
127 for (auto rect : kRequestRectsToCorrect) { in correctCaptureRequest()