Searched refs:AVDictionaryEntry (Results 1 - 25 of 100) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Ddict.h51 * AVDictionaryEntry *t = NULL;
74 } AVDictionaryEntry; typedef in typeref:struct:__anon2301
86 AVDictionaryEntry *
87 av_dict_get(AVDictionary *m, const char *key, const AVDictionaryEntry *prev, int flags);
H A Ddict.c26 AVDictionaryEntry *
27 av_dict_get(AVDictionary *m, const char *key, const AVDictionaryEntry *prev, int flags)
53 AVDictionaryEntry *tag = av_dict_get(m, key, NULL, flags);
69 AVDictionaryEntry *tmp = av_realloc(m->elems, (m->count+1) * sizeof(*m->elems));
116 AVDictionaryEntry *t = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Ddict.h53 AVDictionaryEntry *t = NULL;
80 typedef struct AVDictionaryEntry { struct
83 } AVDictionaryEntry; typedef in typeref:struct:AVDictionaryEntry
102 AVDictionaryEntry *av_dict_get(FF_CONST_AVUTIL53 AVDictionary *m, const char *key,
103 const AVDictionaryEntry *prev, int flags);
H A Ddict.c30 AVDictionaryEntry *elems;
38 AVDictionaryEntry *av_dict_get(FF_CONST_AVUTIL53 AVDictionary *m, const char *key,
39 const AVDictionaryEntry *prev, int flags)
72 AVDictionaryEntry *tag = av_dict_get(m, key, NULL, flags);
91 AVDictionaryEntry *tmp = av_realloc(m->elems,
189 AVDictionaryEntry *t = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmetadata.c27 AVDictionaryEntry *
28 av_metadata_get(AVDictionary *m, const char *key, const AVDictionaryEntry *prev, int flags)
61 AVDictionaryEntry *mtag = NULL;
H A Dmetadata-example.c37 AVDictionaryEntry *tag = NULL;
H A Dvorbiscomment.c47 AVDictionaryEntry *tag = NULL;
62 AVDictionaryEntry *tag = NULL;
H A Did3v2enc.c85 static int id3v2_check_write_tag(AVFormatContext *s, AVDictionaryEntry *t, const char table[][4],
104 AVDictionaryEntry *t = NULL;
H A Dmp3enc.c38 AVDictionaryEntry *tag;
46 AVDictionaryEntry *tag;
H A Dffmetaenc.c43 AVDictionaryEntry *t = NULL;
H A Dsoxenc.c48 AVDictionaryEntry *comment;
H A Did3v2.c344 static AVDictionaryEntry* get_date_tag(AVDictionary *m, const char *tag)
346 AVDictionaryEntry *t;
355 AVDictionaryEntry *t;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/doc/examples/
H A Dmetadata.c37 AVDictionaryEntry *tag = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dvorbiscomment.c46 AVDictionaryEntry *tag = NULL;
61 AVDictionaryEntry *tag = NULL;
H A Dwebmdashenc.c71 AVDictionaryEntry *duration = av_dict_get(s->streams[i]->metadata,
103 AVDictionaryEntry *gold = av_dict_get(s->streams[as->streams[0]]->metadata,
107 AVDictionaryEntry *ts = av_dict_get(s->streams[as->streams[i]]->metadata,
116 AVDictionaryEntry *gold_track_num = av_dict_get(s->streams[as->streams[0]]->metadata,
121 AVDictionaryEntry *track_num = av_dict_get(s->streams[as->streams[i]]->metadata,
146 AVDictionaryEntry *lang;
168 AVDictionaryEntry *kf = av_dict_get(s->streams[as->streams[i]]->metadata,
177 AVDictionaryEntry *irange = av_dict_get(stream->metadata, INITIALIZATION_RANGE, NULL, 0);
178 AVDictionaryEntry *cues_start = av_dict_get(stream->metadata, CUES_START, NULL, 0);
179 AVDictionaryEntry *cues_en
[all...]
H A Dmetadata.c32 AVDictionaryEntry *mtag = NULL;
H A Dffmetaenc.c43 AVDictionaryEntry *t = NULL;
H A Did3v2enc.c99 static int id3v2_check_write_tag(ID3v2EncContext *id3, AVIOContext *pb, AVDictionaryEntry *t,
116 AVDictionaryEntry *mtag = NULL;
169 AVDictionaryEntry *t = NULL;
259 AVDictionaryEntry *e;
H A Dlrcenc.c39 const AVDictionaryEntry *metadata_item;
H A Dreplaygain.c113 const AVDictionaryEntry *tg, *tp, *ag, *ap;
H A Dsoxenc.c49 AVDictionaryEntry *comment;
H A Dflacenc.c109 AVDictionaryEntry *chmask = av_dict_get(s->metadata, "WAVEFORMATEXTENSIBLE_CHANNEL_MASK",
H A Dsmjpegenc.c37 AVDictionaryEntry *t = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dlibav.h80 typedef AVMetadataTag AVDictionaryEntry; typedef
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davprobe.c177 AVDictionaryEntry *tag = NULL;
262 AVDictionaryEntry *tag = NULL;
296 AVDictionaryEntry *t;

Completed in 137 milliseconds

1234