GK SDK 源码库: XMIPCLinuxV100R005C00SPC030 (kernel/tools/open_source excluded)
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
* Copyright (c) XMEDIA. All rights reserved.
|
||||
*/
|
||||
|
||||
#ifndef __UVC_APP_DEBUG_H__
|
||||
#define __UVC_APP_DEBUG_H__
|
||||
|
||||
void debug_dump_frame(char* data, int size, const char* path);
|
||||
|
||||
void debug_dump_stream(char* data, int size, const char* path);
|
||||
|
||||
unsigned long long debug_time_stamp_ms(void);
|
||||
|
||||
#endif // __UVC_APP_DEBUG_H__
|
||||
Reference in New Issue
Block a user