Files
linux/drivers/vcodec/vdec_hivna/vfmw_v4.0/vfmw_dts.h
T
xwx495457 8094511eee Drivers/VCODEC: support vcodec function for hikey970.
Add VCODEC code in kernel to support vcodec for hikey970.

Signed-off-by: xwx495457 <xwx495457@notesmail.huawei.com>
2018-03-05 15:18:46 +08:00

9 lines
181 B
C
Executable File

#ifndef __VFMW_DTS_H__
#define __VFMW_DTS_H__
#include "vfmw.h"
int VFMW_SetDtsConfig(VFMW_DTS_CONFIG_S *pDtsConfig);
int VFMW_GetDtsConfig(VFMW_DTS_CONFIG_S *pDtsConfig);
#endif