Home | History | Annotate | Download | only in videoprocess

Lines Matching refs:MAX_LEN

45 #define MAX_LEN   1024
64 static char g_config_file_name[MAX_LEN];
65 static char g_src_file_name[MAX_LEN];
66 static char g_dst_file_name[MAX_LEN];
67 static char g_filter_type_name[MAX_LEN];
88 char strLine[MAX_LEN];
101 if (!fgets(strLine, MAX_LEN, fp))
104 for (i = 0; strLine[i] && i < MAX_LEN; i++)
133 char str[MAX_LEN];
147 char str[MAX_LEN];
161 char str[MAX_LEN];
504 char algorithm_str[MAX_LEN], flags_str[MAX_LEN];
669 char blending_flags_str[MAX_LEN];
982 char str[MAX_LEN];