Searched refs:tmp_dst_done_buf (Results 1 – 2 of 2) sorted by relevance
194 struct mtk_jpeg_src_buf *dst_done_buf, *tmp_dst_done_buf; in mtk_jpegenc_put_buf() local217 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()
448 struct mtk_jpeg_src_buf *dst_done_buf, *tmp_dst_done_buf; in mtk_jpegdec_put_buf() local474 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