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

13 lines
297 B
C
Raw Normal View History

2024-11-29 08:13:19 +00:00
/*
* Copyright (C) 2020-2023 ArtInChip Technology Co., Ltd.
*
* Authors: <qi.xu@artinchip.com>
*/
#include <video/artinchip_fb.h>
int gst_aicfb_open();
void gst_aicfb_close(int fd);
int gst_aicfb_render(int fd, struct mpp_buf* buf);
int gst_get_screeninfo(int fd, int *width, int *height);