Searched refs:out_frames (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/staging/media/atomisp/pci/isp/kernels/ipu2_io_ls/yuv444_io_ls/ |
| H A D | ia_css_yuv444_io.host.c | 23 const struct ia_css_frame **out_frames = (const struct ia_css_frame **) in ia_css_yuv444_io_config() local 75 ret = ia_css_dma_configure_from_info(&config, &out_frames[0]->frame_info); in ia_css_yuv444_io_config() 79 to->base_address = out_frames[0]->data; in ia_css_yuv444_io_config() 80 to->width = out_frames[0]->frame_info.res.width; in ia_css_yuv444_io_config() 81 to->height = out_frames[0]->frame_info.res.height; in ia_css_yuv444_io_config()
|
| /linux/drivers/staging/media/atomisp/pci/isp/kernels/ipu2_io_ls/bayer_io_ls/ |
| H A D | ia_css_bayer_io.host.c | 22 const struct ia_css_frame **out_frames = (const struct ia_css_frame **) in ia_css_bayer_io_config() local 73 ret = ia_css_dma_configure_from_info(&config, &out_frames[0]->frame_info); in ia_css_bayer_io_config() 76 to->base_address = out_frames[0]->data; in ia_css_bayer_io_config() 77 to->width = out_frames[0]->frame_info.res.width; in ia_css_bayer_io_config() 78 to->height = out_frames[0]->frame_info.res.height; in ia_css_bayer_io_config()
|
| /linux/drivers/staging/media/atomisp/pci/ |
| H A D | sh_css.c | 2590 struct ia_css_frame *out_frames[IA_CSS_BINARY_MAX_OUTPUT_PORTS]; in add_vf_pp_stage() local 2604 ia_css_pipe_util_create_output_frames(out_frames); in add_vf_pp_stage() 2615 ia_css_pipe_util_set_output_frames(out_frames, 0, NULL); in add_vf_pp_stage() 2617 out_frames, in_frame, NULL); in add_vf_pp_stage() 2619 ia_css_pipe_util_set_output_frames(out_frames, 0, out_frame); in add_vf_pp_stage() 2621 out_frames, in_frame, NULL); in add_vf_pp_stage() 2647 struct ia_css_frame *out_frames[IA_CSS_BINARY_MAX_OUTPUT_PORTS]; in add_yuv_scaler_stage() local 2660 ia_css_pipe_util_create_output_frames(out_frames); in add_yuv_scaler_stage() 2665 ia_css_pipe_util_set_output_frames(out_frames, 0, NULL); in add_yuv_scaler_stage() 2667 yuv_scaler_binary, out_frames, in_frame, vf_frame); in add_yuv_scaler_stage() [all …]
|
| /linux/sound/xen/ |
| H A D | xen_snd_front_alsa.c | 46 u32 out_frames; member 216 stream->out_frames = 0; in stream_clear() 585 stream->out_frames += delta; in xen_snd_front_alsa_handle_cur_pos() 586 if (stream->out_frames > substream->runtime->period_size) { in xen_snd_front_alsa_handle_cur_pos() 587 stream->out_frames %= substream->runtime->period_size; in xen_snd_front_alsa_handle_cur_pos()
|
| /linux/arch/x86/xen/ |
| H A D | mmu_pv.c | 2230 unsigned long *out_frames) in xen_zap_pfn_range() argument 2245 if (out_frames) in xen_zap_pfn_range() 2246 out_frames[i] = virt_to_pfn((void *)vaddr); in xen_zap_pfn_range() 2385 unsigned long *out_frames, in_frame; in xen_destroy_contiguous_region() local 2398 out_frames = discontig_frames; in xen_destroy_contiguous_region() 2404 xen_zap_pfn_range(vstart, order, NULL, out_frames); in xen_destroy_contiguous_region() 2408 0, out_frames, 0); in xen_destroy_contiguous_region() 2412 xen_remap_exchanged_ptes(vstart, order, out_frames, 0); in xen_destroy_contiguous_region()
|