[Media Common] Support config file override for user feature file paths
Added MosParseEnvFromConfig() modeled on va_parseConfig() from libva, which reads key=value settings from GFX_CONF_FILE (SYSCONFDIR/libva.conf,
defaulting to /etc/libva.conf) before falling back to getenv(). Applied this to GFX_FEATURE_FILE_NEXT, GFX_FEATURE_FILE_REPORT, GFX_MEDIA_TRACE,
and GFX_MEDIA_TRACE_LEVEL so all four can be overridden via config file
without setting environment variables. Also added m_szUserFeatureFileReport
static member so the report file path is no longer hardcoded at write time.
2 files changed