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

/frameworks/av/media/img_utils/src/
H A DDngUtils.cpp60 CfaLayout cfa,
99 switch(cfa) {
141 ALOGE("%s: Unknown CFA layout %d", __FUNCTION__, cfa);
54 addGainMapsForMetadata(uint32_t lsmWidth, uint32_t lsmHeight, uint32_t activeAreaTop, uint32_t activeAreaLeft, uint32_t activeAreaBottom, uint32_t activeAreaRight, CfaLayout cfa, const float* lensShadingMap) argument
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp862 camera_metadata_enum_android_sensor_info_color_filter_arrangement_t cfa = local
865 switch(cfa) {
906 camera_metadata_enum_android_sensor_info_color_filter_arrangement_t cfa = local
909 switch(cfa) {
934 * cfa - numChannels color channels corresponding to each of the per-channel noise profile
937 * the perChannelNoiseProfile and cfa arguments, respectively.
944 static status_t generateNoiseProfile(const double* perChannelNoiseProfile, uint8_t* cfa, argument
956 if (cfa[c] == planeColors[p] && perChannelNoiseProfile[c * 2] > noiseProfile[S]) {
1206 uint8_t cfa[cfaLength]; local
1207 if ((err = convertCFA(cfaEnum, /*out*/cfa)) !
[all...]

Completed in 217 milliseconds