Home
last modified time | relevance | path

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

/linux/drivers/staging/media/atomisp/pci/
H A Dsh_css.c2823 struct ia_css_resolution dvs_env = pipe->config.dvs_envelope; in get_pipe_extra_pixel() local
2838 dvs_env = pipe->pipe_settings.preview.preview_binary.dvs_envelope; in get_pipe_extra_pixel()
2847 dvs_env = pipe->pipe_settings.video.video_binary.dvs_envelope; in get_pipe_extra_pixel()
2857 dvs_env.width += in get_pipe_extra_pixel()
2859 dvs_env.height += in get_pipe_extra_pixel()
2867 *extra_row = top_cropping + dvs_env.height; in get_pipe_extra_pixel()
2868 *extra_column = left_cropping + dvs_env.width; in get_pipe_extra_pixel()