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

/frameworks/av/media/img_utils/src/
H A DDngUtils.cpp50 uint32_t lsmHeight,
59 double spacingV = 1.0 / lsmHeight;
62 float redMap[lsmWidth * lsmHeight];
63 float greenEvenMap[lsmWidth * lsmHeight];
64 float greenOddMap[lsmWidth * lsmHeight];
65 float blueMap[lsmWidth * lsmHeight];
67 size_t lsmMapSize = lsmWidth * lsmHeight * 4;
141 /*mapPointsV*/lsmHeight,
159 /*mapPointsV*/lsmHeight,
177 /*mapPointsV*/lsmHeight,
49 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.h78 uint32_t lsmHeight,
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp1435 uint32_t lsmHeight = 0; local
1439 lsmHeight = static_cast<uint32_t>(entry1.data.i32[1]);
1445 if (entry2.count > 0 && entry2.count == lsmWidth * lsmHeight * 4) {
1449 lsmHeight,

Completed in 54 milliseconds