Home
last modified time | relevance | path

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

/linux/drivers/media/platform/mediatek/jpeg/
H A Dmtk_jpeg_enc_hw.c213 struct mtk_jpeg_src_buf *dst_done_buf, *tmp_dst_done_buf; in mtk_jpegenc_put_buf() local
236 tmp_dst_done_buf = list_entry(pos, in mtk_jpegenc_put_buf()
239 if (tmp_dst_done_buf->frame_num == in mtk_jpegenc_put_buf()
241 list_del(&tmp_dst_done_buf->list); in mtk_jpegenc_put_buf()
242 v4l2_m2m_buf_done(&tmp_dst_done_buf->b, in mtk_jpegenc_put_buf()
H A Dmtk_jpeg_dec_hw.c481 struct mtk_jpeg_src_buf *dst_done_buf, *tmp_dst_done_buf; in mtk_jpegdec_put_buf() local
507 tmp_dst_done_buf = list_entry(pos, in mtk_jpegdec_put_buf()
510 if (tmp_dst_done_buf->frame_num == in mtk_jpegdec_put_buf()
512 list_del(&tmp_dst_done_buf->list); in mtk_jpegdec_put_buf()
513 v4l2_m2m_buf_done(&tmp_dst_done_buf->b, in mtk_jpegdec_put_buf()