Lines Matching full:opts
402 * Parse the key/value pairs list in opts. For each key/value pair
407 * @param opts options string to parse, may be NULL
414 * AVERROR(EINVAL) if opts cannot be parsed,
418 int av_set_options_string(void *ctx, const char *opts,
422 * Parse the key-value pairs list in opts. For each key=value pair found,
426 * @param opts the options string, key-value pairs separated by a
429 * notation: if the first field in opts has no key part,
431 * then again for the second, etc., until either opts is
440 * AVERROR(EINVAL) if opts cannot be parsed,
448 int av_opt_set_from_string(void *ctx, const char *opts,