Home
last modified time | relevance | path

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

/frameworks/av/media/img_utils/src/
DDngUtils.cpp54 status_t OpcodeListBuilder::addGainMapsForMetadata(uint32_t lsmWidth, in addGainMapsForMetadata() argument
65 double spacingH = 1.0 / lsmWidth; in addGainMapsForMetadata()
67 std::vector<float> redMapVector(lsmWidth * lsmHeight); in addGainMapsForMetadata()
70 std::vector<float> greenEvenMapVector(lsmWidth * lsmHeight); in addGainMapsForMetadata()
73 std::vector<float> greenOddMapVector(lsmWidth * lsmHeight); in addGainMapsForMetadata()
76 std::vector<float> blueMapVector(lsmWidth * lsmHeight); in addGainMapsForMetadata()
79 size_t lsmMapSize = lsmWidth * lsmHeight * 4; in addGainMapsForMetadata()
154 /*mapPointsH*/lsmWidth, in addGainMapsForMetadata()
172 /*mapPointsH*/lsmWidth, in addGainMapsForMetadata()
190 /*mapPointsH*/lsmWidth, in addGainMapsForMetadata()
[all …]
/frameworks/av/media/img_utils/include/img_utils/
DDngUtils.h78 virtual status_t addGainMapsForMetadata(uint32_t lsmWidth,
/frameworks/base/core/jni/
Dandroid_hardware_camera2_DngCreator.cpp1667 uint32_t lsmWidth = 0; in DngCreator_setup() local
1671 lsmWidth = static_cast<uint32_t>(entry1.data.i32[0]); in DngCreator_setup()
1684 if (entry2.count > 0 && entry2.count == lsmWidth * lsmHeight * 4) { in DngCreator_setup()
1686 err = builder.addGainMapsForMetadata(lsmWidth, in DngCreator_setup()