Searched refs:lsmWidth (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/media/img_utils/src/ |
D | DngUtils.cpp | 55 status_t OpcodeListBuilder::addGainMapsForMetadata(uint32_t lsmWidth, in addGainMapsForMetadata() argument 72 err = addBayerGainMapsForMetadata(lsmWidth, lsmHeight, activeAreaWidth, in addGainMapsForMetadata() 76 err = addMonochromeGainMapsForMetadata(lsmWidth, lsmHeight, activeAreaWidth, in addGainMapsForMetadata() 87 status_t OpcodeListBuilder::addBayerGainMapsForMetadata(uint32_t lsmWidth, 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() 161 double spacingH = 1.0 / std::max(1u, lsmWidth - 1); in addBayerGainMapsForMetadata() 163 size_t lsmMapSize = lsmWidth * lsmHeight * 4; in addBayerGainMapsForMetadata() [all …]
|
/frameworks/av/media/img_utils/include/img_utils/ |
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,
|
/frameworks/base/core/jni/ |
D | android_hardware_camera2_DngCreator.cpp | 1939 uint32_t lsmWidth = 0; in DngCreator_setup() local 1943 lsmWidth = static_cast<uint32_t>(entry1.data.i32[0]); in DngCreator_setup() 1957 if (entry2.count > 0 && entry2.count == lsmWidth * lsmHeight * 4) { in DngCreator_setup() 1959 err = builder.addGainMapsForMetadata(lsmWidth, in DngCreator_setup()
|