OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XCam3aResultNoiseReduction
(Results
1 - 5
of
5
) sorted by null
/external/libxcam/modules/isp/
isp_config_translator.h
42
XCamReturn translate_noise_reduction (const
XCam3aResultNoiseReduction
&from, struct atomisp_nr_config &to);
/external/libxcam/xcore/
x3a_result_factory.h
46
SmartPtr<X3aNoiseReductionResult> create_noise_reduction (
XCam3aResultNoiseReduction
*from = NULL);
x3a_result.h
155
typedef X3aStandardResultT<
XCam3aResultNoiseReduction
> X3aNoiseReductionResult;
x3a_result_factory.cpp
98
result = create_noise_reduction ((
XCam3aResultNoiseReduction
*)from);
199
X3aResultFactory::create_noise_reduction (
XCam3aResultNoiseReduction
*from)
/external/libxcam/xcore/base/
xcam_3a_result.h
179
}
XCam3aResultNoiseReduction
;
Completed in 276 milliseconds