Searched refs:cfa (Results 1 - 3 of 3) sorted by last modified time

/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp667 camera_metadata_enum_android_sensor_info_color_filter_arrangement_t cfa = local
670 switch(cfa) {
711 camera_metadata_enum_android_sensor_info_color_filter_arrangement_t cfa = local
714 switch(cfa) {
739 * cfa - numChannels color channels corresponding to each of the per-channel noise profile
742 * the perChannelNoiseProfile and cfa arguments, respectively.
749 static status_t generateNoiseProfile(const double* perChannelNoiseProfile, uint8_t* cfa, argument
761 if (cfa[c] == planeColors[p] && perChannelNoiseProfile[c * 2] > noiseProfile[S]) {
968 uint8_t cfa[cfaLength]; local
969 if ((err = convertCFA(cfaEnum, /*out*/cfa)) !
[all...]
/frameworks/av/media/img_utils/include/img_utils/
H A DDngUtils.h83 CfaLayout cfa,
/frameworks/av/media/img_utils/src/
H A DDngUtils.cpp55 CfaLayout cfa,
87 switch(cfa) {
129 ALOGE("%s: Unknown CFA layout %d", __FUNCTION__, cfa);
49 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

Completed in 40 milliseconds