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

/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp663 * Write CFA pattern for given CFA enum into cfaOut. cfaOut must have length >= 4.
666 static status_t convertCFA(uint8_t cfaEnum, /*out*/uint8_t* cfaOut) { argument
672 cfaOut[0] = 0;
673 cfaOut[1] = 1;
674 cfaOut[2] = 1;
675 cfaOut[3] = 2;
679 cfaOut[0] = 1;
680 cfaOut[1] = 0;
681 cfaOut[
1399 uint8_t cfaOut[numCfaChannels]; local
[all...]

Completed in 1491 milliseconds