Lines Matching refs:binary

24 int ia_css_configure_iterator(const struct ia_css_binary *binary,
32 if (!binary->info->mem_offsets.offsets.config)
35 size = binary->info->mem_offsets.offsets.config->dmem.iterator.size;
39 offset = binary->info->mem_offsets.offsets.config->dmem.iterator.offset;
42 &binary->mem_params.params[IA_CSS_PARAM_CLASS_CONFIG][IA_CSS_ISP_DMEM].address[offset],
47 int ia_css_configure_copy_output(const struct ia_css_binary *binary,
55 if (!binary->info->mem_offsets.offsets.config)
58 size = binary->info->mem_offsets.offsets.config->dmem.copy_output.size;
62 offset = binary->info->mem_offsets.offsets.config->dmem.copy_output.offset;
65 &binary->mem_params.params[IA_CSS_PARAM_CLASS_CONFIG][IA_CSS_ISP_DMEM].address[offset],
72 int ia_css_configure_crop(const struct ia_css_binary *binary,
80 if (!binary->info->mem_offsets.offsets.config)
83 size = binary->info->mem_offsets.offsets.config->dmem.crop.size;
87 offset = binary->info->mem_offsets.offsets.config->dmem.crop.offset;
90 &binary->mem_params.params[IA_CSS_PARAM_CLASS_CONFIG][IA_CSS_ISP_DMEM].address[offset],
95 int ia_css_configure_fpn(const struct ia_css_binary *binary,
103 if (!binary->info->mem_offsets.offsets.config)
106 size = binary->info->mem_offsets.offsets.config->dmem.fpn.size;
110 offset = binary->info->mem_offsets.offsets.config->dmem.fpn.offset;
112 &binary->mem_params.params[IA_CSS_PARAM_CLASS_CONFIG][IA_CSS_ISP_DMEM].address[offset],
117 int ia_css_configure_dvs(const struct ia_css_binary *binary,
125 if (!binary->info->mem_offsets.offsets.config)
128 size = binary->info->mem_offsets.offsets.config->dmem.dvs.size;
132 offset = binary->info->mem_offsets.offsets.config->dmem.dvs.offset;
134 &binary->mem_params.params[IA_CSS_PARAM_CLASS_CONFIG][IA_CSS_ISP_DMEM].address[offset],
139 int ia_css_configure_qplane(const struct ia_css_binary *binary,
147 if (!binary->info->mem_offsets.offsets.config)
150 size = binary->info->mem_offsets.offsets.config->dmem.qplane.size;
154 offset = binary->info->mem_offsets.offsets.config->dmem.qplane.offset;
156 &binary->mem_params.params[IA_CSS_PARAM_CLASS_CONFIG][IA_CSS_ISP_DMEM].address[offset],
162 int ia_css_configure_output0(const struct ia_css_binary *binary,
170 if (!binary->info->mem_offsets.offsets.config)
173 size = binary->info->mem_offsets.offsets.config->dmem.output0.size;
177 offset = binary->info->mem_offsets.offsets.config->dmem.output0.offset;
180 &binary->mem_params.params[IA_CSS_PARAM_CLASS_CONFIG][IA_CSS_ISP_DMEM].address[offset],
185 int ia_css_configure_output1(const struct ia_css_binary *binary,
193 if (!binary->info->mem_offsets.offsets.config)
196 size = binary->info->mem_offsets.offsets.config->dmem.output1.size;
200 offset = binary->info->mem_offsets.offsets.config->dmem.output1.offset;
203 &binary->mem_params.params[IA_CSS_PARAM_CLASS_CONFIG][IA_CSS_ISP_DMEM].address[offset],
208 int ia_css_configure_output(const struct ia_css_binary *binary,
216 if (!binary->info->mem_offsets.offsets.config)
219 size = binary->info->mem_offsets.offsets.config->dmem.output.size;
223 offset = binary->info->mem_offsets.offsets.config->dmem.output.offset;
226 &binary->mem_params.params[IA_CSS_PARAM_CLASS_CONFIG][IA_CSS_ISP_DMEM].address[offset],
231 int ia_css_configure_raw(const struct ia_css_binary *binary,
239 if (!binary->info->mem_offsets.offsets.config)
242 size = binary->info->mem_offsets.offsets.config->dmem.raw.size;
246 offset = binary->info->mem_offsets.offsets.config->dmem.raw.offset;
249 &binary->mem_params.params[IA_CSS_PARAM_CLASS_CONFIG][IA_CSS_ISP_DMEM].address[offset],
254 int ia_css_configure_tnr(const struct ia_css_binary *binary,
262 if (!binary->info->mem_offsets.offsets.config)
265 size = binary->info->mem_offsets.offsets.config->dmem.tnr.size;
269 offset = binary->info->mem_offsets.offsets.config->dmem.tnr.offset;
272 &binary->mem_params.params[IA_CSS_PARAM_CLASS_CONFIG][IA_CSS_ISP_DMEM].address[offset],
277 int ia_css_configure_ref(const struct ia_css_binary *binary,
285 if (!binary->info->mem_offsets.offsets.config)
288 size = binary->info->mem_offsets.offsets.config->dmem.ref.size;
292 offset = binary->info->mem_offsets.offsets.config->dmem.ref.offset;
295 &binary->mem_params.params[IA_CSS_PARAM_CLASS_CONFIG][IA_CSS_ISP_DMEM].address[offset],
300 int ia_css_configure_vf(const struct ia_css_binary *binary,
308 if (!binary->info->mem_offsets.offsets.config)
311 size = binary->info->mem_offsets.offsets.config->dmem.vf.size;
315 offset = binary->info->mem_offsets.offsets.config->dmem.vf.offset;
318 &binary->mem_params.params[IA_CSS_PARAM_CLASS_CONFIG][IA_CSS_ISP_DMEM].address[offset],