Home
last modified time | relevance | path

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

/frameworks/av/media/img_utils/src/
DDngUtils.cpp56 uint32_t lsmHeight, in addGainMapsForMetadata() argument
72 err = addBayerGainMapsForMetadata(lsmWidth, lsmHeight, activeAreaWidth, in addGainMapsForMetadata()
76 err = addMonochromeGainMapsForMetadata(lsmWidth, lsmHeight, activeAreaWidth, in addGainMapsForMetadata()
88 uint32_t lsmHeight, in addBayerGainMapsForMetadata() argument
148 std::vector<float> redMapVector(lsmWidth * lsmHeight); in addBayerGainMapsForMetadata()
151 std::vector<float> greenEvenMapVector(lsmWidth * lsmHeight); in addBayerGainMapsForMetadata()
154 std::vector<float> greenOddMapVector(lsmWidth * lsmHeight); in addBayerGainMapsForMetadata()
157 std::vector<float> blueMapVector(lsmWidth * lsmHeight); in addBayerGainMapsForMetadata()
160 double spacingV = 1.0 / std::max(1u, lsmHeight - 1); in addBayerGainMapsForMetadata()
163 size_t lsmMapSize = lsmWidth * lsmHeight * 4; in addBayerGainMapsForMetadata()
[all …]
/frameworks/av/media/img_utils/include/img_utils/
DDngUtils.h85 uint32_t lsmHeight,
209 uint32_t lsmHeight,
223 uint32_t lsmHeight,
/frameworks/base/core/jni/
Dandroid_hardware_camera2_DngCreator.cpp1940 uint32_t lsmHeight = 0; in DngCreator_setup() local
1944 lsmHeight = static_cast<uint32_t>(entry1.data.i32[1]); in DngCreator_setup()
1957 if (entry2.count > 0 && entry2.count == lsmWidth * lsmHeight * 4) { in DngCreator_setup()
1960 lsmHeight, in DngCreator_setup()