Lines Matching defs:AVDictionary
30 struct AVDictionary {
35 int av_dict_count(const AVDictionary *m)
40 AVDictionaryEntry *av_dict_get(const AVDictionary *m, const char *key,
70 int av_dict_set(AVDictionary **pm, const char *key, const char *value,
73 AVDictionary *m = *pm;
147 int av_dict_set_int(AVDictionary **pm, const char *key, int64_t value,
156 static int parse_key_value_pair(AVDictionary **pm, const char **buf,
180 int av_dict_parse_string(AVDictionary **pm, const char *str,
203 void av_dict_free(AVDictionary **pm)
205 AVDictionary *m = *pm;
217 int av_dict_copy(AVDictionary **dst, const AVDictionary *src, int flags)
230 int av_dict_get_string(const AVDictionary *m, char **buffer,
258 int avpriv_dict_set_timestamp(AVDictionary **dict, const char *key, int64_t timestamp)