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

/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp859 * Write CFA pattern for given CFA enum into cfaOut. cfaOut must have length >= 4.
862 static status_t convertCFA(uint8_t cfaEnum, /*out*/uint8_t* cfaOut) { argument
868 cfaOut[0] = 0;
869 cfaOut[1] = 1;
870 cfaOut[2] = 1;
871 cfaOut[3] = 2;
875 cfaOut[0] = 1;
876 cfaOut[1] = 0;
877 cfaOut[
1638 uint8_t cfaOut[numCfaChannels]; local
[all...]

Completed in 49 milliseconds