Searched refs:_cpf_path (Results 1 – 6 of 6) sorted by relevance
/external/libxcam/modules/isp/ |
D | x3a_analyzer_aiq.cpp | 72 , _cpf_path (NULL) in X3aAnalyzerAiq() 75 _cpf_path = strndup (cpf_path, XCAM_MAX_STR_SIZE); in X3aAnalyzerAiq() 88 , _cpf_path (NULL) in X3aAnalyzerAiq() 91 _cpf_path = strndup (cpf_path, XCAM_MAX_STR_SIZE); in X3aAnalyzerAiq() 101 if (_cpf_path) in ~X3aAnalyzerAiq() 102 xcam_free (_cpf_path); in ~X3aAnalyzerAiq() 143 XCAM_ASSERT (_cpf_path); in internal_init() 144 CpfReader reader (_cpf_path); in internal_init() 156 "read cpf file(%s) failed", _cpf_path); in internal_init()
|
D | hybrid_analyzer_loader.cpp | 31 , _cpf_path (NULL) in HybridAnalyzerLoader() 43 XCAM_ASSERT (cpf_path && !_cpf_path); in set_cpf_path() 44 _cpf_path = cpf_path; in set_cpf_path() 65 analyzer = new HybridAnalyzer (desc, self, _isp, _cpf_path); in load_analyzer()
|
D | hybrid_analyzer_loader.h | 52 const char *_cpf_path;
|
D | x3a_analyzer_aiq.h | 64 char *_cpf_path; variable
|
D | hybrid_analyzer.h | 65 const char *_cpf_path; variable
|
D | hybrid_analyzer.cpp | 35 , _cpf_path (cpf_path) in HybridAnalyzer()
|