Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/
H A Datomisp_subdev.h340 struct v4l2_pix_format dvs_envelop; member
H A Datomisp_cmd.c4349 config->dvs_envelop.width = 0; in atomisp_param()
4350 config->dvs_envelop.height = 0; in atomisp_param()
4356 config->dvs_envelop.width = vp_cfg->dvs_envelope.width; in atomisp_param()
4357 config->dvs_envelop.height = in atomisp_param()
4373 config->dvs_envelop.width = min(dvs_w, dvs_w_max); in atomisp_param()
4374 config->dvs_envelop.height = min(dvs_h, dvs_h_max); in atomisp_param()
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/include/linux/
H A Datomisp.h422 struct atomisp_dvs_envelop dvs_envelop; member