Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/frame/src/
H A Dframe.c74 unsigned int raw_bit_depth);
80 unsigned int raw_bit_depth,
103 info->raw_bit_depth); in ia_css_frame_allocate_from_info()
114 unsigned int raw_bit_depth) in ia_css_frame_allocate() argument
626 unsigned int raw_bit_depth) in frame_allocate_with_data() argument
633 raw_bit_depth, in frame_allocate_with_data()
658 unsigned int raw_bit_depth, in frame_create() argument
671 me->frame_info.raw_bit_depth = raw_bit_depth; in frame_create()
701 if (info->raw_bit_depth) in ia_css_elems_bytes_from_info()
722 to->raw_bit_depth = (uint8_t)from->raw_bit_depth; in ia_css_frame_info_to_frame_sp_info()
[all …]
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/ob/ob_1.0/
H A Dia_css_ob.host.c40 unsigned int raw_bit_depth) in ia_css_ob_configure() argument
43 config->raw_bit_depth = raw_bit_depth; in ia_css_ob_configure()
54 = config->isp_pipe_version == 2 ? SH_CSS_BAYER_BITS : config->raw_bit_depth; in ia_css_ob_encode()
H A Dia_css_ob_param.h31 unsigned int raw_bit_depth; member
H A Dia_css_ob.host.h28 unsigned int raw_bit_depth);
/openbmc/linux/drivers/staging/media/atomisp/pci/camera/pipe/src/
H A Dpipe_binarydesc.c120 in_info->raw_bit_depth = 0; in ia_css_pipe_get_vfpp_binarydesc()
222 in_info->raw_bit_depth = ia_css_pipe_util_pipe_input_format_bpp(pipe); in ia_css_pipe_get_preview_binarydesc()
347 in_info->raw_bit_depth = ia_css_pipe_util_pipe_input_format_bpp(pipe); in ia_css_pipe_get_video_binarydesc()
458 in_info->raw_bit_depth = 0; in ia_css_pipe_get_yuvscaler_binarydesc()
503 in_info->raw_bit_depth = 0; in ia_css_pipe_get_capturepp_binarydesc()
570 in_info->raw_bit_depth = ia_css_pipe_util_pipe_input_format_bpp(pipe); in ia_css_pipe_get_primary_binarydesc()
618 in_info->raw_bit_depth = ia_css_pipe_util_pipe_input_format_bpp(pipe); in ia_css_pipe_get_pre_gdc_binarydesc()
672 in_info->raw_bit_depth = 16; in ia_css_pipe_get_post_gdc_binarydesc()
773 in_info->raw_bit_depth = ANR_ELEMENT_BITS; in ia_css_pipe_get_anr_binarydesc()
803 in_info->raw_bit_depth = ANR_ELEMENT_BITS; in ia_css_pipe_get_post_anr_binarydesc()
[all …]
/openbmc/linux/drivers/staging/media/atomisp/pci/
H A Dia_css_frame_public.h115 unsigned int raw_bit_depth; /** number of valid bits per pixel, member
227 unsigned int raw_bit_depth);
H A Dsh_css_sp.c284 pipe->copy.raw.raw_bit_depth = out_frame->frame_info.raw_bit_depth; in sh_css_sp_start_raw_copy()
358 pipe->copy.raw.raw_bit_depth = out_frame->frame_info.raw_bit_depth; in sh_css_sp_start_isys_copy()
H A Dsh_css_params.c3033 unsigned int raw_bit_depth) in process_kernel_parameters() argument
3038 (void)raw_bit_depth; in process_kernel_parameters()
3044 isp_pipe_version, raw_bit_depth); in process_kernel_parameters()
3047 ia_css_s3a_configure(raw_bit_depth); in process_kernel_parameters()
3072 unsigned int raw_bit_depth = 10; in sh_css_param_update_isp_params() local
3082 raw_bit_depth = ia_css_stream_input_format_bits_per_pixel(curr_pipe->stream); in sh_css_param_update_isp_params()
3150 isp_pipe_version, raw_bit_depth); in sh_css_param_update_isp_params()
H A Dsh_css_internal.h531 u32 raw_bit_depth; member
H A Dsh_css.c3127 in_frame->frame_info.raw_bit_depth = ia_css_pipe_util_pipe_input_format_bpp(pipe); in init_in_frameinfo_memory_defaults()
4926 tnr_info.raw_bit_depth = SH_CSS_TNR_BIT_DEPTH; in load_video_binaries()
5079 info->raw_bit_depth, info->raw_bayer_order); in sh_css_pipe_get_viewfinder_frame_info()
5543 ref_info.raw_bit_depth = SH_CSS_REF_BIT_DEPTH; in allocate_delay_frames()
6914 out_frame->frame_info.raw_bit_depth = in create_host_copy_pipeline()
7426 info->raw_bit_depth = in sh_css_pipe_get_output_frame_info()
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/s3a/s3a_1.0/
H A Dia_css_s3a.host.h27 unsigned int raw_bit_depth);
H A Dia_css_s3a.host.c41 ia_css_s3a_configure(unsigned int raw_bit_depth) in ia_css_s3a_configure() argument
43 s3a_raw_bit_depth = raw_bit_depth; in ia_css_s3a_configure()
/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/frame/interface/
H A Dia_css_frame_comm.h78 unsigned char raw_bit_depth; /* number of valid bits per pixel, member
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/fpn/fpn_1.0/
H A Dia_css_fpn.host.c86 my_info.raw_bit_depth = FPN_BITS_PER_PIXEL; in ia_css_fpn_configure()
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/vf/vf_1.0/
H A Dia_css_vf.host.c141 vf_info->raw_bit_depth = info->dma.vfdec_bits_per_pixel; in ia_css_vf_configure()
/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/binary/src/
H A Dbinary.c723 binary->internal_frame_info.raw_bit_depth = bits_per_pixel; in ia_css_binary_fill_info()
730 bits_per_pixel = in_info->raw_bit_depth; in ia_css_binary_fill_info()
759 binary->in_frame_info.raw_bit_depth = bits_per_pixel; in ia_css_binary_fill_info()
768 binary->out_frame_info[i].raw_bit_depth = bits_per_pixel; in ia_css_binary_fill_info()
775 binary->out_frame_info[i].raw_bit_depth = 16; in ia_css_binary_fill_info()
/openbmc/linux/drivers/staging/media/ipu3/
H A Dipu3-css.c734 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()
H A Dipu3-abi.h744 u32 raw_bit_depth; member
1350 u8 raw_bit_depth; /* number of valid bits per pixel, member
1806 u32 raw_bit_depth; member
/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/debug/src/
H A Dia_css_debug.c2571 frame->frame_info.raw_bit_depth, in ia_css_debug_pipe_graph_dump_frame()
2914 info->raw_bit_depth); in ia_css_debug_dump_frame_info()