Searched refs:mfc_ops (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/media/platform/s5p-mfc/ |
D | s5p_mfc.c | 242 if (s5p_mfc_hw_call(dev->mfc_ops, get_pic_type_top, ctx) == in s5p_mfc_handle_frame_all_extracted() 243 s5p_mfc_hw_call(dev->mfc_ops, get_pic_type_bot, ctx)) in s5p_mfc_handle_frame_all_extracted() 262 frame_type = s5p_mfc_hw_call(dev->mfc_ops, get_dec_frame_type, dev); in s5p_mfc_handle_frame_copy_time() 265 dec_y_addr = (u32)s5p_mfc_hw_call(dev->mfc_ops, get_dec_y_adr, dev); in s5p_mfc_handle_frame_copy_time() 313 dspl_y_addr = (u32)s5p_mfc_hw_call(dev->mfc_ops, get_dspl_y_adr, dev); in s5p_mfc_handle_frame_new() 315 frame_type = s5p_mfc_hw_call(dev->mfc_ops, in s5p_mfc_handle_frame_new() 318 frame_type = s5p_mfc_hw_call(dev->mfc_ops, in s5p_mfc_handle_frame_new() 339 if (s5p_mfc_hw_call(dev->mfc_ops, in s5p_mfc_handle_frame_new() 341 s5p_mfc_hw_call(dev->mfc_ops, in s5p_mfc_handle_frame_new() 372 dst_frame_status = s5p_mfc_hw_call(dev->mfc_ops, get_dspl_status, dev) in s5p_mfc_handle_frame() [all …]
|
D | s5p_mfc_ctrl.c | 298 s5p_mfc_hw_call(dev->mfc_ops, release_dev_context_buffer, dev); in s5p_mfc_deinit_hw() 431 ret = s5p_mfc_hw_call(dev->mfc_ops, alloc_instance_buffer, ctx); in s5p_mfc_open_mfc_inst() 438 ret = s5p_mfc_hw_call(dev->mfc_ops, in s5p_mfc_open_mfc_inst() 447 s5p_mfc_hw_call(dev->mfc_ops, try_run, dev); in s5p_mfc_open_mfc_inst() 461 s5p_mfc_hw_call(dev->mfc_ops, release_dec_desc_buffer, ctx); in s5p_mfc_open_mfc_inst() 463 s5p_mfc_hw_call(dev->mfc_ops, release_instance_buffer, ctx); in s5p_mfc_open_mfc_inst() 472 s5p_mfc_hw_call(dev->mfc_ops, try_run, dev); in s5p_mfc_close_mfc_inst() 479 s5p_mfc_hw_call(dev->mfc_ops, release_codec_buffers, ctx); in s5p_mfc_close_mfc_inst() 480 s5p_mfc_hw_call(dev->mfc_ops, release_instance_buffer, ctx); in s5p_mfc_close_mfc_inst() 482 s5p_mfc_hw_call(dev->mfc_ops, release_dec_desc_buffer, ctx); in s5p_mfc_close_mfc_inst()
|
D | s5p_mfc_dec.c | 532 s5p_mfc_hw_call(dev->mfc_ops, release_codec_buffers, ctx); in reqbufs_capture() 545 ret = s5p_mfc_hw_call(dev->mfc_ops, alloc_codec_buffers, ctx); in reqbufs_capture() 560 s5p_mfc_hw_call(dev->mfc_ops, try_run, dev); in reqbufs_capture() 792 left = s5p_mfc_hw_call(dev->mfc_ops, get_crop_info_h, ctx); in vidioc_g_crop() 795 top = s5p_mfc_hw_call(dev->mfc_ops, get_crop_info_v, ctx); in vidioc_g_crop() 840 s5p_mfc_hw_call(dev->mfc_ops, try_run, dev); in vidioc_decoder_cmd() 1019 s5p_mfc_hw_call(dev->mfc_ops, try_run, dev); in s5p_mfc_start_streaming() 1050 s5p_mfc_hw_call(dev->mfc_ops, try_run, dev); in s5p_mfc_stop_streaming() 1097 s5p_mfc_hw_call(dev->mfc_ops, try_run, dev); in s5p_mfc_buf_queue()
|
D | s5p_mfc_enc.c | 1149 s5p_mfc_hw_call(dev->mfc_ops, set_enc_stream_buffer, ctx, dst_addr, in enc_pre_seq_start() 1168 s5p_mfc_hw_call(dev->mfc_ops, get_enc_strm_size, in enc_post_seq_start() 1179 s5p_mfc_hw_call(dev->mfc_ops, try_run, dev); in enc_post_seq_start() 1181 enc_pb_count = s5p_mfc_hw_call(dev->mfc_ops, in enc_post_seq_start() 1186 ctx->scratch_buf_size = s5p_mfc_hw_call(dev->mfc_ops, in enc_post_seq_start() 1207 s5p_mfc_hw_call(dev->mfc_ops, set_enc_frame_buffer, ctx, in enc_pre_frame_start() 1213 s5p_mfc_hw_call(dev->mfc_ops, set_enc_stream_buffer, ctx, dst_addr, in enc_pre_frame_start() 1228 slice_type = s5p_mfc_hw_call(dev->mfc_ops, get_enc_slice_type, dev); in enc_post_frame_start() 1229 strm_size = s5p_mfc_hw_call(dev->mfc_ops, get_enc_strm_size, dev); in enc_post_frame_start() 1235 s5p_mfc_hw_call(dev->mfc_ops, get_enc_frame_buffer, ctx, in enc_post_frame_start() [all …]
|
D | s5p_mfc_cmd_v6.c | 42 ret = s5p_mfc_hw_call(dev->mfc_ops, alloc_dev_context_buffer, dev); in s5p_mfc_sys_init_cmd_v6()
|
D | s5p_mfc_opr.c | 31 dev->mfc_ops = s5p_mfc_ops; in s5p_mfc_init_hw_ops()
|
D | s5p_mfc_common.h | 341 struct s5p_mfc_hw_ops *mfc_ops; member
|