Home
last modified time | relevance | path

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

/linux/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_opr_v5.c1165 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 …]
H A Ds5p_mfc_common.h178 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];
H A Ds5p_mfc_opr_v6.c1954 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()