Home
last modified time | relevance | path

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

/linux/drivers/staging/media/atomisp/pci/
H A Datomisp_cmd.c4213 unsigned int *dvs_env_w, unsigned int *dvs_env_h) in atomisp_get_dis_envelop()
4222 *dvs_env_w = rounddown(width / 5, ATOM_ISP_STEP_WIDTH); in atomisp_check_copy_mode()
4255 unsigned int dvs_env_w, unsigned int dvs_env_h) in atomisp_set_fmt_to_snr()
4272 ffmt.width += asd->sink_pad_padding_w + dvs_env_w; in atomisp_set_fmt_to_snr()
4276 dvs_env_w, dvs_env_h); in atomisp_set_fmt_to_snr()
4294 req_ffmt.width -= dvs_env_w; in atomisp_set_fmt_to_snr()
4337 unsigned int dvs_env_w = 0, dvs_env_h = 0; in atomisp_set_fmt()
4377 &dvs_env_w, &dvs_env_h); in atomisp_set_fmt()
4379 ret = atomisp_set_fmt_to_snr(vdev, &f->fmt.pix, dvs_env_w, dvs_env_h); in atomisp_set_fmt()
4205 atomisp_get_dis_envelop(struct atomisp_sub_device * asd,unsigned int width,unsigned int height,unsigned int * dvs_env_w,unsigned int * dvs_env_h) atomisp_get_dis_envelop() argument
4247 atomisp_set_fmt_to_snr(struct video_device * vdev,const struct v4l2_pix_format * f,unsigned int dvs_env_w,unsigned int dvs_env_h) atomisp_set_fmt_to_snr() argument
4329 unsigned int dvs_env_w = 0, dvs_env_h = 0; atomisp_set_fmt() local