OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DistortionMapper
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/services/camera/libcameraservice/device3/
DistortionMapper.cpp
24
#include "device3/
DistortionMapper
.h"
35
constexpr std::array<uint32_t, 3>
DistortionMapper
::kMeteringRegionsToCorrect = {
42
constexpr std::array<uint32_t, 1>
DistortionMapper
::kRequestRectsToCorrect = {
47
constexpr std::array<uint32_t, 1>
DistortionMapper
::kResultRectsToCorrect = {
52
constexpr std::array<uint32_t, 2>
DistortionMapper
::kResultPointsToCorrectNoClamp = {
58
DistortionMapper
::
DistortionMapper
() : mValidMapping(false), mValidGrids(false) {
61
bool
DistortionMapper
::isDistortionSupported(const CameraMetadata &result) {
75
status_t
DistortionMapper
::setupStaticInfo(const CameraMetadata &deviceInfo) {
101
bool
DistortionMapper
::calibrationValid() const
[
all
...]
DistortionMapper.h
34
class
DistortionMapper
{
36
DistortionMapper
();
201
}; // class
DistortionMapper
Camera3Device.h
47
#include "device3/
DistortionMapper
.h"
[
all
...]
Camera3Device.cpp
146
if (
DistortionMapper
::isDistortionSupported(mPhysicalDeviceInfoMap[physicalId])) {
323
if (
DistortionMapper
::isDistortionSupported(mDeviceInfo)) {
[
all
...]
/frameworks/av/services/camera/libcameraservice/tests/
DistortionMapperTest.cpp
26
#include "../device3/
DistortionMapper
.h"
49
void setupTestMapper(
DistortionMapper
*m,
72
ASSERT_FALSE(
DistortionMapper
::isDistortionSupported(deviceInfo));
82
ASSERT_FALSE(
DistortionMapper
::isDistortionSupported(deviceInfo));
87
ASSERT_TRUE(
DistortionMapper
::isDistortionSupported(deviceInfo));
89
DistortionMapper
m;
129
DistortionMapper
m;
174
DistortionMapper
m;
197
DistortionMapper
m;
215
int32_t* activeArray,
DistortionMapper
&m, bool clamp, bool simple)
[
all
...]
Completed in 638 milliseconds