Searched refs:svc_log (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vpx/src/ |
D | svc_encodeframe.c | 105 static int svc_log(SvcContext *svc_ctx, SVC_LOG_LEVEL level, in svc_log() function 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() 540 svc_log(svc_ctx, SVC_LOG_DEBUG, in vpx_svc_encode() [all …]
|