13 lines
382 B
C
Executable File
13 lines
382 B
C
Executable File
#ifndef _PHOTOFASTCAPDATEIMPRINT_H
|
|
#define _PHOTOFASTCAPDATEIMPRINT_H
|
|
|
|
#include "hd_type.h"
|
|
|
|
#define HUNTINGCAP_DATESTAMP_BUF_SIZE 0x100000
|
|
|
|
extern void PhotoFastCapDateImprint_InitBuff(void);
|
|
extern void PhotoFastCapDateImprint_UninitBuff(void);
|
|
extern void PhotFastCapDateImprint_UninitBuff(void);
|
|
extern INT32 PhotoFastCapDateImprint_GenYuvData(HD_VIDEO_FRAME *pDstImg);
|
|
#endif
|