Searched refs:severity (Results 1 – 6 of 6) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/test/ |
D | test.c | 43 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/ |
D | nestegg.h | 148 typedef void (* nestegg_log)(nestegg * context, unsigned int severity, char const * format, ...);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | webm_video_source.h | 62 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/ |
D | webmdec.c | 49 unsigned int severity, in nestegg_log_cb() argument
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/ |
D | nestegg.c | 1526 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/ |
D | gtest.h | 2133 GTestLog(GTestLogSeverity severity, const char* file, int line); 2146 #define GTEST_LOG_(severity) \ 2147 ::testing::internal::GTestLog(::testing::internal::GTEST_##severity, \
|