Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dsvc_encodeframe.c407 char *option_value; in parse_options() local
419 option_value = strtok_r(NULL, " ", &input_ptr); in parse_options()
420 if (option_value == NULL) { in parse_options()
427 res = set_option_encoding_mode(svc_ctx, option_value); in parse_options()
430 svc_ctx->spatial_layers = atoi(option_value); in parse_options()
432 res = parse_scale_factors(svc_ctx, option_value); in parse_options()
435 res = parse_quantizer_values(svc_ctx, option_value, 0); in parse_options()
443 res = parse_quantizer_values(svc_ctx, option_value, 1); in parse_options()