Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/img_utils/src/
H A DDngUtils.cpp148 std::vector<float> redMapVector(lsmWidth * lsmHeight); in addBayerGainMapsForMetadata()
161 double spacingH = 1.0 / std::max(1u, lsmWidth - 1); in addBayerGainMapsForMetadata()
163 size_t lsmMapSize = lsmWidth * lsmHeight * 4; in addBayerGainMapsForMetadata()
183 /*mapPointsH*/lsmWidth, in addBayerGainMapsForMetadata()
201 /*mapPointsH*/lsmWidth, in addBayerGainMapsForMetadata()
219 /*mapPointsH*/lsmWidth, in addBayerGainMapsForMetadata()
237 /*mapPointsH*/lsmWidth, in addBayerGainMapsForMetadata()
252 std::vector<float> mapVector(lsmWidth * lsmHeight); in addMonochromeGainMapsForMetadata()
256 double spacingH = 1.0 / std::max(1u, lsmWidth - 1); in addMonochromeGainMapsForMetadata()
258 size_t lsmMapSize = lsmWidth * lsmHeight * 4; in addMonochromeGainMapsForMetadata()
[all …]
/aosp12/frameworks/av/media/img_utils/include/img_utils/
H A DDngUtils.h84 virtual status_t addGainMapsForMetadata(uint32_t lsmWidth,
208 status_t addBayerGainMapsForMetadata(uint32_t lsmWidth,
222 status_t addMonochromeGainMapsForMetadata(uint32_t lsmWidth,
/aosp12/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp1956 uint32_t lsmWidth = 0; in DngCreator_setup() local
1960 lsmWidth = static_cast<uint32_t>(entry1.data.i32[0]); in DngCreator_setup()
1974 if (entry2.count > 0 && entry2.count == lsmWidth * lsmHeight * 4) { in DngCreator_setup()
1976 err = builder.addGainMapsForMetadata(lsmWidth, in DngCreator_setup()