Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/platform/s5p-mfc/
Ds5p_mfc.c132 struct s5p_mfc_buf *b; in s5p_mfc_cleanup_queue()
136 b = list_entry(lh->next, struct s5p_mfc_buf, list); in s5p_mfc_cleanup_queue()
221 struct s5p_mfc_buf *dst_buf; in s5p_mfc_handle_frame_all_extracted()
228 struct s5p_mfc_buf, list); in s5p_mfc_handle_frame_all_extracted()
253 struct s5p_mfc_buf *dst_buf, *src_buf; in s5p_mfc_handle_frame_copy_time()
265 src_buf = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_handle_frame_copy_time()
305 struct s5p_mfc_buf *dst_buf; in s5p_mfc_handle_frame_new()
365 struct s5p_mfc_buf *src_buf; in s5p_mfc_handle_frame()
423 src_buf = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, in s5p_mfc_handle_frame()
537 struct s5p_mfc_buf *src_buf; in s5p_mfc_handle_seq_done()
[all …]
Ds5p_mfc_opr_v5.c1163 struct s5p_mfc_buf *temp_vb; in s5p_mfc_run_dec_frame()
1179 temp_vb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_dec_frame()
1197 struct s5p_mfc_buf *dst_mb; in s5p_mfc_run_enc_frame()
1198 struct s5p_mfc_buf *src_mb; in s5p_mfc_run_enc_frame()
1216 src_mb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, in s5p_mfc_run_enc_frame()
1236 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_enc_frame()
1251 struct s5p_mfc_buf *temp_vb; in s5p_mfc_run_init_dec()
1255 temp_vb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_init_dec()
1269 struct s5p_mfc_buf *dst_mb; in s5p_mfc_run_init_enc()
1274 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_init_enc()
[all …]
Ds5p_mfc_enc.c1110 struct s5p_mfc_buf *mb_entry; in cleanup_ref_queue()
1115 struct s5p_mfc_buf, list); in cleanup_ref_queue()
1130 struct s5p_mfc_buf *dst_mb; in enc_pre_seq_start()
1134 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in enc_pre_seq_start()
1146 struct s5p_mfc_buf *dst_mb; in enc_post_seq_start()
1152 struct s5p_mfc_buf, list); in enc_post_seq_start()
1187 struct s5p_mfc_buf *dst_mb; in enc_pre_frame_start()
1188 struct s5p_mfc_buf *src_mb; in enc_pre_frame_start()
1192 src_mb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list); in enc_pre_frame_start()
1198 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in enc_pre_frame_start()
[all …]
Ds5p_mfc_common.h177 struct s5p_mfc_buf { struct
663 struct s5p_mfc_buf src_bufs[MFC_MAX_BUFFERS];
665 struct s5p_mfc_buf dst_bufs[MFC_MAX_BUFFERS];
Ds5p_mfc_opr_v6.c1794 struct s5p_mfc_buf *temp_vb; in s5p_mfc_run_dec_frame()
1812 temp_vb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_dec_frame()
1833 struct s5p_mfc_buf *dst_mb; in s5p_mfc_run_enc_frame()
1834 struct s5p_mfc_buf *src_mb; in s5p_mfc_run_enc_frame()
1856 src_mb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_enc_frame()
1874 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_enc_frame()
1890 struct s5p_mfc_buf *temp_vb; in s5p_mfc_run_init_dec()
1894 temp_vb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_init_dec()
1906 struct s5p_mfc_buf *dst_mb; in s5p_mfc_run_init_enc()
1910 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_init_enc()
Ds5p_mfc_dec.c809 struct s5p_mfc_buf *buf; in vidioc_decoder_cmd()
831 struct s5p_mfc_buf, list); in vidioc_decoder_cmd()
1061 struct s5p_mfc_buf *mfc_buf; in s5p_mfc_buf_queue()