Home
last modified time | relevance | path

Searched refs:out_frame (Results 1 – 25 of 28) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/camera/pipe/src/
H A Dpipe_stagedesc.c23 struct ia_css_frame *out_frame[], in ia_css_pipe_get_generic_stage_desc() argument
30 stage_desc, binary, out_frame, in_frame, vf_frame); in ia_css_pipe_get_generic_stage_desc()
45 stage_desc->out_frame[i] = out_frame[i]; in ia_css_pipe_get_generic_stage_desc()
55 struct ia_css_frame *out_frame[], in ia_css_pipe_get_firmwares_stage_desc() argument
72 stage_desc->out_frame[i] = out_frame[i]; in ia_css_pipe_get_firmwares_stage_desc()
93 stage_desc->out_frame[i] = NULL; in ia_css_pipe_get_acc_stage_desc()
100 struct ia_css_frame *out_frame, in ia_css_pipe_get_sp_func_stage_desc() argument
114 stage_desc->out_frame[0] = out_frame; in ia_css_pipe_get_sp_func_stage_desc()
116 stage_desc->out_frame[i] = NULL; in ia_css_pipe_get_sp_func_stage_desc()
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/
H A Dsh_css_sp.c198 struct ia_css_frame *out_frame, in sh_css_sp_start_binary_copy() argument
206 assert(out_frame); in sh_css_sp_start_binary_copy()
211 pipe->copy.bin.bytes_available = out_frame->data_bytes; in sh_css_sp_start_binary_copy()
241 set_output_frame_buffer(out_frame, 0); in sh_css_sp_start_binary_copy()
249 sh_css_sp_start_raw_copy(struct ia_css_frame *out_frame, in sh_css_sp_start_raw_copy() argument
261 assert(out_frame); in sh_css_sp_start_raw_copy()
280 pipe->copy.raw.height = out_frame->info.res.height; in sh_css_sp_start_raw_copy()
281 pipe->copy.raw.width = out_frame->info.res.width; in sh_css_sp_start_raw_copy()
282 pipe->copy.raw.padded_width = out_frame->info.padded_width; in sh_css_sp_start_raw_copy()
283 pipe->copy.raw.raw_bit_depth = out_frame->info.raw_bit_depth; in sh_css_sp_start_raw_copy()
[all …]
H A Dsh_css.c307 struct ia_css_frame *out_frame, unsigned int idx);
342 struct ia_css_frame *out_frame);
1389 struct ia_css_frame *out_frame) { in start_copy_on_sp() argument
1390 (void)out_frame; in start_copy_on_sp()
1404 …sh_css_sp_start_binary_copy(ia_css_pipe_get_pipe_num(pipe), out_frame, pipe->stream->config.pixels… in start_copy_on_sp()
1428 args->out_frame[i] = NULL; in sh_css_binary_args_reset()
3035 struct ia_css_frame *out_frame, in add_firmwares() argument
3053 if ((fw == last_fw) && (fw->info.isp.sp.enable.out_frame != 0)) { in add_firmwares()
3054 out[0] = out_frame; in add_firmwares()
3059 if (fw->info.isp.sp.enable.out_frame != 0) { in add_firmwares()
[all …]
H A Dia_css_acc_types.h162 u32 out_frame; /* Address in ISP dmem */ member
254 u8 out_frame; member
H A Dsh_css_sp.h46 struct ia_css_frame *out_frame,
H A Dsh_css_internal.h281 *out_frame[IA_CSS_BINARY_MAX_OUTPUT_PORTS]; /* output frame */ member
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/runtime/pipeline/src/
H A Dpipeline.c307 if (last && last->args.out_frame[0]) in ia_css_pipeline_create_and_add_stage()
308 stage_desc->in_frame = last->args.out_frame[0]; in ia_css_pipeline_create_and_add_stage()
506 ia_css_frame_free(stage->args.out_frame[i]); in pipeline_stage_destroy()
507 stage->args.out_frame[i] = NULL; in pipeline_stage_destroy()
577 struct ia_css_frame *out_frame[IA_CSS_BINARY_MAX_OUTPUT_PORTS]; in pipeline_stage_create() local
592 out_frame[i] = stage_desc->out_frame[i]; in pipeline_stage_create()
625 if (!(out_frame[i]) && (binary) in pipeline_stage_create()
627 err = ia_css_frame_allocate_from_info(&out_frame[i], in pipeline_stage_create()
656 stage->args.out_frame[i] = out_frame[i]; in pipeline_stage_create()
685 memcpy(&pipeline->out_frame[i], &ia_css_default_frame, in pipeline_init_defaults()
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/camera/pipe/interface/
H A Dia_css_pipe_stagedesc.h28 struct ia_css_frame *out_frame[],
35 struct ia_css_frame *out_frame[],
48 struct ia_css_frame *out_frame,
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-good/
H A D0005-video-flip-Support-rockchip-RGA-2D-accel.patch171 + GstVideoFrame * out_frame, GstVideoFrame * in_frame)
175 + gint dw = GST_VIDEO_FRAME_WIDTH (out_frame);
176 + gint dh = GST_VIDEO_FRAME_HEIGHT (out_frame);
204 + if (!get_rga_info (out_frame, &dst_info, 0, 0, dw, dh)) {
257 GST_VIDEO_FRAME_WIDTH (out_frame), GST_VIDEO_FRAME_HEIGHT (out_frame));
262 + if (video_flip_try_rga (videoflip, out_frame, in_frame)) {
274 videoflip->process (videoflip, out_frame, in_frame);
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22/
H A D0005-video-flip-Support-rockchip-RGA-2D-accel.patch171 + GstVideoFrame * out_frame, GstVideoFrame * in_frame)
175 + gint dw = GST_VIDEO_FRAME_WIDTH (out_frame);
176 + gint dh = GST_VIDEO_FRAME_HEIGHT (out_frame);
204 + if (!get_rga_info (out_frame, &dst_info, 0, 0, dw, dh)) {
257 GST_VIDEO_FRAME_WIDTH (out_frame), GST_VIDEO_FRAME_HEIGHT (out_frame));
262 + if (video_flip_try_rga (videoflip, out_frame, in_frame)) {
274 videoflip->process (videoflip, out_frame, in_frame);
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.20/
H A D0005-video-flip-Support-rockchip-RGA-2D-accel.patch171 + GstVideoFrame * out_frame, GstVideoFrame * in_frame)
175 + gint dw = GST_VIDEO_FRAME_WIDTH (out_frame);
176 + gint dh = GST_VIDEO_FRAME_HEIGHT (out_frame);
204 + if (!get_rga_info (out_frame, &dst_info, 0, 0, dw, dh)) {
257 GST_VIDEO_FRAME_WIDTH (out_frame), GST_VIDEO_FRAME_HEIGHT (out_frame));
262 + if (video_flip_try_rga (videoflip, out_frame, in_frame)) {
274 videoflip->process (videoflip, out_frame, in_frame);
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/runtime/pipeline/interface/
H A Dia_css_pipeline.h51 struct ia_css_frame out_frame[IA_CSS_PIPE_MAX_OUTPUT_STAGE]; member
63 .out_frame = {DEFAULT_FRAME}, \
79 struct ia_css_frame *out_frame[IA_CSS_BINARY_MAX_OUTPUT_PORTS]; member
/OK3568_Linux_fs/kernel/drivers/media/platform/s3c-camif/
H A Dcamif-capture.c55 struct camif_frame *f = &vp->out_frame; in camif_prepare_dma_offset()
244 struct camif_frame *frame = &vp->out_frame; in camif_prepare_addr()
442 struct camif_frame *frame = &vp->out_frame; in queue_setup()
693 struct camif_frame *frame = &vp->out_frame; in s3c_camif_vidioc_g_fmt()
771 struct camif_frame *out_frame = &vp->out_frame; in s3c_camif_vidioc_s_fmt() local
786 out_frame->f_width = pix->width; in s3c_camif_vidioc_s_fmt()
787 out_frame->f_height = pix->height; in s3c_camif_vidioc_s_fmt()
790 out_frame->rect.width = pix->width; in s3c_camif_vidioc_s_fmt()
791 out_frame->rect.height = pix->height; in s3c_camif_vidioc_s_fmt()
792 out_frame->rect.left = 0; in s3c_camif_vidioc_s_fmt()
[all …]
H A Dcamif-regs.c220 struct camif_frame *frame = &vp->out_frame; in camif_hw_set_out_dma_size()
258 struct camif_frame *frame = &vp->out_frame; in camif_hw_set_output_dma()
299 struct camif_frame *frame = &vp->out_frame; in camif_hw_set_target_format()
H A Dcamif-core.c148 int target_x = vp->out_frame.rect.width; in s3c_camif_get_scaler_config()
149 int target_y = vp->out_frame.rect.height; in s3c_camif_get_scaler_config()
H A Dcamif-core.h224 struct camif_frame out_frame; member
/OK3568_Linux_fs/kernel/drivers/media/platform/sti/delta/
H A Ddelta-mjpeg-dec.c26 struct delta_frame *out_frame; member
318 ctx->out_frame = frame; in delta_mjpeg_ipc_decode()
434 if (!ctx->out_frame) in delta_mjpeg_get_frame()
437 *frame = ctx->out_frame; in delta_mjpeg_get_frame()
439 ctx->out_frame = NULL; in delta_mjpeg_get_frame()
/OK3568_Linux_fs/kernel/drivers/media/platform/exynos4-is/
H A Dfimc-lite.c141 if (fimc->inp_frame.fmt == NULL || fimc->out_frame.fmt == NULL) in fimc_lite_hw_init()
155 flite_hw_set_output_dma(fimc, &fimc->out_frame, !isp_output); in fimc_lite_hw_init()
238 flite_hw_set_dma_window(fimc, &fimc->out_frame); in fimc_lite_config_update()
354 struct flite_frame *frame = &fimc->out_frame; in queue_setup()
385 if (fimc->out_frame.fmt == NULL) in buffer_prepare()
388 for (i = 0; i < fimc->out_frame.fmt->memplanes; i++) { in buffer_prepare()
623 struct flite_frame *frame = &fimc->out_frame; in fimc_lite_try_compose()
634 r->top = clamp_t(u32, r->top, 0, fimc->out_frame.f_height - r->height); in fimc_lite_try_compose()
676 struct flite_frame *frame = &fimc->out_frame; in fimc_lite_g_fmt_mplane()
747 struct flite_frame *frame = &fimc->out_frame; in fimc_lite_s_fmt_mplane()
[all …]
H A Dfimc-lite.h164 struct flite_frame out_frame; member
/OK3568_Linux_fs/kernel/drivers/media/platform/qcom/venus/
H A Dhfi_cmds.c304 struct hfi_frame_data *out_frame) in pkt_session_ftb() argument
306 if (!cookie || !out_frame || !out_frame->device_addr) in pkt_session_ftb()
313 if (out_frame->buffer_type == HFI_BUFFER_OUTPUT) in pkt_session_ftb()
315 else if (out_frame->buffer_type == HFI_BUFFER_OUTPUT2) in pkt_session_ftb()
318 pkt->output_tag = out_frame->clnt_data; in pkt_session_ftb()
319 pkt->packet_buffer = out_frame->device_addr; in pkt_session_ftb()
320 pkt->extradata_buffer = out_frame->extradata_addr; in pkt_session_ftb()
321 pkt->alloc_len = out_frame->alloc_len; in pkt_session_ftb()
322 pkt->filled_len = out_frame->filled_len; in pkt_session_ftb()
323 pkt->offset = out_frame->offset; in pkt_session_ftb()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/runtime/debug/interface/
H A Dia_css_debug_pipe.h57 struct ia_css_frame *out_frame);
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/runtime/debug/src/
H A Dia_css_debug.c2714 bi->enable.out_frame ? "outf," : "", in ia_css_debug_pipe_graph_dump_stage()
2841 if (stage->args.out_frame[i]) { in ia_css_debug_pipe_graph_dump_stage()
2843 stage->args.out_frame[i], id, blob_name, in ia_css_debug_pipe_graph_dump_stage()
2857 struct ia_css_frame *out_frame) in ia_css_debug_pipe_graph_dump_sp_raw_copy() argument
2859 assert(out_frame); in ia_css_debug_pipe_graph_dump_sp_raw_copy()
2870 out_frame, in ia_css_debug_pipe_graph_dump_sp_raw_copy()
2871 debug_frame_format2str(out_frame->info.format), in ia_css_debug_pipe_graph_dump_sp_raw_copy()
2872 out_frame->info.res.width, in ia_css_debug_pipe_graph_dump_sp_raw_copy()
2873 out_frame->info.padded_width, in ia_css_debug_pipe_graph_dump_sp_raw_copy()
2874 out_frame->info.res.height); in ia_css_debug_pipe_graph_dump_sp_raw_copy()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/isp/kernels/ipu2_io_ls/bayer_io_ls/
H A Dia_css_bayer_io.host.c32 &args->out_frame; in ia_css_bayer_io_config()
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/isp/kernels/ipu2_io_ls/yuv444_io_ls/
H A Dia_css_yuv444_io.host.c32 &args->out_frame; in ia_css_yuv444_io_config()
/OK3568_Linux_fs/kernel/arch/x86/xen/
H A Dmmu_pv.c2272 unsigned long *in_frames = discontig_frames, out_frame; in xen_create_contiguous_region() local
2294 out_frame = virt_to_pfn(vstart); in xen_create_contiguous_region()
2296 1, order, &out_frame, in xen_create_contiguous_region()
2301 xen_remap_exchanged_ptes(vstart, order, NULL, out_frame); in xen_create_contiguous_region()

12