linuxOS_D21X/source/artinchip/gst1-plugins-aic/gstaicfb.h
2024-11-29 16:13:46 +08:00

13 lines
297 B
C

/*
* 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);