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

/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp1230 int32_t colorTransform1[entry1.count * 2]; local
1234 colorTransform1[ctr++] = entry1.data.r[i].numerator;
1235 colorTransform1[ctr++] = entry1.data.r[i].denominator;
1238 BAIL_IF_INVALID(writer->addEntry(TAG_COLORMATRIX1, entry1.count, colorTransform1,

Completed in 212 milliseconds