/* * 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