Searched refs:colorTransform2 (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp1244 int32_t colorTransform2[entry2.count * 2]; local
1248 colorTransform2[ctr++] = entry2.data.r[i].numerator;
1249 colorTransform2[ctr++] = entry2.data.r[i].denominator;
1252 BAIL_IF_INVALID(writer->addEntry(TAG_COLORMATRIX2, entry2.count, colorTransform2,

Completed in 40 milliseconds