/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/camera/pipe/src/ |
H A D | pipe_stagedesc.c | 23 struct ia_css_frame *out_frame[], in ia_css_pipe_get_generic_stage_desc() 29 IA_CSS_ENTER_PRIVATE("stage_desc = %p, binary = %p, out_frame = %p, in_frame = %p, vf_frame = %p", in ia_css_pipe_get_generic_stage_desc() 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() 72 stage_desc->out_frame[i] = out_frame[i]; in ia_css_pipe_get_firmwares_stage_desc() 79 struct ia_css_frame *out_frame, in ia_css_pipe_get_sp_func_stage_desc() 93 stage_desc->out_frame[ in ia_css_pipe_get_sp_func_stage_desc() 20 ia_css_pipe_get_generic_stage_desc( struct ia_css_pipeline_stage_desc *stage_desc, struct ia_css_binary *binary, struct ia_css_frame *out_frame[], struct ia_css_frame *in_frame, struct ia_css_frame *vf_frame) ia_css_pipe_get_generic_stage_desc() argument 52 ia_css_pipe_get_firmwares_stage_desc( struct ia_css_pipeline_stage_desc *stage_desc, struct ia_css_binary *binary, struct ia_css_frame *out_frame[], struct ia_css_frame *in_frame, struct ia_css_frame *vf_frame, const struct ia_css_fw_info *fw, unsigned int mode) ia_css_pipe_get_firmwares_stage_desc() argument 77 ia_css_pipe_get_sp_func_stage_desc( struct ia_css_pipeline_stage_desc *stage_desc, struct ia_css_frame *out_frame, enum ia_css_pipeline_stage_sp_func sp_func, unsigned int max_input_width) ia_css_pipe_get_sp_func_stage_desc() argument [all...] |
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/camera/pipe/src/ |
H A D | pipe_stagedesc.c | 23 struct ia_css_frame *out_frame[], in ia_css_pipe_get_generic_stage_desc() 29 IA_CSS_ENTER_PRIVATE("stage_desc = %p, binary = %p, out_frame = %p, in_frame = %p, vf_frame = %p", in ia_css_pipe_get_generic_stage_desc() 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() 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() 20 ia_css_pipe_get_generic_stage_desc( struct ia_css_pipeline_stage_desc *stage_desc, struct ia_css_binary *binary, struct ia_css_frame *out_frame[], struct ia_css_frame *in_frame, struct ia_css_frame *vf_frame) ia_css_pipe_get_generic_stage_desc() argument 52 ia_css_pipe_get_firmwares_stage_desc( struct ia_css_pipeline_stage_desc *stage_desc, struct ia_css_binary *binary, struct ia_css_frame *out_frame[], struct ia_css_frame *in_frame, struct ia_css_frame *vf_frame, const struct ia_css_fw_info *fw, unsigned int mode) ia_css_pipe_get_firmwares_stage_desc() argument 98 ia_css_pipe_get_sp_func_stage_desc( struct ia_css_pipeline_stage_desc *stage_desc, struct ia_css_frame *out_frame, enum ia_css_pipeline_stage_sp_func sp_func, unsigned int max_input_width) ia_css_pipe_get_sp_func_stage_desc() argument [all...] |
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/runtime/pipeline/src/ |
H A D | pipeline.c | 298 /* if in_frame is not set, we use the out_frame from the previous in ia_css_pipeline_create_and_add_stage() 306 if (last && last->args.out_frame[0]) in ia_css_pipeline_create_and_add_stage() 307 stage_desc->in_frame = last->args.out_frame[0]; in ia_css_pipeline_create_and_add_stage() 505 ia_css_frame_free(stage->args.out_frame[i]); in pipeline_stage_destroy() 506 stage->args.out_frame[i] = NULL; in pipeline_stage_destroy() 576 struct ia_css_frame *out_frame[IA_CSS_BINARY_MAX_OUTPUT_PORTS]; in pipeline_stage_create() local 591 out_frame[i] = stage_desc->out_frame[i]; in pipeline_stage_create() 624 if (!(out_frame[i]) && (binary) in pipeline_stage_create() 626 err = ia_css_frame_allocate_from_info(&out_frame[ in pipeline_stage_create() [all...] |
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/camera/pipe/interface/ |
H A D | ia_css_pipe_stagedesc.h | 28 struct ia_css_frame *out_frame[], 35 struct ia_css_frame *out_frame[], 48 struct ia_css_frame *out_frame,
|
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/camera/pipe/interface/ |
H A D | ia_css_pipe_stagedesc.h | 28 struct ia_css_frame *out_frame[], 35 struct ia_css_frame *out_frame[], 43 struct ia_css_frame *out_frame,
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/runtime/pipeline/src/ |
H A D | pipeline.c | 299 /* if in_frame is not set, we use the out_frame from the previous in ia_css_pipeline_create_and_add_stage() 307 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[ in pipeline_stage_create() [all...] |
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/runtime/pipeline/interface/ |
H A D | ia_css_pipeline.h | 51 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
|
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/runtime/pipeline/interface/ |
H A D | ia_css_pipeline.h | 51 struct ia_css_frame out_frame[IA_CSS_PIPE_MAX_OUTPUT_STAGE]; member 62 .out_frame = {DEFAULT_FRAME}, \ 77 struct ia_css_frame *out_frame[IA_CSS_BINARY_MAX_OUTPUT_PORTS]; member
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/ |
H A D | sh_css_sp.c | 198 struct ia_css_frame *out_frame, in sh_css_sp_start_binary_copy() 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 in sh_css_sp_start_raw_copy() 197 sh_css_sp_start_binary_copy(unsigned int pipe_num, struct ia_css_frame *out_frame, unsigned int two_ppc) sh_css_sp_start_binary_copy() argument 325 sh_css_sp_start_isys_copy(struct ia_css_frame *out_frame, unsigned int pipe_num, unsigned int max_input_width, unsigned int if_config_index) sh_css_sp_start_isys_copy() argument [all...] |
H A D | sh_css.c | 307 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() 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_per_clock == 2); 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() 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 ! in add_firmwares() 1388 start_copy_on_sp(struct ia_css_pipe *pipe, struct ia_css_frame *out_frame) start_copy_on_sp() argument 3028 add_firmwares( struct ia_css_pipeline *me, struct ia_css_binary *binary, const struct ia_css_fw_info *fw, const struct ia_css_fw_info *last_fw, unsigned int binary_mode, struct ia_css_frame *in_frame, struct ia_css_frame *out_frame, struct ia_css_frame *vf_frame, struct ia_css_pipeline_stage **my_stage, struct ia_css_pipeline_stage **vf_stage) add_firmwares() argument 3080 add_vf_pp_stage( struct ia_css_pipe *pipe, struct ia_css_frame *in_frame, struct ia_css_frame *out_frame, struct ia_css_binary *vf_pp_binary, struct ia_css_pipeline_stage **vf_pp_stage) add_vf_pp_stage() argument 3135 add_yuv_scaler_stage( struct ia_css_pipe *pipe, struct ia_css_pipeline *me, struct ia_css_frame *in_frame, struct ia_css_frame *out_frame, struct ia_css_frame *internal_out_frame, struct ia_css_binary *yuv_scaler_binary, struct ia_css_pipeline_stage **pre_vf_pp_stage) add_yuv_scaler_stage() argument 3194 add_capture_pp_stage( struct ia_css_pipe *pipe, struct ia_css_pipeline *me, struct ia_css_frame *in_frame, struct ia_css_frame *out_frame, struct ia_css_binary *capture_pp_binary, struct ia_css_pipeline_stage **capture_pp_stage) add_capture_pp_stage() argument 3480 init_out_frameinfo_defaults(struct ia_css_pipe *pipe, struct ia_css_frame *out_frame, unsigned int idx) init_out_frameinfo_defaults() argument 3512 struct ia_css_frame *out_frame; create_host_video_pipeline() local 3764 struct ia_css_frame *out_frame; create_host_preview_pipeline() local 7432 struct ia_css_frame *out_frame[IA_CSS_PIPE_MAX_OUTPUT_STAGE]; create_host_yuvpp_pipeline() local 7665 create_host_copy_pipeline(struct ia_css_pipe *pipe, unsigned int max_input_width, struct ia_css_frame *out_frame) create_host_copy_pipeline() argument 7721 struct ia_css_frame *out_frame = &me->out_frame[0]; create_host_isyscopy_capture_pipeline() local 7780 struct ia_css_frame *out_frame; global() local [all...] |
H A D | sh_css_sp.h | 46 struct ia_css_frame *out_frame,
|
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/ |
H A D | sh_css_sp.c | 199 struct ia_css_frame *out_frame, in sh_css_sp_start_binary_copy() 207 assert(out_frame); in sh_css_sp_start_binary_copy() 212 pipe->copy.bin.bytes_available = out_frame->data_bytes; in sh_css_sp_start_binary_copy() 242 set_output_frame_buffer(out_frame, 0); in sh_css_sp_start_binary_copy() 250 sh_css_sp_start_raw_copy(struct ia_css_frame *out_frame, in sh_css_sp_start_raw_copy() argument 262 assert(out_frame); in sh_css_sp_start_raw_copy() 281 pipe->copy.raw.height = out_frame->frame_info.res.height; in sh_css_sp_start_raw_copy() 282 pipe->copy.raw.width = out_frame->frame_info.res.width; in sh_css_sp_start_raw_copy() 283 pipe->copy.raw.padded_width = out_frame->frame_info.padded_width; in sh_css_sp_start_raw_copy() 284 pipe->copy.raw.raw_bit_depth = out_frame in sh_css_sp_start_raw_copy() 198 sh_css_sp_start_binary_copy(unsigned int pipe_num, struct ia_css_frame *out_frame, unsigned int two_ppc) sh_css_sp_start_binary_copy() argument 326 sh_css_sp_start_isys_copy(struct ia_css_frame *out_frame, unsigned int pipe_num, unsigned int max_input_width, unsigned int if_config_index) sh_css_sp_start_isys_copy() argument [all...] |
H A D | sh_css.c | 277 struct ia_css_frame *out_frame, unsigned int idx); 307 struct ia_css_frame *out_frame); 1210 struct ia_css_frame *out_frame) in start_copy_on_sp() 1212 (void)out_frame; in start_copy_on_sp() 1224 sh_css_sp_start_binary_copy(ia_css_pipe_get_pipe_num(pipe), out_frame, pipe->stream->config.pixels_per_clock == 2); in start_copy_on_sp() 1247 args->out_frame[i] = NULL; in sh_css_binary_args_reset() 2704 struct ia_css_frame *out_frame, in add_firmwares() 2722 if ((fw == last_fw) && (fw->info.isp.sp.enable.out_frame != 0)) in add_firmwares() 2723 out[0] = out_frame; in add_firmwares() 2728 if (fw->info.isp.sp.enable.out_frame ! in add_firmwares() 1209 start_copy_on_sp(struct ia_css_pipe *pipe, struct ia_css_frame *out_frame) start_copy_on_sp() argument 2697 add_firmwares( struct ia_css_pipeline *me, struct ia_css_binary *binary, const struct ia_css_fw_info *fw, const struct ia_css_fw_info *last_fw, unsigned int binary_mode, struct ia_css_frame *in_frame, struct ia_css_frame *out_frame, struct ia_css_frame *vf_frame, struct ia_css_pipeline_stage **my_stage, struct ia_css_pipeline_stage **vf_stage) add_firmwares() argument 2748 add_vf_pp_stage( struct ia_css_pipe *pipe, struct ia_css_frame *in_frame, struct ia_css_frame *out_frame, struct ia_css_binary *vf_pp_binary, struct ia_css_pipeline_stage **vf_pp_stage) add_vf_pp_stage() argument 2803 add_yuv_scaler_stage( struct ia_css_pipe *pipe, struct ia_css_pipeline *me, struct ia_css_frame *in_frame, struct ia_css_frame *out_frame, struct ia_css_frame *internal_out_frame, struct ia_css_binary *yuv_scaler_binary, struct ia_css_pipeline_stage **pre_vf_pp_stage) add_yuv_scaler_stage() argument 2861 add_capture_pp_stage( struct ia_css_pipe *pipe, struct ia_css_pipeline *me, struct ia_css_frame *in_frame, struct ia_css_frame *out_frame, struct ia_css_binary *capture_pp_binary, struct ia_css_pipeline_stage **capture_pp_stage) add_capture_pp_stage() argument 3147 init_out_frameinfo_defaults(struct ia_css_pipe *pipe, struct ia_css_frame *out_frame, unsigned int idx) init_out_frameinfo_defaults() argument 3179 struct ia_css_frame *out_frame; create_host_video_pipeline() local 3363 struct ia_css_frame *out_frame; create_host_preview_pipeline() local 6651 struct ia_css_frame *out_frame[IA_CSS_PIPE_MAX_OUTPUT_STAGE]; create_host_yuvpp_pipeline() local 6890 create_host_copy_pipeline(struct ia_css_pipe *pipe, unsigned int max_input_width, struct ia_css_frame *out_frame) create_host_copy_pipeline() argument 6941 struct ia_css_frame *out_frame = &me->out_frame[0]; create_host_isyscopy_capture_pipeline() local 7001 struct ia_css_frame *out_frame; create_host_regular_capture_pipeline() local [all...] |
/kernel/linux/linux-5.10/drivers/media/platform/sti/delta/ |
H A D | delta-mjpeg-dec.c | 26 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()
|
/kernel/linux/linux-6.6/drivers/media/platform/st/sti/delta/ |
H A D | delta-mjpeg-dec.c | 26 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()
|
/kernel/linux/linux-5.10/drivers/media/platform/s3c-camif/ |
H A D | camif-capture.c | 55 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 in s3c_camif_vidioc_s_fmt() [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s3c-camif/ |
H A D | camif-capture.c | 55 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 in s3c_camif_vidioc_s_fmt() [all...] |
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/ |
H A D | hfi_cmds.c | 304 struct hfi_frame_data *out_frame) in pkt_session_ftb() 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 in pkt_session_ftb() 303 pkt_session_ftb(struct hfi_session_fill_buffer_pkt *pkt, void *cookie, struct hfi_frame_data *out_frame) pkt_session_ftb() argument [all...] |
/kernel/linux/linux-5.10/drivers/media/platform/exynos4-is/ |
H A D | fimc-lite.c | 141 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...] |
/kernel/linux/linux-6.6/drivers/media/platform/samsung/exynos4-is/ |
H A D | fimc-lite.c | 141 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() 625 struct flite_frame *frame = &fimc->out_frame; in fimc_lite_try_compose() 636 r->top = clamp_t(u32, r->top, 0, fimc->out_frame.f_height - r->height); in fimc_lite_try_compose() 674 struct flite_frame *frame = &fimc->out_frame; in fimc_lite_g_fmt_mplane() 745 struct flite_frame *frame = &fimc->out_frame; in fimc_lite_s_fmt_mplane() [all...] |
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/runtime/debug/interface/ |
H A D | ia_css_debug_pipe.h | 52 * @param[in] out_frame Output frame of SP raw copy. 57 struct ia_css_frame *out_frame);
|
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/runtime/debug/interface/ |
H A D | ia_css_debug_pipe.h | 52 * @param[in] out_frame Output frame of SP raw copy. 57 struct ia_css_frame *out_frame);
|
/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/ |
H A D | hfi_cmds.c | 314 struct hfi_frame_data *out_frame) in pkt_session_ftb() 316 if (!cookie || !out_frame || !out_frame->device_addr) in pkt_session_ftb() 323 if (out_frame->buffer_type == HFI_BUFFER_OUTPUT) in pkt_session_ftb() 325 else if (out_frame->buffer_type == HFI_BUFFER_OUTPUT2) in pkt_session_ftb() 328 pkt->output_tag = out_frame->clnt_data; in pkt_session_ftb() 329 pkt->packet_buffer = out_frame->device_addr; in pkt_session_ftb() 330 pkt->extradata_buffer = out_frame->extradata_addr; in pkt_session_ftb() 331 pkt->alloc_len = out_frame->alloc_len; in pkt_session_ftb() 332 pkt->filled_len = out_frame in pkt_session_ftb() 313 pkt_session_ftb(struct hfi_session_fill_buffer_pkt *pkt, void *cookie, struct hfi_frame_data *out_frame) pkt_session_ftb() argument [all...] |
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/ipu2_io_ls/bayer_io_ls/ |
H A D | ia_css_bayer_io.host.c | 32 &args->out_frame; in ia_css_bayer_io_config()
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/ipu2_io_ls/yuv444_io_ls/ |
H A D | ia_css_yuv444_io.host.c | 32 &args->out_frame; in ia_css_yuv444_io_config()
|