Searched refs:SVC_LOG_ERROR (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vpx/src/ |
D | svc_encodeframe.c | 127 if (level == SVC_LOG_ERROR) { in svc_log() 187 svc_log(svc_ctx, SVC_LOG_ERROR, in parse_layer_options_from_string() 221 svc_log(svc_ctx, SVC_LOG_ERROR, "option missing value: %s\n", in parse_options() 256 svc_log(svc_ctx, SVC_LOG_ERROR, "invalid option: %s\n", option_name); in parse_options() 280 svc_log(svc_ctx, SVC_LOG_ERROR, in parse_options() 402 svc_log(svc_ctx, SVC_LOG_ERROR, "key frame distance too small: %d\n", in vpx_svc_init() 412 svc_log(svc_ctx, SVC_LOG_ERROR, "spatial layers: invalid value: %d\n", in vpx_svc_init() 449 svc_log(svc_ctx, SVC_LOG_ERROR, in vpx_svc_init() 496 svc_log(svc_ctx, SVC_LOG_ERROR, "svc_enc_init error\n"); in vpx_svc_init()
|
/external/libvpx/libvpx/vpx/ |
D | svc_context.h | 27 SVC_LOG_ERROR, enumerator
|