Searched refs:s5p_mfc_buf (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/drivers/media/platform/samsung/s5p-mfc/ |
D | s5p_mfc.c | 132 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() 227 struct s5p_mfc_buf *dst_buf; in s5p_mfc_handle_frame_all_extracted() 234 struct s5p_mfc_buf, list); in s5p_mfc_handle_frame_all_extracted() 259 struct s5p_mfc_buf *dst_buf, *src_buf; in s5p_mfc_handle_frame_copy_time() 273 src_buf = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_handle_frame_copy_time() 315 struct s5p_mfc_buf *dst_buf; in s5p_mfc_handle_frame_new() 377 struct s5p_mfc_buf *src_buf; in s5p_mfc_handle_frame() 435 src_buf = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, in s5p_mfc_handle_frame() 551 struct s5p_mfc_buf *src_buf; in s5p_mfc_handle_seq_done() [all …]
|
D | s5p_mfc_opr_v5.c | 1163 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 …]
|
D | s5p_mfc_enc.c | 1116 struct s5p_mfc_buf *mb_entry; in cleanup_ref_queue() 1121 struct s5p_mfc_buf, list); in cleanup_ref_queue() 1136 struct s5p_mfc_buf *dst_mb; in enc_pre_seq_start() 1140 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in enc_pre_seq_start() 1152 struct s5p_mfc_buf *dst_mb; in enc_post_seq_start() 1158 struct s5p_mfc_buf, list); in enc_post_seq_start() 1193 struct s5p_mfc_buf *dst_mb; in enc_pre_frame_start() 1194 struct s5p_mfc_buf *src_mb; in enc_pre_frame_start() 1198 src_mb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list); in enc_pre_frame_start() 1204 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in enc_pre_frame_start() [all …]
|
D | s5p_mfc_common.h | 177 struct s5p_mfc_buf { struct 673 struct s5p_mfc_buf src_bufs[MFC_MAX_BUFFERS]; 675 struct s5p_mfc_buf dst_bufs[MFC_MAX_BUFFERS];
|
D | s5p_mfc_opr_v6.c | 1794 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()
|
D | s5p_mfc_dec.c | 842 struct s5p_mfc_buf *buf; in vidioc_decoder_cmd() 864 struct s5p_mfc_buf, list); in vidioc_decoder_cmd() 1094 struct s5p_mfc_buf *mfc_buf; in s5p_mfc_buf_queue()
|