OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:macc_config
(Results
1 - 3
of
3
) sorted by null
/external/libxcam/modules/isp/
x3a_isp_config.cpp
63
if (config.
macc_config
) {
64
macc_config
= *config.
macc_config
;
65
isp_config.
macc_config
= &
macc_config
;
x3a_isp_config.h
55
struct atomisp_macc_config
macc_config
;
member in struct:XCam::AtomIspConfigContent
aiq3a_utils.cpp
165
if (atomisp_params.
macc_config
) {
171
coefficient = pow (2, (13 - atomisp_params.
macc_config
->color_effect));
Completed in 526 milliseconds