Home
last modified time | relevance | path

Searched refs:numCfaChannels (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp1913 const status_t numCfaChannels = isBayer ? 4 : 1; in DngCreator_setup() local
1915 uint8_t cfaOut[numCfaChannels]; in DngCreator_setup()
1925 if (entry.count != numCfaChannels * 2) { in DngCreator_setup()
1930 if ((err = generateNoiseProfile(entry.data.d, cfaOut, numCfaChannels, in DngCreator_setup()