Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  *
0004  *  Copyright (C) 2005 Mike Isely <isely@pobox.com>
0005  *  Copyright (C) 2004 Aurelien Alleaume <slts@free.fr>
0006  */
0007 
0008 #ifndef __PVRUSB2_ENCODER_H
0009 #define __PVRUSB2_ENCODER_H
0010 
0011 struct pvr2_hdw;
0012 
0013 int pvr2_encoder_adjust(struct pvr2_hdw *);
0014 int pvr2_encoder_configure(struct pvr2_hdw *);
0015 int pvr2_encoder_start(struct pvr2_hdw *);
0016 int pvr2_encoder_stop(struct pvr2_hdw *);
0017 
0018 #endif /* __PVRUSB2_ENCODER_H */