Home
last modified time | relevance | path

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

/linux/drivers/staging/media/atomisp/pci/
H A Dsh_css_param_shading.c276 top_padding = binary->info->sp.pipeline.top_cropping * bds.numerator / in prepare_shading_table()
278 binary->info->sp.pipeline.top_cropping; in prepare_shading_table()
H A Dia_css_acc_types.h190 u32 top_cropping; member
H A Dsh_css_internal.h591 u16 top_cropping; member
H A Dsh_css_sp.c109 sh_css_sp_stage.top_cropping = (uint16_t) in copy_isp_stage_to_sp_stage()
110 sh_css_isp_stage.binary_info.pipeline.top_cropping; in copy_isp_stage_to_sp_stage()
H A Dsh_css.c2874 unsigned int left_cropping = 0, top_cropping = 0; in get_pipe_extra_pixel() local
2888 top_cropping = in get_pipe_extra_pixel()
2889 pipe->pipe_settings.preview.preview_binary.info->sp.pipeline.top_cropping; in get_pipe_extra_pixel()
2897 top_cropping = in get_pipe_extra_pixel()
2898 pipe->pipe_settings.video.video_binary.info->sp.pipeline.top_cropping; in get_pipe_extra_pixel()
2907 top_cropping += in get_pipe_extra_pixel()
2908 pipe->pipe_settings.capture.primary_binary[i].info->sp.pipeline.top_cropping; in get_pipe_extra_pixel()
2920 *extra_row = top_cropping + dvs_env.height; in get_pipe_extra_pixel()
H A Dsh_css_params.c4033 crop_y = info->pipeline.top_cropping; in sh_css_update_uds_and_crop_info()
4068 sp_out_crop_pos->y = (uint16_t)info->pipeline.top_cropping; in sh_css_update_uds_and_crop_info()
4157 sp_out_crop_pos->y = (uint16_t)info->pipeline.top_cropping; in sh_css_update_uds_and_crop_info_based_on_zoom_region()
/linux/drivers/staging/media/atomisp/pci/runtime/binary/src/
H A Dbinary.c86 + info->pipeline.top_cropping + binary_dvs_env.height; in ia_css_binary_internal_res()
109 info->pipeline.top_cropping, in ia_css_binary_internal_res()
737 info->pipeline.top_cropping; in ia_css_binary_fill_info()
/linux/drivers/staging/media/ipu3/
H A Dipu3-abi.h1486 u16 top_cropping; member
1541 u32 top_cropping; member
/linux/drivers/staging/media/atomisp/pci/runtime/debug/src/
H A Dia_css_debug.c389 ia_css_debug_dtrace(2, "top_cropping = %d\n", info->sp.pipeline.top_cropping); in debug_binary_info_print()