rk3568_ubuntu_r60_v1.3.2/external/isp2-ipc/demo/drmDsp.h
2023-11-03 06:12:44 +00:00

20 lines
248 B
C
Executable File

#ifndef __DRM_DSP_H__
#define __DRM_DSP_H__
#ifdef __cplusplus
extern "C"
{
#endif
#include <drm_fourcc.h>
int initDrmDsp();
int drmDspFrame(int width, int height, void* dmaFd, int fmt);
void deInitDrmDsp();
#ifdef __cplusplus
}
#endif
#endif