Home
last modified time | relevance | path

Searched refs:s5p_mfc_buf (Results 1 – 5 of 5) 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, lis in s5p_mfc_run_init_enc()
[all...]
H A Ds5p_mfc_enc.c1130 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, lis in enc_pre_frame_start()
[all...]
H A Ds5p_mfc_common.h177 * struct s5p_mfc_buf - MFC buffer
179 struct s5p_mfc_buf { struct
680 struct s5p_mfc_buf src_bufs[MFC_MAX_BUFFERS];
682 struct s5p_mfc_buf dst_bufs[MFC_MAX_BUFFERS];
180 bs5p_mfc_buf global() argument
181 lists5p_mfc_buf global() argument
182 __anon718184f1010as5p_mfc_buf global() argument
206 flagss5p_mfc_buf global() argument
H A Ds5p_mfc_opr_v6.c1955 struct s5p_mfc_buf *temp_vb; in s5p_mfc_run_dec_frame()
1973 temp_vb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_dec_frame()
1994 struct s5p_mfc_buf *dst_mb; in s5p_mfc_run_enc_frame()
1995 struct s5p_mfc_buf *src_mb; in s5p_mfc_run_enc_frame()
2017 src_mb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_enc_frame()
2041 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_enc_frame()
2057 struct s5p_mfc_buf *temp_vb; in s5p_mfc_run_init_dec()
2061 temp_vb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_init_dec()
2073 struct s5p_mfc_buf *dst_mb; in s5p_mfc_run_init_enc()
2077 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, lis in s5p_mfc_run_init_enc()
[all...]
H A Ds5p_mfc_dec.c861 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()