Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/mediatek/jpeg/
H A Dmtk_jpeg_enc_hw.c193 struct mtk_jpeg_src_buf *dst_done_buf, *tmp_dst_done_buf; in mtk_jpegenc_put_buf() local
208 dst_done_buf = container_of(dst_buffer, in mtk_jpegenc_put_buf()
212 list_add_tail(&dst_done_buf->list, &ctx->dst_done_queue); in mtk_jpegenc_put_buf()
H A 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()