Home
last modified time | relevance | path

Searched refs:dst_queue (Results 1 – 6 of 6) sorted by relevance

/drivers/media/platform/samsung/s5p-mfc/
Ds5p_mfc.c193 s5p_mfc_cleanup_queue(&ctx->dst_queue, &ctx->vq_dst); in s5p_mfc_watchdog_worker()
232 while (!list_empty(&ctx->dst_queue)) { in s5p_mfc_handle_frame_all_extracted()
233 dst_buf = list_entry(ctx->dst_queue.next, in s5p_mfc_handle_frame_all_extracted()
274 list_for_each_entry(dst_buf, &ctx->dst_queue, list) { in s5p_mfc_handle_frame_copy_time()
339 list_for_each_entry(dst_buf, &ctx->dst_queue, list) { in s5p_mfc_handle_frame_new()
498 s5p_mfc_cleanup_queue(&ctx->dst_queue, &ctx->vq_dst); in s5p_mfc_handle_error()
626 if (!list_empty(&ctx->dst_queue)) { in s5p_mfc_handle_stream_complete()
627 mb_entry = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, in s5p_mfc_handle_stream_complete()
790 INIT_LIST_HEAD(&ctx->dst_queue); in s5p_mfc_open()
Ds5p_mfc_enc.c1140 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in enc_pre_seq_start()
1156 if (!list_empty(&ctx->dst_queue)) { in enc_post_seq_start()
1157 dst_mb = list_entry(ctx->dst_queue.next, in enc_post_seq_start()
1204 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in enc_pre_frame_start()
1275 mb_entry = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, in enc_post_frame_start()
2548 s5p_mfc_cleanup_queue(&ctx->dst_queue, &ctx->vq_dst); in s5p_mfc_stop_streaming()
2549 INIT_LIST_HEAD(&ctx->dst_queue); in s5p_mfc_stop_streaming()
2579 list_add_tail(&mfc_buf->list, &ctx->dst_queue); in s5p_mfc_buf_queue()
Ds5p_mfc_dec.c1062 s5p_mfc_cleanup_queue(&ctx->dst_queue, &ctx->vq_dst); in s5p_mfc_stop_streaming()
1063 INIT_LIST_HEAD(&ctx->dst_queue); in s5p_mfc_stop_streaming()
1109 list_add_tail(&mfc_buf->list, &ctx->dst_queue); in s5p_mfc_buf_queue()
Ds5p_mfc_opr_v5.c1206 if (list_empty(&ctx->dst_queue)) { 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()
1274 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_init_enc()
Ds5p_mfc_common.h643 struct list_head dst_queue; member
Ds5p_mfc_opr_v6.c1846 if (list_empty(&ctx->dst_queue)) { 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()
1910 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_init_enc()