Searched refs:cfa (Results 1 - 3 of 3) 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/av/media/img_utils/include/img_utils/
H A DDngUtils.h84 CfaLayout cfa,
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp861 camera_metadata_enum_android_sensor_info_color_filter_arrangement_t cfa = local
864 switch(cfa) {
905 camera_metadata_enum_android_sensor_info_color_filter_arrangement_t cfa = local
908 switch(cfa) {
933 * cfa - numChannels color channels corresponding to each of the per-channel noise profile
936 * the perChannelNoiseProfile and cfa arguments, respectively.
943 static status_t generateNoiseProfile(const double* perChannelNoiseProfile, uint8_t* cfa, argument
955 if (cfa[c] == planeColors[p] && perChannelNoiseProfile[c * 2] > noiseProfile[S]) {
1205 uint8_t cfa[cfaLength]; local
1206 if ((err = convertCFA(cfaEnum, /*out*/cfa)) !
[all...]

Completed in 2287 milliseconds