Lines Matching full:loglevel
227 const gchar* loglevel = g_getenv("MIX_AUDIO_DEBUG");229 if (loglevel)231 if (g_strstr_len(loglevel,-1, "0x") == loglevel)234 ll = g_ascii_strtoull(loglevel+2, NULL, 16);239 ll = g_ascii_strtoull(loglevel, NULL, 10);