OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mActiveHeight
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/services/camera/libcameraservice/device3/
DistortionMapper.h
194
float mActiveWidth,
mActiveHeight
;
DistortionMapper.cpp
93
mActiveHeight
= static_cast<float>(array.data.i32[3]);
275
corrY = std::min(
mActiveHeight
- 1, std::max(0.f, corrY));
290
float scaleY =
mActiveHeight
/ mArrayHeight;
298
corrY = std::min(
mActiveHeight
- 1, std::max(0.f, corrY));
376
float scaleY = mArrayHeight /
mActiveHeight
;
Completed in 606 milliseconds