Searched refs:dst_done_queue (Results 1 – 4 of 4) sorted by relevance
213 list_add_tail(&dst_done_buf->list, &ctx->dst_done_queue); in mtk_jpegenc_put_buf()214 while (!list_empty(&ctx->dst_done_queue) && in mtk_jpegenc_put_buf()215 (pos != &ctx->dst_done_queue)) { in mtk_jpegenc_put_buf()216 list_for_each_prev_safe(pos, temp_entry, &ctx->dst_done_queue) { in mtk_jpegenc_put_buf()
470 list_add_tail(&dst_done_buf->list, &ctx->dst_done_queue); in mtk_jpegdec_put_buf()471 while (!list_empty(&ctx->dst_done_queue) && in mtk_jpegdec_put_buf()472 (pos != &ctx->dst_done_queue)) { in mtk_jpegdec_put_buf()473 list_for_each_prev_safe(pos, temp_entry, &ctx->dst_done_queue) { in mtk_jpegdec_put_buf()
304 struct list_head dst_done_queue; member
1584 INIT_LIST_HEAD(&ctx->dst_done_queue); in mtk_jpeg_open()
Completed in 12 milliseconds