Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/platform/s5p-mfc/
Ds5p_mfc.c154 &ctx->dst_queue, &ctx->vq_dst); in s5p_mfc_watchdog_worker()
198 while (!list_empty(&ctx->dst_queue)) { in s5p_mfc_handle_frame_all_extracted()
199 dst_buf = list_entry(ctx->dst_queue.next, in s5p_mfc_handle_frame_all_extracted()
236 list_for_each_entry(dst_buf, &ctx->dst_queue, list) { in s5p_mfc_handle_frame_copy_time()
296 list_for_each_entry(dst_buf, &ctx->dst_queue, list) { in s5p_mfc_handle_frame_new()
454 &ctx->dst_queue, &ctx->vq_dst); in s5p_mfc_handle_error()
589 if (!list_empty(&ctx->dst_queue)) { in s5p_mfc_handle_stream_complete()
590 mb_entry = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, in s5p_mfc_handle_stream_complete()
742 INIT_LIST_HEAD(&ctx->dst_queue); in s5p_mfc_open()
Ds5p_mfc_enc.c775 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in enc_pre_seq_start()
794 if (!list_empty(&ctx->dst_queue)) { in enc_post_seq_start()
795 dst_mb = list_entry(ctx->dst_queue.next, in enc_post_seq_start()
841 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in enc_pre_frame_start()
909 mb_entry = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, in enc_post_frame_start()
1986 &ctx->dst_queue, &ctx->vq_dst); in s5p_mfc_stop_streaming()
1987 INIT_LIST_HEAD(&ctx->dst_queue); in s5p_mfc_stop_streaming()
2018 list_add_tail(&mfc_buf->list, &ctx->dst_queue); in s5p_mfc_buf_queue()
Ds5p_mfc_dec.c1031 &ctx->dst_queue, &ctx->vq_dst); in s5p_mfc_stop_streaming()
1032 INIT_LIST_HEAD(&ctx->dst_queue); in s5p_mfc_stop_streaming()
1080 list_add_tail(&mfc_buf->list, &ctx->dst_queue); in s5p_mfc_buf_queue()
Ds5p_mfc_common.h581 struct list_head dst_queue; member
Ds5p_mfc_opr_v5.c1237 if (list_empty(&ctx->dst_queue)) { 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()
1309 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_init_enc()
Ds5p_mfc_opr_v6.c1599 if (list_empty(&ctx->dst_queue)) { 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()
1659 dst_mb = list_entry(ctx->dst_queue.next, struct s5p_mfc_buf, list); in s5p_mfc_run_init_enc()