Searched refs:s5p_mfc_buf (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/media/platform/s5p-mfc/ |
D | s5p_mfc.c | 193 struct s5p_mfc_buf *dst_buf; in s5p_mfc_handle_frame_all_extracted() 200 struct s5p_mfc_buf, list); in s5p_mfc_handle_frame_all_extracted() 223 struct s5p_mfc_buf *dst_buf, *src_buf; in s5p_mfc_handle_frame_copy_time() 235 src_buf = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_handle_frame_copy_time() 274 struct s5p_mfc_buf *dst_buf; in s5p_mfc_handle_frame_new() 330 struct s5p_mfc_buf *src_buf; in s5p_mfc_handle_frame() 390 src_buf = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, in s5p_mfc_handle_frame() 507 struct s5p_mfc_buf *src_buf; in s5p_mfc_handle_seq_done() 509 struct s5p_mfc_buf, list); in s5p_mfc_handle_seq_done() 532 struct s5p_mfc_buf *src_buf; in s5p_mfc_handle_init_buffers() [all …]
|
D | s5p_mfc_enc.c | 749 struct s5p_mfc_buf *mb_entry; in cleanup_ref_queue() 754 struct s5p_mfc_buf, list); in cleanup_ref_queue() 769 struct s5p_mfc_buf *dst_mb; in enc_pre_seq_start() 775 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in enc_pre_seq_start() 788 struct s5p_mfc_buf *dst_mb; in enc_post_seq_start() 796 struct s5p_mfc_buf, list); in enc_post_seq_start() 826 struct s5p_mfc_buf *dst_mb; in enc_pre_frame_start() 827 struct s5p_mfc_buf *src_mb; in enc_pre_frame_start() 833 src_mb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list); in enc_pre_frame_start() 841 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in enc_pre_frame_start() [all …]
|
D | s5p_mfc_opr_v5.c | 1187 struct s5p_mfc_buf *temp_vb; in s5p_mfc_run_dec_frame() 1206 temp_vb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_dec_frame() 1226 struct s5p_mfc_buf *dst_mb; in s5p_mfc_run_enc_frame() 1227 struct s5p_mfc_buf *src_mb; in s5p_mfc_run_enc_frame() 1247 src_mb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, in s5p_mfc_run_enc_frame() 1266 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_enc_frame() 1283 struct s5p_mfc_buf *temp_vb; in s5p_mfc_run_init_dec() 1288 temp_vb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_init_dec() 1303 struct s5p_mfc_buf *dst_mb; in s5p_mfc_run_init_enc() 1309 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_init_enc() [all …]
|
D | s5p_mfc_common.h | 181 struct s5p_mfc_buf { struct 611 struct s5p_mfc_buf src_bufs[MFC_MAX_BUFFERS]; 613 struct s5p_mfc_buf dst_bufs[MFC_MAX_BUFFERS];
|
D | s5p_mfc_opr_v6.c | 1539 struct s5p_mfc_buf *temp_vb; in s5p_mfc_run_dec_frame() 1560 temp_vb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_dec_frame() 1583 struct s5p_mfc_buf *dst_mb; in s5p_mfc_run_enc_frame() 1584 struct s5p_mfc_buf *src_mb; in s5p_mfc_run_enc_frame() 1605 src_mb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_enc_frame() 1615 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_enc_frame() 1634 struct s5p_mfc_buf *temp_vb; in s5p_mfc_run_init_dec() 1639 temp_vb = list_entry(ctx->src_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_init_dec() 1653 struct s5p_mfc_buf *dst_mb; in s5p_mfc_run_init_enc() 1659 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_init_enc() [all …]
|
D | s5p_mfc_dec.c | 811 struct s5p_mfc_buf *buf; in vidioc_decoder_cmd() 833 struct s5p_mfc_buf, list); in vidioc_decoder_cmd() 1065 struct s5p_mfc_buf *mfc_buf; in s5p_mfc_buf_queue()
|