Files
gk-sdk/sample/uvc_app/video/stream/sample_video_mjpeg_h264.h
T

14 lines
285 B
C

/*
* Copyright (c) XMEDIA. All rights reserved.
*/
#ifndef __SAMPLE_VIDEO_MJPEG_H264_H__
#define __SAMPLE_VIDEO_MJPEG_H264_H__
int sample_mjpeg_h264_set_idr(void);
int sample_mjpeg_h264_init(void);
int sample_mjpeg_h264_startup(void);
int sample_mjpeg_h264_shutdown(void);
#endif