Home
last modified time | relevance | path

Searched refs:s5p_mfc_buf (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/media/platform/s5p-mfc/
Ds5p_mfc.c186 struct s5p_mfc_buf *dst_buf; in s5p_mfc_handle_frame_all_extracted()
193 struct s5p_mfc_buf, list); in s5p_mfc_handle_frame_all_extracted()
218 struct s5p_mfc_buf *dst_buf, *src_buf; in s5p_mfc_handle_frame_copy_time()
230 src_buf = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_handle_frame_copy_time()
270 struct s5p_mfc_buf *dst_buf; in s5p_mfc_handle_frame_new()
329 struct s5p_mfc_buf *src_buf; in s5p_mfc_handle_frame()
389 src_buf = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, in s5p_mfc_handle_frame()
508 struct s5p_mfc_buf *src_buf; in s5p_mfc_handle_seq_done()
510 struct s5p_mfc_buf, list); in s5p_mfc_handle_seq_done()
533 struct s5p_mfc_buf *src_buf; in s5p_mfc_handle_init_buffers()
[all …]
Ds5p_mfc_enc.c749 struct s5p_mfc_buf *mb_entry; in cleanup_ref_queue()
754 struct s5p_mfc_buf, list); in cleanup_ref_queue()
769 struct s5p_mfc_buf *dst_mb; in enc_pre_seq_start()
775 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in enc_pre_seq_start()
788 struct s5p_mfc_buf *dst_mb; in enc_post_seq_start()
796 struct s5p_mfc_buf, list); in enc_post_seq_start()
827 struct s5p_mfc_buf *dst_mb; in enc_pre_frame_start()
828 struct s5p_mfc_buf *src_mb; in enc_pre_frame_start()
834 src_mb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list); in enc_pre_frame_start()
842 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in enc_pre_frame_start()
[all …]
Ds5p_mfc_opr_v5.c1189 struct s5p_mfc_buf *temp_vb; in s5p_mfc_run_dec_frame()
1208 temp_vb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_dec_frame()
1228 struct s5p_mfc_buf *dst_mb; in s5p_mfc_run_enc_frame()
1229 struct s5p_mfc_buf *src_mb; in s5p_mfc_run_enc_frame()
1249 src_mb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, in s5p_mfc_run_enc_frame()
1268 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_enc_frame()
1285 struct s5p_mfc_buf *temp_vb; in s5p_mfc_run_init_dec()
1290 temp_vb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_init_dec()
1306 struct s5p_mfc_buf *dst_mb; in s5p_mfc_run_init_enc()
1312 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_init_enc()
[all …]
Ds5p_mfc_common.h181 struct s5p_mfc_buf { struct
611 struct s5p_mfc_buf src_bufs[MFC_MAX_BUFFERS];
613 struct s5p_mfc_buf dst_bufs[MFC_MAX_BUFFERS];
Ds5p_mfc_opr_v6.c1546 struct s5p_mfc_buf *temp_vb; in s5p_mfc_run_dec_frame()
1567 temp_vb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_dec_frame()
1590 struct s5p_mfc_buf *dst_mb; in s5p_mfc_run_enc_frame()
1591 struct s5p_mfc_buf *src_mb; in s5p_mfc_run_enc_frame()
1617 src_mb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_enc_frame()
1635 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_enc_frame()
1654 struct s5p_mfc_buf *temp_vb; in s5p_mfc_run_init_dec()
1659 temp_vb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_init_dec()
1673 struct s5p_mfc_buf *dst_mb; in s5p_mfc_run_init_enc()
1679 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_init_enc()
[all …]
Ds5p_mfc_dec.c816 struct s5p_mfc_buf *buf; in vidioc_decoder_cmd()
838 struct s5p_mfc_buf, list); in vidioc_decoder_cmd()
1071 struct s5p_mfc_buf *mfc_buf; in s5p_mfc_buf_queue()