Lines Matching refs:lsmWidth
55 status_t OpcodeListBuilder::addGainMapsForMetadata(uint32_t lsmWidth, in addGainMapsForMetadata() argument
66 double spacingH = 1.0 / std::max(1u, lsmWidth - 1); in addGainMapsForMetadata()
68 std::vector<float> redMapVector(lsmWidth * lsmHeight); in addGainMapsForMetadata()
71 std::vector<float> greenEvenMapVector(lsmWidth * lsmHeight); in addGainMapsForMetadata()
74 std::vector<float> greenOddMapVector(lsmWidth * lsmHeight); in addGainMapsForMetadata()
77 std::vector<float> blueMapVector(lsmWidth * lsmHeight); in addGainMapsForMetadata()
80 size_t lsmMapSize = lsmWidth * lsmHeight * 4; in addGainMapsForMetadata()
155 /*mapPointsH*/lsmWidth, in addGainMapsForMetadata()
173 /*mapPointsH*/lsmWidth, in addGainMapsForMetadata()
191 /*mapPointsH*/lsmWidth, in addGainMapsForMetadata()
209 /*mapPointsH*/lsmWidth, in addGainMapsForMetadata()