00001 #ifndef AVCBENCSMP_H 00002 #define AVCBENCSMP_H 00003 00004 #include "capture.h" 00005 00006 typedef struct { 00007 00008 char ctrl_file_name_buf[256]; 00009 char input_file_name_buf[256]; 00010 char buf_input_yuv_file_with_path[256 + 8]; 00011 char buf_input_yuv_file[64 + 8]; 00012 00013 long xpic; 00014 long ypic; 00015 long frame_rate; 00016 00017 capture *ceu; 00018 00019 } APPLI_INFO; 00020 00021 #endif /* AVCBENCSMP */