Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/media/platform/mediatek/jpeg/
A Dmtk_jpeg_enc_hw.c194 struct mtk_jpeg_src_buf *dst_done_buf, *tmp_dst_done_buf; in mtk_jpegenc_put_buf() local
217 tmp_dst_done_buf = list_entry(pos, in mtk_jpegenc_put_buf()
220 if (tmp_dst_done_buf->frame_num == in mtk_jpegenc_put_buf()
222 list_del(&tmp_dst_done_buf->list); in mtk_jpegenc_put_buf()
223 v4l2_m2m_buf_done(&tmp_dst_done_buf->b, in mtk_jpegenc_put_buf()
A Dmtk_jpeg_dec_hw.c448 struct mtk_jpeg_src_buf *dst_done_buf, *tmp_dst_done_buf; in mtk_jpegdec_put_buf() local
474 tmp_dst_done_buf = list_entry(pos, in mtk_jpegdec_put_buf()
477 if (tmp_dst_done_buf->frame_num == in mtk_jpegdec_put_buf()
479 list_del(&tmp_dst_done_buf->list); in mtk_jpegdec_put_buf()
480 v4l2_m2m_buf_done(&tmp_dst_done_buf->b, in mtk_jpegdec_put_buf()

Completed in 5 milliseconds