Home
last modified time | relevance | path

Searched defs:key_val_sep (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavutil/
H A Ddict.c156 parse_key_value_pair(AVDictionary **pm, const char **buf, const char *key_val_sep, const char *pairs_sep, int flags) parse_key_value_pair() argument
180 av_dict_parse_string(AVDictionary **pm, const char *str, const char *key_val_sep, const char *pairs_sep, int flags) av_dict_parse_string() argument
230 av_dict_get_string(const AVDictionary *m, char **buffer, const char key_val_sep, const char pairs_sep) av_dict_get_string() argument
[all...]
H A Dopt.c1552 parse_key_value_pair(void *ctx, const char **buf, const char *key_val_sep, const char *pairs_sep) parse_key_value_pair() argument
1586 av_set_options_string(void *ctx, const char *opts, const char *key_val_sep, const char *pairs_sep) av_set_options_string() argument
1644 av_opt_get_key_value(const char **ropts, const char *key_val_sep, const char *pairs_sep, unsigned flags, char **rkey, char **rval) av_opt_get_key_value() argument
1666 av_opt_set_from_string(void *ctx, const char *opts, const char *const *shorthand, const char *key_val_sep, const char *pairs_sep) av_opt_set_from_string() argument
2193 av_opt_serialize(void *obj, int opt_flags, int flags, char **buffer, const char key_val_sep, const char pairs_sep) av_opt_serialize() argument
[all...]
/third_party/ffmpeg/libavcodec/
H A Dlibvpxenc.c664 const char key_val_sep[] = "="; in vpx_parse_ref_frame_config_element() local

Completed in 7 milliseconds