14 lines
246 B
C
14 lines
246 B
C
/*
|
|
* Copyright (c) XMEDIA. All rights reserved.
|
|
*/
|
|
|
|
#ifndef __SAMPLE_VIDEO_YUV_H__
|
|
#define __SAMPLE_VIDEO_YUV_H__
|
|
|
|
int sample_yuv_set_idr(void);
|
|
int sample_yuv_init(void);
|
|
int sample_yuv_startup(int fmt);
|
|
int sample_yuv_shutdown(void);
|
|
|
|
#endif
|