linuxOS_D21X/source/artinchip/gst1-plugins-aic/gstaicfb.h

14 lines
328 B
C
Raw Normal View History

2024-11-29 08:13:19 +00:00
/*
* Copyright (C) 2020-2023 ArtInChip Technology Co., Ltd.
*
2024-11-29 08:33:21 +00:00
* SPDX-License-Identifier: Apache-2.0
*
2024-11-29 08:13:19 +00:00
* Authors: <qi.xu@artinchip.com>
*/
2024-11-29 08:23:11 +00:00
struct gst_aicfb;
2024-11-29 08:13:19 +00:00
2024-11-29 08:23:11 +00:00
struct gst_aicfb* gst_aicfb_open();
void gst_aicfb_close(struct gst_aicfb* aicfb);
int gst_aicfb_render(struct gst_aicfb* aicfb, struct mpp_buf* buf, int buf_id);