Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/s5p-mfc/
Ds5p_mfc.c136 struct s5p_mfc_buf *b; in s5p_mfc_cleanup_queue()
140 b = list_entry(lh->next, struct s5p_mfc_buf, list); in s5p_mfc_cleanup_queue()
225 struct s5p_mfc_buf *dst_buf; in s5p_mfc_handle_frame_all_extracted()
232 struct s5p_mfc_buf, list); in s5p_mfc_handle_frame_all_extracted()
257 struct s5p_mfc_buf *dst_buf, *src_buf; in s5p_mfc_handle_frame_copy_time()
269 src_buf = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_handle_frame_copy_time()
309 struct s5p_mfc_buf *dst_buf; in s5p_mfc_handle_frame_new()
369 struct s5p_mfc_buf *src_buf; in s5p_mfc_handle_frame()
427 src_buf = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, in s5p_mfc_handle_frame()
540 struct s5p_mfc_buf *src_buf; in s5p_mfc_handle_seq_done()
[all …]
Ds5p_mfc_opr_v5.c1166 struct s5p_mfc_buf *temp_vb; in s5p_mfc_run_dec_frame()
1182 temp_vb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_dec_frame()
1200 struct s5p_mfc_buf *dst_mb; in s5p_mfc_run_enc_frame()
1201 struct s5p_mfc_buf *src_mb; in s5p_mfc_run_enc_frame()
1219 src_mb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, in s5p_mfc_run_enc_frame()
1239 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_enc_frame()
1254 struct s5p_mfc_buf *temp_vb; in s5p_mfc_run_init_dec()
1258 temp_vb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_init_dec()
1272 struct s5p_mfc_buf *dst_mb; in s5p_mfc_run_init_enc()
1277 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_init_enc()
[all …]
Ds5p_mfc_enc.c1122 struct s5p_mfc_buf *mb_entry; in cleanup_ref_queue()
1127 struct s5p_mfc_buf, list); in cleanup_ref_queue()
1142 struct s5p_mfc_buf *dst_mb; in enc_pre_seq_start()
1146 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in enc_pre_seq_start()
1158 struct s5p_mfc_buf *dst_mb; in enc_post_seq_start()
1164 struct s5p_mfc_buf, list); in enc_post_seq_start()
1199 struct s5p_mfc_buf *dst_mb; in enc_pre_frame_start()
1200 struct s5p_mfc_buf *src_mb; in enc_pre_frame_start()
1204 src_mb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list); in enc_pre_frame_start()
1210 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in enc_pre_frame_start()
[all …]
Ds5p_mfc_common.h181 struct s5p_mfc_buf { struct
667 struct s5p_mfc_buf src_bufs[MFC_MAX_BUFFERS];
669 struct s5p_mfc_buf dst_bufs[MFC_MAX_BUFFERS];
Ds5p_mfc_opr_v6.c1797 struct s5p_mfc_buf *temp_vb; in s5p_mfc_run_dec_frame()
1815 temp_vb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_dec_frame()
1836 struct s5p_mfc_buf *dst_mb; in s5p_mfc_run_enc_frame()
1837 struct s5p_mfc_buf *src_mb; in s5p_mfc_run_enc_frame()
1859 src_mb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_enc_frame()
1877 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_enc_frame()
1893 struct s5p_mfc_buf *temp_vb; in s5p_mfc_run_init_dec()
1897 temp_vb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_init_dec()
1909 struct s5p_mfc_buf *dst_mb; in s5p_mfc_run_init_enc()
1913 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_init_enc()
Ds5p_mfc_dec.c822 struct s5p_mfc_buf *buf; in vidioc_decoder_cmd()
844 struct s5p_mfc_buf, list); in vidioc_decoder_cmd()
1074 struct s5p_mfc_buf *mfc_buf; in s5p_mfc_buf_queue()