Home
last modified time | relevance | path

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

/drivers/staging/media/atomisp/pci/
Dsh_css_param_shading.c270 top_padding = binary->info->sp.pipeline.top_cropping * bds_numerator / in prepare_shading_table()
272 binary->info->sp.pipeline.top_cropping; in prepare_shading_table()
Dia_css_acc_types.h189 u32 top_cropping; member
Dsh_css_internal.h653 u16 top_cropping; member
Dsh_css_sp.c110 sh_css_sp_stage.top_cropping = (uint16_t) in copy_isp_stage_to_sp_stage()
111 sh_css_isp_stage.binary_info.pipeline.top_cropping; in copy_isp_stage_to_sp_stage()
Dsh_css.c3325 unsigned int left_cropping = 0, top_cropping = 0; in get_pipe_extra_pixel() local
3338 top_cropping = in get_pipe_extra_pixel()
3339 pipe->pipe_settings.preview.preview_binary.info->sp.pipeline.top_cropping; in get_pipe_extra_pixel()
3347 top_cropping = in get_pipe_extra_pixel()
3348 pipe->pipe_settings.video.video_binary.info->sp.pipeline.top_cropping; in get_pipe_extra_pixel()
3357 top_cropping += in get_pipe_extra_pixel()
3358 pipe->pipe_settings.capture.primary_binary[i].info->sp.pipeline.top_cropping; in get_pipe_extra_pixel()
3370 *extra_row = top_cropping + dvs_env.height; in get_pipe_extra_pixel()
Dsh_css_params.c4212 crop_y = info->pipeline.top_cropping; in sh_css_update_uds_and_crop_info()
4247 sp_out_crop_pos->y = (uint16_t)info->pipeline.top_cropping; in sh_css_update_uds_and_crop_info()
4338 sp_out_crop_pos->y = (uint16_t)info->pipeline.top_cropping; in sh_css_update_uds_and_crop_info_based_on_zoom_region()
/drivers/staging/media/atomisp/pci/runtime/binary/src/
Dbinary.c84 + info->pipeline.top_cropping + binary_dvs_env.height; in ia_css_binary_internal_res()
107 info->pipeline.top_cropping, in ia_css_binary_internal_res()
393 if (binary->info->sp.pipeline.top_cropping > 0 && in sh_css_binary_get_sc_requirements()
398 int top_cropping_bqs = _ISP_BQS(binary->info->sp.pipeline.top_cropping); in sh_css_binary_get_sc_requirements()
411 binary->info->sp.pipeline.top_cropping, top_padding_bqs); in sh_css_binary_get_sc_requirements()
1170 info->pipeline.top_cropping; in ia_css_binary_fill_info()
/drivers/staging/media/ipu3/
Dipu3-abi.h1486 u16 top_cropping; member
1541 u32 top_cropping; member
/drivers/staging/media/atomisp/pci/runtime/debug/src/
Dia_css_debug.c1226 ia_css_debug_dtrace(2, "top_cropping = %d\n", info->sp.pipeline.top_cropping); in debug_binary_info_print()