Searched refs:parse_layer_options_from_string (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/examples/ |
D | svc_encodeframe.c | 138 static vpx_codec_err_t parse_layer_options_from_string(SvcContext *svc_ctx, in parse_layer_options_from_string() function 214 res = parse_layer_options_from_string(svc_ctx, SCALE_FACTOR, option_value, in parse_options() 220 parse_layer_options_from_string(svc_ctx, QUANTIZER, option_value, in parse_options() 225 parse_layer_options_from_string(svc_ctx, QUANTIZER, option_value, in parse_options() 229 res = parse_layer_options_from_string(svc_ctx, AUTO_ALT_REF, option_value, in parse_options() 233 res = parse_layer_options_from_string(svc_ctx, BITRATE, option_value, in parse_options()
|