Lines Matching refs:lsmHeight
56 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()
182 /*mapPointsV*/lsmHeight, in addBayerGainMapsForMetadata()
200 /*mapPointsV*/lsmHeight, in addBayerGainMapsForMetadata()
218 /*mapPointsV*/lsmHeight, in addBayerGainMapsForMetadata()
236 /*mapPointsV*/lsmHeight, in addBayerGainMapsForMetadata()
248 uint32_t lsmHeight, in addMonochromeGainMapsForMetadata() argument
252 std::vector<float> mapVector(lsmWidth * lsmHeight); in addMonochromeGainMapsForMetadata()
255 double spacingV = 1.0 / std::max(1u, lsmHeight - 1); in addMonochromeGainMapsForMetadata()
258 size_t lsmMapSize = lsmWidth * lsmHeight * 4; in addMonochromeGainMapsForMetadata()
274 /*mapPointsV*/lsmHeight, in addMonochromeGainMapsForMetadata()