Searched refs:lsmWidth (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/av/media/img_utils/src/ |
H A D | DngUtils.cpp | 148 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 D | DngUtils.h | 84 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 D | android_hardware_camera2_DngCreator.cpp | 1956 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()
|