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

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

Completed in 8 milliseconds