Searched refs:AV_DICT_MATCH_CASE (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Ddict.h61 #define AV_DICT_MATCH_CASE 1 macro
H A Ddict.c39 if(flags & AV_DICT_MATCH_CASE) for(j=0; s[j] == key[j] && key[j]; j++);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Ddict.h69 #define AV_DICT_MATCH_CASE 1 /**< Only get an entry with exact-case key match. Only relevant in av_dict_get(). */ macro
H A Ddict.c53 if (flags & AV_DICT_MATCH_CASE)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Driffenc.c299 if (av_dict_get(s->metadata, riff_tags[i], NULL, AV_DICT_MATCH_CASE))
322 NULL, AV_DICT_MATCH_CASE)))
H A Did3v2.c403 if ((t = av_dict_get(m, tag, NULL, AV_DICT_MATCH_CASE)) &&
H A Dhls.c739 oldentry = av_dict_get(pls->id3_initial, entry->key, NULL, AV_DICT_MATCH_CASE);
H A Dmov.c1369 AVDictionaryEntry *compatible_brands = av_dict_get(c->fc->metadata, "compatible_brands", NULL, AV_DICT_MATCH_CASE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_subtitles.c269 tag = av_dict_get(st->metadata, "mimetype", NULL, AV_DICT_MATCH_CASE);
348 AV_DICT_MATCH_CASE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Did3v2.c347 if ((t = av_dict_get(m, tag, NULL, AV_DICT_MATCH_CASE)) &&
H A Davformat.h231 #define AV_METADATA_MATCH_CASE AV_DICT_MATCH_CASE
H A Davienc.c384 if ((t = av_dict_get(s->metadata, ff_riff_tags[i], NULL, AV_DICT_MATCH_CASE)))

Completed in 214 milliseconds