OpenMAX Bellagio  0.9.3
content_pipe_file.h
Go to the documentation of this file.
1 
26 #ifndef __CONTENT_PIPE_FILE_H__
27 #define __CONTENT_PIPE_FILE_H__
28 
29 #include <unistd.h>
30 #include <stdio.h>
31 #include <malloc.h>
32 #include <string.h>
33 #include <fcntl.h>
34 
35 #include <OMX_Types.h>
36 #include <OMX_ContentPipe.h>
37 
38 #include "omx_comp_debug_levels.h"
39 
40 typedef struct {
41 
42  /* public */
44 
45  /* private */
46  int fd;
47 
49 
50 #endif

Generated for OpenMAX Bellagio rel. 0.9.3 by  doxygen 1.5.1
SourceForge.net Logo