Home
last modified time | relevance | path

Searched refs:AtomIspConfigContent (Results 1 – 2 of 2) sorted by relevance

/external/libxcam/modules/isp/
Dx3a_isp_config.h33 struct AtomIspConfigContent { struct
81 AtomIspConfigContent () { in AtomIspConfigContent() argument
117 AtomIspConfigContent _isp_content;
178 AtomIspConfigContent _content;
Dx3a_isp_config.cpp26 void AtomIspConfigContent::clear () in clear()
28 memset (this, 0, sizeof (AtomIspConfigContent)); in clear()
32 AtomIspConfigContent::copy (const struct atomisp_parameters &config) in copy()