Home
last modified time | relevance | path

Searched refs:severity (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/test/
Dtest.c43 log_callback(nestegg * ctx, unsigned int severity, char const * fmt, ...) in log_callback() argument
49 if (severity < NESTEGG_LOG_WARNING) in log_callback()
53 switch (severity) { in log_callback()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/include/nestegg/
Dnestegg.h148 typedef void (* nestegg_log)(nestegg * context, unsigned int severity, char const * format, ...);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dwebm_video_source.h62 nestegg_log_cb(nestegg *context, unsigned int severity, char const *format, in nestegg_log_cb() argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dwebmdec.c49 unsigned int severity, in nestegg_log_cb() argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
Dnestegg.c1526 ne_null_log_callback(nestegg * ctx, unsigned int severity, char const * fmt, ...) in ne_null_log_callback() argument
1528 if (ctx && severity && fmt) in ne_null_log_callback()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h2133 GTestLog(GTestLogSeverity severity, const char* file, int line);
2146 #define GTEST_LOG_(severity) \
2147 ::testing::internal::GTestLog(::testing::internal::GTEST_##severity, \