Home
last modified time | relevance | path

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

/drivers/media/platform/s5p-mfc/
Ds5p_mfc.c190 struct s5p_mfc_buf *dst_buf; in s5p_mfc_handle_frame_all_extracted()
197 struct s5p_mfc_buf, list); in s5p_mfc_handle_frame_all_extracted()
220 struct s5p_mfc_buf *dst_buf, *src_buf; in s5p_mfc_handle_frame_copy_time()
229 src_buf = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_handle_frame_copy_time()
263 struct s5p_mfc_buf *dst_buf; in s5p_mfc_handle_frame_new()
319 struct s5p_mfc_buf *src_buf; in s5p_mfc_handle_frame()
380 src_buf = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, in s5p_mfc_handle_frame()
499 struct s5p_mfc_buf *src_buf; in s5p_mfc_handle_seq_done()
501 struct s5p_mfc_buf, list); in s5p_mfc_handle_seq_done()
525 struct s5p_mfc_buf *src_buf; in s5p_mfc_handle_init_buffers()
[all …]
Ds5p_mfc_enc.c741 struct s5p_mfc_buf *mb_entry; in cleanup_ref_queue()
746 struct s5p_mfc_buf, list); in cleanup_ref_queue()
761 struct s5p_mfc_buf *dst_mb; in enc_pre_seq_start()
767 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in enc_pre_seq_start()
780 struct s5p_mfc_buf *dst_mb; in enc_post_seq_start()
788 struct s5p_mfc_buf, list); in enc_post_seq_start()
818 struct s5p_mfc_buf *dst_mb; in enc_pre_frame_start()
819 struct s5p_mfc_buf *src_mb; in enc_pre_frame_start()
825 src_mb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list); in enc_pre_frame_start()
833 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in enc_pre_frame_start()
[all …]
Ds5p_mfc_opr_v5.c1188 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()
1229 struct s5p_mfc_buf *dst_mb; in s5p_mfc_run_enc_frame()
1230 struct s5p_mfc_buf *src_mb; in s5p_mfc_run_enc_frame()
1250 src_mb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, in s5p_mfc_run_enc_frame()
1269 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_enc_frame()
1287 struct s5p_mfc_buf *temp_vb; in s5p_mfc_run_init_dec()
1292 temp_vb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_init_dec()
1308 struct s5p_mfc_buf *dst_mb; in s5p_mfc_run_init_enc()
1314 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_init_enc()
[all …]
Ds5p_mfc_opr_v6.c1535 struct s5p_mfc_buf *temp_vb; in s5p_mfc_run_dec_last_frames()
1547 temp_vb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_dec_last_frames()
1561 struct s5p_mfc_buf *temp_vb; in s5p_mfc_run_dec_frame()
1582 temp_vb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_dec_frame()
1606 struct s5p_mfc_buf *dst_mb; in s5p_mfc_run_enc_frame()
1607 struct s5p_mfc_buf *src_mb; in s5p_mfc_run_enc_frame()
1628 src_mb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_enc_frame()
1638 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_enc_frame()
1658 struct s5p_mfc_buf *temp_vb; in s5p_mfc_run_init_dec()
1663 temp_vb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_init_dec()
[all …]
Ds5p_mfc_common.h181 struct s5p_mfc_buf { struct
613 struct s5p_mfc_buf src_bufs[MFC_MAX_BUFFERS];
615 struct s5p_mfc_buf dst_bufs[MFC_MAX_BUFFERS];
Ds5p_mfc_dec.c815 struct s5p_mfc_buf *buf; in vidioc_decoder_cmd()
837 struct s5p_mfc_buf, list); in vidioc_decoder_cmd()
1086 struct s5p_mfc_buf *mfc_buf; in s5p_mfc_buf_queue()