Searched refs:lsmHeight (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/img_utils/src/
H A DDngUtils.cpp55 uint32_t lsmHeight,
64 double spacingV = 1.0 / lsmHeight;
67 std::vector<float> redMapVector(lsmWidth * lsmHeight);
70 std::vector<float> greenEvenMapVector(lsmWidth * lsmHeight);
73 std::vector<float> greenOddMapVector(lsmWidth * lsmHeight);
76 std::vector<float> blueMapVector(lsmWidth * lsmHeight);
79 size_t lsmMapSize = lsmWidth * lsmHeight * 4;
153 /*mapPointsV*/lsmHeight,
171 /*mapPointsV*/lsmHeight,
189 /*mapPointsV*/lsmHeight,
54 addGainMapsForMetadata(uint32_t lsmWidth, uint32_t lsmHeight, uint32_t activeAreaTop, uint32_t activeAreaLeft, uint32_t activeAreaBottom, uint32_t activeAreaRight, CfaLayout cfa, const float* lensShadingMap) argument
[all...]
/frameworks/av/media/img_utils/include/img_utils/
H A DDngUtils.h79 uint32_t lsmHeight,
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp1686 uint32_t lsmHeight = 0; local
1690 lsmHeight = static_cast<uint32_t>(entry1.data.i32[1]);
1702 if (entry2.count > 0 && entry2.count == lsmWidth * lsmHeight * 4) {
1705 lsmHeight,

Completed in 92 milliseconds