8094511eee
Add VCODEC code in kernel to support vcodec for hikey970. Signed-off-by: xwx495457 <xwx495457@notesmail.huawei.com>
9 lines
181 B
C
Executable File
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
|