/linux-6.14.4/drivers/staging/media/atomisp/pci/runtime/frame/src/ |
D | frame.c | 65 unsigned int raw_bit_depth); 71 unsigned int raw_bit_depth, 94 info->raw_bit_depth); in ia_css_frame_allocate_from_info() 105 unsigned int raw_bit_depth) in ia_css_frame_allocate() argument 114 width, height, format, padded_width, raw_bit_depth); in ia_css_frame_allocate() 117 padded_width, raw_bit_depth); in ia_css_frame_allocate() 168 frame->frame_info.raw_bit_depth); in ia_css_frame_init_planes() 174 frame->frame_info.raw_bit_depth <= 8 ? 1 : 2); in ia_css_frame_init_planes() 418 unsigned int bits_per_pixel = is_raw_packed ? info->raw_bit_depth : in ia_css_dma_configure_from_info() 617 unsigned int raw_bit_depth) in frame_allocate_with_data() argument [all …]
|
/linux-6.14.4/drivers/staging/media/atomisp/pci/isp/kernels/ob/ob_1.0/ |
D | ia_css_ob.host.c | 31 unsigned int raw_bit_depth) in ia_css_ob_configure() argument 34 config->raw_bit_depth = raw_bit_depth; in ia_css_ob_configure() 45 = config->isp_pipe_version == 2 ? SH_CSS_BAYER_BITS : config->raw_bit_depth; in ia_css_ob_encode()
|
D | ia_css_ob_param.h | 22 unsigned int raw_bit_depth; member
|
D | ia_css_ob.host.h | 19 unsigned int raw_bit_depth);
|
/linux-6.14.4/drivers/staging/media/atomisp/pci/camera/pipe/src/ |
D | pipe_binarydesc.c | 111 in_info->raw_bit_depth = 0; in ia_css_pipe_get_vfpp_binarydesc() 213 in_info->raw_bit_depth = ia_css_pipe_util_pipe_input_format_bpp(pipe); in ia_css_pipe_get_preview_binarydesc() 338 in_info->raw_bit_depth = ia_css_pipe_util_pipe_input_format_bpp(pipe); in ia_css_pipe_get_video_binarydesc() 449 in_info->raw_bit_depth = 0; in ia_css_pipe_get_yuvscaler_binarydesc() 494 in_info->raw_bit_depth = 0; in ia_css_pipe_get_capturepp_binarydesc() 561 in_info->raw_bit_depth = ia_css_pipe_util_pipe_input_format_bpp(pipe); in ia_css_pipe_get_primary_binarydesc() 609 in_info->raw_bit_depth = ia_css_pipe_util_pipe_input_format_bpp(pipe); in ia_css_pipe_get_pre_gdc_binarydesc() 663 in_info->raw_bit_depth = 16; in ia_css_pipe_get_post_gdc_binarydesc() 691 in_info->raw_bit_depth = ia_css_pipe_util_pipe_input_format_bpp(pipe); in ia_css_pipe_get_pre_de_binarydesc() 730 in_info->raw_bit_depth = ia_css_pipe_util_pipe_input_format_bpp(pipe); in ia_css_pipe_get_pre_anr_binarydesc() [all …]
|
/linux-6.14.4/drivers/staging/media/atomisp/pci/ |
D | ia_css_frame_public.h | 106 unsigned int raw_bit_depth; /** number of valid bits per pixel, member 210 unsigned int raw_bit_depth);
|
D | sh_css_sp.c | 265 pipe->copy.raw.raw_bit_depth = out_frame->frame_info.raw_bit_depth; in sh_css_sp_start_raw_copy() 336 pipe->copy.raw.raw_bit_depth = out_frame->frame_info.raw_bit_depth; in sh_css_sp_start_isys_copy()
|
D | sh_css_params.c | 3024 unsigned int raw_bit_depth) in process_kernel_parameters() argument 3029 (void)raw_bit_depth; in process_kernel_parameters() 3035 isp_pipe_version, raw_bit_depth); in process_kernel_parameters() 3038 ia_css_s3a_configure(raw_bit_depth); in process_kernel_parameters() 3063 unsigned int raw_bit_depth = 10; in sh_css_param_update_isp_params() local 3073 raw_bit_depth = ia_css_stream_input_format_bits_per_pixel(curr_pipe->stream); in sh_css_param_update_isp_params() 3141 isp_pipe_version, raw_bit_depth); in sh_css_param_update_isp_params()
|
D | sh_css_internal.h | 506 u32 raw_bit_depth; member
|
D | sh_css.c | 2960 in_frame->frame_info.raw_bit_depth = ia_css_pipe_util_pipe_input_format_bpp(pipe); in init_in_frameinfo_memory_defaults() 4750 tnr_info.raw_bit_depth = SH_CSS_TNR_BIT_DEPTH; in load_video_binaries() 4903 info->raw_bit_depth, info->raw_bayer_order); in sh_css_pipe_get_viewfinder_frame_info() 5367 ref_info.raw_bit_depth = SH_CSS_REF_BIT_DEPTH; in allocate_delay_frames() 6729 out_frame->frame_info.raw_bit_depth = in create_host_copy_pipeline() 7239 info->raw_bit_depth = in sh_css_pipe_get_output_frame_info()
|
/linux-6.14.4/drivers/staging/media/atomisp/pci/isp/kernels/s3a/s3a_1.0/ |
D | ia_css_s3a.host.h | 18 unsigned int raw_bit_depth);
|
D | ia_css_s3a.host.c | 32 ia_css_s3a_configure(unsigned int raw_bit_depth) in ia_css_s3a_configure() argument 34 s3a_raw_bit_depth = raw_bit_depth; in ia_css_s3a_configure()
|
/linux-6.14.4/drivers/staging/media/atomisp/pci/runtime/frame/interface/ |
D | ia_css_frame_comm.h | 69 unsigned char raw_bit_depth; /* number of valid bits per pixel, member
|
/linux-6.14.4/drivers/staging/media/atomisp/pci/isp/kernels/fpn/fpn_1.0/ |
D | ia_css_fpn.host.c | 78 my_info.raw_bit_depth = FPN_BITS_PER_PIXEL; in ia_css_fpn_configure()
|
/linux-6.14.4/drivers/staging/media/atomisp/pci/isp/kernels/vf/vf_1.0/ |
D | ia_css_vf.host.c | 132 vf_info->raw_bit_depth = info->dma.vfdec_bits_per_pixel; in ia_css_vf_configure()
|
/linux-6.14.4/drivers/staging/media/atomisp/pci/runtime/binary/src/ |
D | binary.c | 714 binary->internal_frame_info.raw_bit_depth = bits_per_pixel; in ia_css_binary_fill_info() 721 bits_per_pixel = in_info->raw_bit_depth; in ia_css_binary_fill_info() 750 binary->in_frame_info.raw_bit_depth = bits_per_pixel; in ia_css_binary_fill_info() 759 binary->out_frame_info[i].raw_bit_depth = bits_per_pixel; in ia_css_binary_fill_info() 766 binary->out_frame_info[i].raw_bit_depth = 16; in ia_css_binary_fill_info()
|
/linux-6.14.4/drivers/staging/media/ipu3/ |
D | ipu3-css.c | 734 frame_sp_info->raw_bit_depth = css_queue_in->css_fmt->bit_depth; in imgu_css_pipeline_init() 743 frame_sp_info->raw_bit_depth = css_queue_out->css_fmt->bit_depth; in imgu_css_pipeline_init() 752 frame_sp_info->raw_bit_depth = css_queue_out->css_fmt->bit_depth; in imgu_css_pipeline_init() 761 frame_sp_info->raw_bit_depth = css_queue_vf->css_fmt->bit_depth; in imgu_css_pipeline_init() 923 frame_sp->info.raw_bit_depth = css_queue_in->css_fmt->bit_depth; in imgu_css_pipeline_init() 934 frame_sp->info.raw_bit_depth = css_queue_out->css_fmt->bit_depth; in imgu_css_pipeline_init() 950 frame_sp_info->raw_bit_depth = css_queue_out->css_fmt->bit_depth; in imgu_css_pipeline_init() 959 frame_sp->info.raw_bit_depth = css_queue_vf->css_fmt->bit_depth; in imgu_css_pipeline_init()
|
D | ipu3-abi.h | 744 u32 raw_bit_depth; member 1350 u8 raw_bit_depth; /* number of valid bits per pixel, member 1806 u32 raw_bit_depth; member
|
/linux-6.14.4/drivers/staging/media/atomisp/pci/runtime/debug/src/ |
D | ia_css_debug.c | 1096 frame->frame_info.raw_bit_depth, in ia_css_debug_pipe_graph_dump_frame() 1439 info->raw_bit_depth); in ia_css_debug_dump_frame_info()
|