Home
last modified time | relevance | path

Searched refs:mfc_ops (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/drivers/media/platform/s5p-mfc/
Ds5p_mfc.c153 s5p_mfc_hw_call_void(dev->mfc_ops, cleanup_queue, in s5p_mfc_watchdog_worker()
155 s5p_mfc_hw_call_void(dev->mfc_ops, cleanup_queue, in s5p_mfc_watchdog_worker()
203 if (s5p_mfc_hw_call(dev->mfc_ops, get_pic_type_top, ctx) == in s5p_mfc_handle_frame_all_extracted()
204 s5p_mfc_hw_call(dev->mfc_ops, get_pic_type_bot, ctx)) in s5p_mfc_handle_frame_all_extracted()
223 frame_type = s5p_mfc_hw_call(dev->mfc_ops, get_dec_frame_type, dev); in s5p_mfc_handle_frame_copy_time()
226 dec_y_addr = s5p_mfc_hw_call(dev->mfc_ops, get_dec_y_adr, dev); in s5p_mfc_handle_frame_copy_time()
274 dspl_y_addr = s5p_mfc_hw_call(dev->mfc_ops, get_dspl_y_adr, dev); in s5p_mfc_handle_frame_new()
276 frame_type = s5p_mfc_hw_call(dev->mfc_ops, in s5p_mfc_handle_frame_new()
279 frame_type = s5p_mfc_hw_call(dev->mfc_ops, in s5p_mfc_handle_frame_new()
299 if (s5p_mfc_hw_call(dev->mfc_ops, in s5p_mfc_handle_frame_new()
[all …]
Ds5p_mfc_ctrl.c322 s5p_mfc_hw_call_void(dev->mfc_ops, release_dev_context_buffer, dev); in s5p_mfc_deinit_hw()
455 ret = s5p_mfc_hw_call(dev->mfc_ops, alloc_instance_buffer, ctx); in s5p_mfc_open_mfc_inst()
462 ret = s5p_mfc_hw_call(dev->mfc_ops, in s5p_mfc_open_mfc_inst()
471 s5p_mfc_hw_call_void(dev->mfc_ops, try_run, dev); in s5p_mfc_open_mfc_inst()
485 s5p_mfc_hw_call_void(dev->mfc_ops, release_dec_desc_buffer, ctx); in s5p_mfc_open_mfc_inst()
487 s5p_mfc_hw_call_void(dev->mfc_ops, release_instance_buffer, ctx); in s5p_mfc_open_mfc_inst()
496 s5p_mfc_hw_call_void(dev->mfc_ops, try_run, dev); in s5p_mfc_close_mfc_inst()
503 s5p_mfc_hw_call_void(dev->mfc_ops, release_codec_buffers, ctx); in s5p_mfc_close_mfc_inst()
504 s5p_mfc_hw_call_void(dev->mfc_ops, release_instance_buffer, ctx); in s5p_mfc_close_mfc_inst()
506 s5p_mfc_hw_call_void(dev->mfc_ops, release_dec_desc_buffer, ctx); in s5p_mfc_close_mfc_inst()
Ds5p_mfc_dec.c526 s5p_mfc_hw_call_void(dev->mfc_ops, release_codec_buffers, ctx); in reqbufs_capture()
539 ret = s5p_mfc_hw_call(dev->mfc_ops, alloc_codec_buffers, ctx); in reqbufs_capture()
554 s5p_mfc_hw_call_void(dev->mfc_ops, try_run, dev); in reqbufs_capture()
785 left = s5p_mfc_hw_call(dev->mfc_ops, get_crop_info_h, ctx); in vidioc_g_crop()
788 top = s5p_mfc_hw_call(dev->mfc_ops, get_crop_info_v, ctx); in vidioc_g_crop()
834 s5p_mfc_hw_call_void(dev->mfc_ops, try_run, dev); in vidioc_decoder_cmd()
1015 s5p_mfc_hw_call_void(dev->mfc_ops, try_run, dev); in s5p_mfc_start_streaming()
1036 s5p_mfc_hw_call_void(dev->mfc_ops, cleanup_queue, in s5p_mfc_stop_streaming()
1046 s5p_mfc_hw_call_void(dev->mfc_ops, try_run, dev); in s5p_mfc_stop_streaming()
1054 s5p_mfc_hw_call_void(dev->mfc_ops, cleanup_queue, in s5p_mfc_stop_streaming()
[all …]
Ds5p_mfc_enc.c778 s5p_mfc_hw_call_void(dev->mfc_ops, set_enc_stream_buffer, ctx, dst_addr, in enc_pre_seq_start()
800 s5p_mfc_hw_call(dev->mfc_ops, get_enc_strm_size, in enc_post_seq_start()
812 s5p_mfc_hw_call_void(dev->mfc_ops, try_run, dev); in enc_post_seq_start()
814 enc_pb_count = s5p_mfc_hw_call(dev->mfc_ops, in enc_post_seq_start()
837 s5p_mfc_hw_call_void(dev->mfc_ops, set_enc_frame_buffer, ctx, in enc_pre_frame_start()
845 s5p_mfc_hw_call_void(dev->mfc_ops, set_enc_stream_buffer, ctx, dst_addr, in enc_pre_frame_start()
862 slice_type = s5p_mfc_hw_call(dev->mfc_ops, get_enc_slice_type, dev); in enc_post_frame_start()
863 strm_size = s5p_mfc_hw_call(dev->mfc_ops, get_enc_strm_size, dev); in enc_post_frame_start()
870 s5p_mfc_hw_call_void(dev->mfc_ops, get_enc_frame_buffer, ctx, in enc_post_frame_start()
1123 s5p_mfc_hw_call_void(dev->mfc_ops, enc_calc_src_size, ctx); in vidioc_s_fmt()
[all …]
Ds5p_mfc_opr.c31 dev->mfc_ops = s5p_mfc_ops; in s5p_mfc_init_hw_ops()
Ds5p_mfc_cmd_v6.c42 ret = s5p_mfc_hw_call(dev->mfc_ops, alloc_dev_context_buffer, dev); in s5p_mfc_sys_init_cmd_v6()
Ds5p_mfc_common.h336 struct s5p_mfc_hw_ops *mfc_ops; member