Searched refs:s5p_mfc_buf (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/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 | 1165 struct s5p_mfc_buf *temp_vb; in s5p_mfc_run_dec_frame() 1181 temp_vb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_dec_frame() 1199 struct s5p_mfc_buf *dst_mb; in s5p_mfc_run_enc_frame() 1200 struct s5p_mfc_buf *src_mb; in s5p_mfc_run_enc_frame() 1218 src_mb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, in s5p_mfc_run_enc_frame() 1238 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_enc_frame() 1253 struct s5p_mfc_buf *temp_vb; in s5p_mfc_run_init_dec() 1257 temp_vb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_init_dec() 1271 struct s5p_mfc_buf *dst_mb; in s5p_mfc_run_init_enc() 1276 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 | 1130 struct s5p_mfc_buf *mb_entry; in cleanup_ref_queue() 1135 struct s5p_mfc_buf, list); in cleanup_ref_queue() 1150 struct s5p_mfc_buf *dst_mb; in enc_pre_seq_start() 1154 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in enc_pre_seq_start() 1166 struct s5p_mfc_buf *dst_mb; in enc_post_seq_start() 1171 struct s5p_mfc_buf, list); in enc_post_seq_start() 1204 struct s5p_mfc_buf *dst_mb; in enc_pre_frame_start() 1205 struct s5p_mfc_buf *src_mb; in enc_pre_frame_start() 1209 src_mb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list); in enc_pre_frame_start() 1221 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in enc_pre_frame_start() [all …]
|
D | s5p_mfc_common.h | 178 struct s5p_mfc_buf { struct 679 struct s5p_mfc_buf src_bufs[MFC_MAX_BUFFERS]; 681 struct s5p_mfc_buf dst_bufs[MFC_MAX_BUFFERS];
|
D | s5p_mfc_opr_v6.c | 1954 struct s5p_mfc_buf *temp_vb; in s5p_mfc_run_dec_frame() 1972 temp_vb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_dec_frame() 1993 struct s5p_mfc_buf *dst_mb; in s5p_mfc_run_enc_frame() 1994 struct s5p_mfc_buf *src_mb; in s5p_mfc_run_enc_frame() 2016 src_mb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_enc_frame() 2040 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_enc_frame() 2056 struct s5p_mfc_buf *temp_vb; in s5p_mfc_run_init_dec() 2060 temp_vb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_init_dec() 2072 struct s5p_mfc_buf *dst_mb; in s5p_mfc_run_init_enc() 2076 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_init_enc()
|
D | s5p_mfc_dec.c | 861 struct s5p_mfc_buf *buf; in vidioc_decoder_cmd() 883 struct s5p_mfc_buf, list); in vidioc_decoder_cmd() 1136 struct s5p_mfc_buf *mfc_buf; in s5p_mfc_buf_queue()
|