Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/media/platform/mediatek/jpeg/
Dmtk_jpeg_enc_hw.c193 struct mtk_jpeg_src_buf *dst_done_buf, *tmp_dst_done_buf; in mtk_jpegenc_put_buf() local
216 tmp_dst_done_buf = list_entry(pos, in mtk_jpegenc_put_buf()
219 if (tmp_dst_done_buf->frame_num == in mtk_jpegenc_put_buf()
221 list_del(&tmp_dst_done_buf->list); in mtk_jpegenc_put_buf()
222 v4l2_m2m_buf_done(&tmp_dst_done_buf->b, 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
472 tmp_dst_done_buf = list_entry(pos, in mtk_jpegdec_put_buf()
475 if (tmp_dst_done_buf->frame_num == in mtk_jpegdec_put_buf()
477 list_del(&tmp_dst_done_buf->list); in mtk_jpegdec_put_buf()
478 v4l2_m2m_buf_done(&tmp_dst_done_buf->b, in mtk_jpegdec_put_buf()