Lines Matching refs:cpf
89 const ia_binary_data *cpf,
111 const ia_binary_data *cpf, in init() argument
119 _handle = ia_isp_2_2_init (cpf, max_width, max_height, cmc, mkn); in init()
181 const ia_binary_data *cpf,
201 const ia_binary_data *cpf,
209 _handle = ia_isp_1_5_init (cpf, max_width, max_height, cmc, mkn);
1152 explicit CmcParser (ia_binary_data &cpf) in CmcParser() argument
1154 _cmc = ia_cmc_parser_init (&cpf); in CmcParser()
1208 AiqCompositor::open (ia_binary_data &cpf) in open() argument
1210 CmcParser cmc (cpf); in open()
1215 &cpf, NULL, NULL, in open()
1228 if (!_adaptor->init (&cpf, MAX_STATISTICS_WIDTH, MAX_STATISTICS_HEIGHT, cmc.get(), _ia_mkn)) { in open()