Searched refs:c3_isp_params_cfg (Results 1 – 4 of 4) sorted by relevance
24 .. c3_isp_params_cfg33 member of :c:type:`c3_isp_params_cfg`. Userspace is responsible for43 the data_size member of :c:type:`c3_isp_params_cfg`. For example:47 struct c3_isp_params_cfg *params =48 (struct c3_isp_params_cfg *)buffer;
508 struct c3_isp_params_cfg { struct516 static_assert((sizeof(struct c3_isp_params_cfg) - C3_ISP_PARAMS_MAX_SIZE) == argument
556 struct c3_isp_params_cfg *config = params->buff->cfg; in c3_isp_params_cfg_blocks()739 if (sizes[0] < sizeof(struct c3_isp_params_cfg)) in c3_isp_params_vb2_queue_setup()746 sizes[0] = sizeof(struct c3_isp_params_cfg); in c3_isp_params_vb2_queue_setup()767 struct c3_isp_params_cfg *usr_cfg = vb2_plane_vaddr(vb, 0); in c3_isp_params_vb2_buf_prepare()769 struct c3_isp_params_cfg *cfg = buf->cfg; in c3_isp_params_vb2_buf_prepare()844 params->vfmt.fmt.meta.buffersize = sizeof(struct c3_isp_params_cfg); in c3_isp_params_register()
91 :c:type:`c3_isp_params_cfg`.