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

/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp857 * Write CFA pattern for given CFA enum into cfaOut. cfaOut must have length >= 4.
860 static status_t convertCFA(uint8_t cfaEnum, /*out*/uint8_t* cfaOut) { argument
866 cfaOut[0] = 0;
867 cfaOut[1] = 1;
868 cfaOut[2] = 1;
869 cfaOut[3] = 2;
873 cfaOut[0] = 1;
874 cfaOut[1] = 0;
875 cfaOut[
1626 uint8_t cfaOut[numCfaChannels]; local
[all...]

Completed in 36 milliseconds