Lines Matching full:dictionary
22 * Public dictionary API.
43 * av_dict_set(). NULL can be used as an empty dictionary wherever
46 * entries and finally av_dict_free() to free the dictionary
50 * AVDictionary *d = NULL; // "create" an empty dictionary
85 * Get a dictionary entry with matching key.
96 * Get number of entries in dictionary.
98 * @param m dictionary
99 * @return number of entries in dictionary
106 * @param pm pointer to a pointer to a dictionary struct. If *pm is NULL
107 * a dictionary struct is allocated and put in *pm.
116 * Parse the key/value pairs list and add to a dictionary.
122 * @param flags flags to use when adding to dictionary.