Home
last modified time | relevance | path

Searched refs:SVC_LOG_LEVEL (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vpx/
Dsvc_context.h26 typedef enum SVC_LOG_LEVEL { enum
30 } SVC_LOG_LEVEL; typedef
37 SVC_LOG_LEVEL log_level; // amount of information to display
/external/libvpx/libvpx/vpx/src/
Dsvc_encodeframe.c103 static int svc_log(SvcContext *svc_ctx, SVC_LOG_LEVEL level, const char *fmt, in svc_log()