Searched defs:MAX_LEN (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/libva/test/videoprocess/
H A Dvideoprocess.cpp45 #define MAX_LEN 1024 macro
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];
[all...]
/hardware/qcom/audio/legacy/libalsa-intf/
H A Dmsm8960_use_cases.h93 #define MAX_LEN(x,y) ((strlen(x)>strlen(y))?strlen(x):strlen(y)) macro

Completed in 887 milliseconds