Home
last modified time | relevance | path

Searched refs:dvs_env (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/runtime/binary/src/
H A Dbinary.c52 const struct ia_css_resolution *dvs_env, in ia_css_binary_dvs_env() argument
56 assert(dvs_env); in ia_css_binary_dvs_env()
57 binary_dvs_env->width = max(dvs_env->width, SH_CSS_MIN_DVS_ENVELOPE); in ia_css_binary_dvs_env()
58 binary_dvs_env->height = max(dvs_env->height, SH_CSS_MIN_DVS_ENVELOPE); in ia_css_binary_dvs_env()
66 const struct ia_css_resolution *dvs_env, in ia_css_binary_internal_res() argument
77 ia_css_binary_dvs_env(info, dvs_env, &binary_dvs_env); in ia_css_binary_internal_res()
1081 struct ia_css_resolution *dvs_env, in ia_css_binary_fill_info() argument
1136 ia_css_binary_dvs_env(info, dvs_env, &binary_dvs_env); in ia_css_binary_fill_info()
1145 ia_css_binary_internal_res(in_info, bds_out_info, bin_out_info, dvs_env, in ia_css_binary_fill_info()
1403 struct ia_css_resolution dvs_env, internal_res; in __ia_css_binary_find() local
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/runtime/binary/interface/
H A Dia_css_binary.h101 struct ia_css_resolution dvs_env; member
171 struct ia_css_resolution *dvs_env,
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/camera/pipe/src/
H A Dpipe_binarydesc.c65 descr->dvs_env.width = 0; in pipe_binarydesc_get_offline()
66 descr->dvs_env.height = 0; in pipe_binarydesc_get_offline()
380 video_descr->dvs_env = pipe->config.dvs_envelope; in ia_css_pipe_get_video_binarydesc()
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/
H A Dsh_css_params.c750 const struct ia_css_resolution *dvs_env,
4120 const struct ia_css_resolution *dvs_env, in sh_css_update_uds_and_crop_info() argument
4133 assert(dvs_env); in sh_css_update_uds_and_crop_info()
4160 env_width = dvs_env->width - in sh_css_update_uds_and_crop_info()
4162 env_height = dvs_env->height - in sh_css_update_uds_and_crop_info()
4197 env_width = dvs_env->width; in sh_css_update_uds_and_crop_info()
4198 env_height = dvs_env->height; in sh_css_update_uds_and_crop_info()
4218 env_width = dvs_env->width - in sh_css_update_uds_and_crop_info()
4220 env_height = dvs_env->height - in sh_css_update_uds_and_crop_info()
4257 const struct ia_css_resolution *dvs_env, in sh_css_update_uds_and_crop_info_based_on_zoom_region() argument
[all …]
H A Dsh_css_internal.h992 const struct ia_css_resolution *dvs_env,
H A Dsh_css.c3327 struct ia_css_resolution dvs_env = pipe->config.dvs_envelope; in get_pipe_extra_pixel() local
3341 dvs_env = pipe->pipe_settings.preview.preview_binary.dvs_envelope; in get_pipe_extra_pixel()
3350 dvs_env = pipe->pipe_settings.video.video_binary.dvs_envelope; in get_pipe_extra_pixel()
3360 dvs_env.width += in get_pipe_extra_pixel()
3362 dvs_env.height += in get_pipe_extra_pixel()
3370 *extra_row = top_cropping + dvs_env.height; in get_pipe_extra_pixel()
3371 *extra_column = left_cropping + dvs_env.width; in get_pipe_extra_pixel()