Home
last modified time | relevance | path

Searched refs:dst_done_queue (Results 1 – 4 of 4) sorted by relevance

/drivers/media/platform/mediatek/jpeg/
A Dmtk_jpeg_enc_hw.c232 list_add_tail(&dst_done_buf->list, &ctx->dst_done_queue); in mtk_jpegenc_put_buf()
233 while (!list_empty(&ctx->dst_done_queue) && in mtk_jpegenc_put_buf()
234 (pos != &ctx->dst_done_queue)) { in mtk_jpegenc_put_buf()
235 list_for_each_prev_safe(pos, temp_entry, &ctx->dst_done_queue) { in mtk_jpegenc_put_buf()
A Dmtk_jpeg_dec_hw.c503 list_add_tail(&dst_done_buf->list, &ctx->dst_done_queue); in mtk_jpegdec_put_buf()
504 while (!list_empty(&ctx->dst_done_queue) && in mtk_jpegdec_put_buf()
505 (pos != &ctx->dst_done_queue)) { in mtk_jpegdec_put_buf()
506 list_for_each_prev_safe(pos, temp_entry, &ctx->dst_done_queue) { in mtk_jpegdec_put_buf()
A Dmtk_jpeg_core.h303 struct list_head dst_done_queue; member
A Dmtk_jpeg_core.c1171 INIT_LIST_HEAD(&ctx->dst_done_queue); in mtk_jpeg_open()

Completed in 16 milliseconds