Searched refs:pFecCfg (Results 1 – 1 of 1) sorted by relevance
2709 struct rkispp_fec_config *pFecCfg = &pp_cfg.fec_cfg; in convertAiqFecToIsp20Params() local2711 pFecCfg->crop_en = fec.crop_en; in convertAiqFecToIsp20Params()2712 pFecCfg->crop_width = fec.crop_width; in convertAiqFecToIsp20Params()2713 pFecCfg->crop_height = fec.crop_height; in convertAiqFecToIsp20Params()2714 pFecCfg->mesh_density = fec.mesh_density; in convertAiqFecToIsp20Params()2715 pFecCfg->mesh_size = fec.mesh_size; in convertAiqFecToIsp20Params()2716 pFecCfg->buf_fd = fec.mesh_buf_fd; in convertAiqFecToIsp20Params()