Searched refs:jpeg_dst_buf (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/media/platform/mediatek/jpeg/
H A Dmtk_jpeg_core.c1583 struct mtk_jpeg_src_buf *jpeg_dst_buf; local
1645 jpeg_dst_buf = mtk_jpeg_vb2_to_srcbuf(&dst_buf->vb2_buf);
1646 jpeg_dst_buf->curr_ctx = ctx;
1647 jpeg_dst_buf->frame_num = ctx->total_frame_num;
1680 struct mtk_jpeg_src_buf *jpeg_src_buf, *jpeg_dst_buf; local
1719 jpeg_dst_buf = mtk_jpeg_vb2_to_srcbuf(&dst_buf->vb2_buf);
1730 jpeg_dst_buf->curr_ctx = ctx;
1731 jpeg_dst_buf->frame_num = ctx->total_frame_num;

Completed in 205 milliseconds