Searched refs:cal_fec_mesh (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/ispp/ |
| H A D | ispp.h | 45 u32 cal_fec_mesh(u32 width, u32 height, u32 mode);
|
| H A D | stream_v20.c | 119 mesh_size = cal_fec_mesh(stream->out_fmt.width, stream->out_fmt.height, 1); in config_fec() 122 mesh_size = cal_fec_mesh(stream->out_fmt.width, stream->out_fmt.height, 0); in config_fec()
|
| H A D | params_v20.c | 40 mesh_size = cal_fec_mesh(width, height, 1); in fec_config()
|
| H A D | ispp.c | 17 u32 cal_fec_mesh(u32 width, u32 height, u32 mode) in cal_fec_mesh() function
|
| H A D | fec.c | 151 mesh_size = cal_fec_mesh(out_w, out_h, !!density); in fec_running()
|
| H A D | params.c | 121 mesh_size = cal_fec_mesh(width, height, fecsize->meas_mode); in rkispp_param_init_fecbuf()
|
| H A D | params_v10.c | 505 mesh_size = cal_fec_mesh(width, height, 0); in fec_config()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/afec/ |
| H A D | rk_aiq_algo_afec_itf.cpp | 205 uint32_t cal_fec_mesh(uint32_t width, uint32_t height, uint32_t mode, uint32_t &meshw, uint32_t &me… in cal_fec_mesh() function 445 cal_fec_mesh(fecCtx->src_width, fecCtx->src_height, fecCtx->mesh_density, in prepare()
|