Home
last modified time | relevance | path

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

/frameworks/av/media/img_utils/src/
DDngUtils.cpp54 uint32_t lsmHeight, in addGainMapsForMetadata() argument
63 double spacingV = 1.0 / lsmHeight; in addGainMapsForMetadata()
66 float redMap[lsmWidth * lsmHeight]; in addGainMapsForMetadata()
67 float greenEvenMap[lsmWidth * lsmHeight]; in addGainMapsForMetadata()
68 float greenOddMap[lsmWidth * lsmHeight]; in addGainMapsForMetadata()
69 float blueMap[lsmWidth * lsmHeight]; in addGainMapsForMetadata()
71 size_t lsmMapSize = lsmWidth * lsmHeight * 4; in addGainMapsForMetadata()
145 /*mapPointsV*/lsmHeight, in addGainMapsForMetadata()
163 /*mapPointsV*/lsmHeight, in addGainMapsForMetadata()
181 /*mapPointsV*/lsmHeight, in addGainMapsForMetadata()
[all …]
/frameworks/av/media/img_utils/include/img_utils/
DDngUtils.h79 uint32_t lsmHeight,
/frameworks/base/core/jni/
Dandroid_hardware_camera2_DngCreator.cpp1645 uint32_t lsmHeight = 0; in DngCreator_setup() local
1649 lsmHeight = static_cast<uint32_t>(entry1.data.i32[1]); in DngCreator_setup()
1662 if (entry2.count > 0 && entry2.count == lsmWidth * lsmHeight * 4) { in DngCreator_setup()
1664 lsmHeight, in DngCreator_setup()