Searched refs:SVC_LOG_ERROR (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/ |
D | svc_encodeframe.c | 258 if (level == SVC_LOG_ERROR) { in svc_log() 275 svc_log(svc_ctx, SVC_LOG_ERROR, "invalid encoding mode: %s", value_str); in set_option_encoding_mode() 309 svc_log(svc_ctx, SVC_LOG_ERROR, in parse_quantizer_values() 327 svc_log(svc_ctx, SVC_LOG_ERROR, in parse_quantizer_values() 337 svc_log(svc_ctx, SVC_LOG_ERROR, "svc scale-factors: invalid value %s\n", in log_invalid_scale_factor() 388 svc_log(svc_ctx, SVC_LOG_ERROR, in parse_scale_factors() 421 svc_log(svc_ctx, SVC_LOG_ERROR, "option missing value: %s\n", in parse_options() 447 svc_log(svc_ctx, SVC_LOG_ERROR, "invalid option: %s\n", option_name); in parse_options() 513 svc_log(svc_ctx, SVC_LOG_ERROR, "key frame distance too small: %d\n", in vpx_svc_init() 523 svc_log(svc_ctx, SVC_LOG_ERROR, "spatial layers: invalid value: %d\n", in vpx_svc_init() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/ |
D | svc_context.h | 34 SVC_LOG_ERROR, enumerator
|