Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/media/atomisp/pci/isp/kernels/ipu2_io_ls/bayer_io_ls/
Dia_css_bayer_io.host.c31 const struct ia_css_frame **out_frames = (const struct ia_css_frame **) in ia_css_bayer_io_config() local
82 ia_css_dma_configure_from_info(&config, &out_frames[0]->info); in ia_css_bayer_io_config()
83 to->base_address = out_frames[0]->data; in ia_css_bayer_io_config()
84 to->width = out_frames[0]->info.res.width; in ia_css_bayer_io_config()
85 to->height = out_frames[0]->info.res.height; in ia_css_bayer_io_config()
/Linux-v5.10/drivers/staging/media/atomisp/pci/isp/kernels/ipu2_io_ls/yuv444_io_ls/
Dia_css_yuv444_io.host.c31 const struct ia_css_frame **out_frames = (const struct ia_css_frame **) in ia_css_yuv444_io_config() local
82 ia_css_dma_configure_from_info(&config, &out_frames[0]->info); in ia_css_yuv444_io_config()
83 to->base_address = out_frames[0]->data; in ia_css_yuv444_io_config()
84 to->width = out_frames[0]->info.res.width; in ia_css_yuv444_io_config()
85 to->height = out_frames[0]->info.res.height; in ia_css_yuv444_io_config()
/Linux-v5.10/drivers/staging/media/atomisp/pci/
Dsh_css.c3095 struct ia_css_frame *out_frames[IA_CSS_BINARY_MAX_OUTPUT_PORTS]; in add_vf_pp_stage() local
3109 ia_css_pipe_util_create_output_frames(out_frames); in add_vf_pp_stage()
3120 ia_css_pipe_util_set_output_frames(out_frames, 0, NULL); in add_vf_pp_stage()
3122 out_frames, in_frame, NULL); in add_vf_pp_stage()
3124 ia_css_pipe_util_set_output_frames(out_frames, 0, out_frame); in add_vf_pp_stage()
3126 out_frames, in_frame, NULL); in add_vf_pp_stage()
3152 struct ia_css_frame *out_frames[IA_CSS_BINARY_MAX_OUTPUT_PORTS]; in add_yuv_scaler_stage() local
3165 ia_css_pipe_util_create_output_frames(out_frames); in add_yuv_scaler_stage()
3170 ia_css_pipe_util_set_output_frames(out_frames, 0, NULL); in add_yuv_scaler_stage()
3172 yuv_scaler_binary, out_frames, in_frame, vf_frame); in add_yuv_scaler_stage()
[all …]
/Linux-v5.10/sound/xen/
Dxen_snd_front_alsa.c46 u32 out_frames; member
221 stream->out_frames = 0; in stream_clear()
591 stream->out_frames += delta; in xen_snd_front_alsa_handle_cur_pos()
592 if (stream->out_frames > substream->runtime->period_size) { in xen_snd_front_alsa_handle_cur_pos()
593 stream->out_frames %= substream->runtime->period_size; in xen_snd_front_alsa_handle_cur_pos()
/Linux-v5.10/arch/x86/xen/
Dmmu_pv.c2159 unsigned long *out_frames) in xen_zap_pfn_range() argument
2174 if (out_frames) in xen_zap_pfn_range()
2175 out_frames[i] = virt_to_pfn(vaddr); in xen_zap_pfn_range()
2313 unsigned long *out_frames = discontig_frames, in_frame; in xen_destroy_contiguous_region() local
2330 xen_zap_pfn_range(vstart, order, NULL, out_frames); in xen_destroy_contiguous_region()
2334 0, out_frames, 0); in xen_destroy_contiguous_region()
2338 xen_remap_exchanged_ptes(vstart, order, out_frames, 0); in xen_destroy_contiguous_region()
/Linux-v5.10/fs/ext4/
Dnamei.c2141 goto out_frames; in make_indexed_dir()
2144 goto out_frames; in make_indexed_dir()
2149 goto out_frames; in make_indexed_dir()
2153 out_frames: in make_indexed_dir()