Home
last modified time | relevance | path

Searched refs:dst_done_buf (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/drivers/media/platform/mediatek/jpeg/
Dmtk_jpeg_enc_hw.c192 struct mtk_jpeg_src_buf *dst_done_buf, *tmp_dst_done_buf; in mtk_jpegenc_put_buf() local
207 dst_done_buf = container_of(dst_buffer, in mtk_jpegenc_put_buf()
211 list_add_tail(&dst_done_buf->list, &ctx->dst_done_queue); in mtk_jpegenc_put_buf()
Dmtk_jpeg_dec_hw.c446 struct mtk_jpeg_src_buf *dst_done_buf, *tmp_dst_done_buf; in mtk_jpegdec_put_buf() local
465 dst_done_buf = container_of(dst_buffer, struct mtk_jpeg_src_buf, b); in mtk_jpegdec_put_buf()
468 list_add_tail(&dst_done_buf->list, &ctx->dst_done_queue); in mtk_jpegdec_put_buf()