Home
last modified time | relevance | path

Searched refs:AVDictionaryEntry (Results 1 – 25 of 88) sorted by relevance

1234

/third_party/ffmpeg/libavutil/
Ddict.h81 typedef struct AVDictionaryEntry { struct
84 } AVDictionaryEntry; argument
103 AVDictionaryEntry *av_dict_get(const AVDictionary *m, const char *key,
104 const AVDictionaryEntry *prev, int flags);
Ddict.c32 AVDictionaryEntry *elems;
40 AVDictionaryEntry *av_dict_get(const AVDictionary *m, const char *key, in av_dict_get()
41 const AVDictionaryEntry *prev, int flags) in av_dict_get()
74 AVDictionaryEntry *tag = NULL; in av_dict_set()
106 AVDictionaryEntry *tmp = av_realloc_array(m->elems, in av_dict_set()
219 AVDictionaryEntry *t = NULL; in av_dict_copy()
233 AVDictionaryEntry *t = NULL; in av_dict_get_string()
/third_party/ffmpeg/libavformat/
Dwebmdashenc.c71 AVDictionaryEntry *duration = av_dict_get(s->streams[i]->metadata, in get_duration()
130 AVDictionaryEntry *gold = av_dict_get(s->streams[as->streams[0]]->metadata, in subsegment_alignment()
134 AVDictionaryEntry *ts = av_dict_get(s->streams[as->streams[i]]->metadata, in subsegment_alignment()
145 AVDictionaryEntry *gold_track_num = av_dict_get(gold_st->metadata, in bitstream_switching()
151 AVDictionaryEntry *track_num = av_dict_get(st->metadata, in bitstream_switching()
177 AVDictionaryEntry *bandwidth = av_dict_get(st->metadata, BANDWIDTH, NULL, 0); in write_representation()
205 AVDictionaryEntry *irange = av_dict_get(st->metadata, INITIALIZATION_RANGE, NULL, 0); in write_representation()
206 AVDictionaryEntry *cues_start = av_dict_get(st->metadata, CUES_START, NULL, 0); in write_representation()
207 AVDictionaryEntry *cues_end = av_dict_get(st->metadata, CUES_END, NULL, 0); in write_representation()
208 AVDictionaryEntry *filename = av_dict_get(st->metadata, FILENAME, NULL, 0); in write_representation()
[all …]
Dvorbiscomment.c48 AVDictionaryEntry *tag = NULL; in ff_vorbiscomment_length()
57 AVDictionaryEntry *tag = NULL; in ff_vorbiscomment_length()
79 AVDictionaryEntry *tag = NULL; in ff_vorbiscomment_write()
Did3v2enc.c152 static int id3v2_check_write_tag(ID3v2EncContext *id3, AVIOContext *pb, AVDictionaryEntry *t, in id3v2_check_write_tag()
169 AVDictionaryEntry *mtag = NULL; in id3v2_3_metadata_split_date()
222 AVDictionaryEntry *t = NULL; in write_metadata()
354 AVDictionaryEntry *e; in ff_id3v2_write_apic()
Dmetadata.c32 AVDictionaryEntry *mtag = NULL; in ff_metadata_conv()
Dreplaygain.c93 const AVDictionaryEntry *tg, *tp, *ag, *ap; in ff_replaygain_export()
Dffmetaenc.c43 AVDictionaryEntry *t = NULL; in write_tags()
Dsoxenc.c49 AVDictionaryEntry *comment; in sox_write_header()
Dlrcenc.c39 const AVDictionaryEntry *metadata_item; in lrc_write_header()
Dmp3enc.c43 AVDictionaryEntry *tag; in id3v1_set_string()
52 AVDictionaryEntry *tag; in id3v1_create_tag()
147AVDictionaryEntry *enc = av_dict_get(s->streams[mp3->audio_stream_idx]->metadata, "encoder", NULL,… in mp3_write_xing()
Dttmlenc.c90 AVDictionaryEntry *lang = av_dict_get(st->metadata, "language", NULL, in ttml_write_header()
Dflacenc.c85 AVDictionaryEntry *e; in flac_write_picture()
243 AVDictionaryEntry *chmask = av_dict_get(s->metadata, "WAVEFORMATEXTENSIBLE_CHANNEL_MASK", in flac_init()
Dsmjpegenc.c37 AVDictionaryEntry *t = NULL; in smjpeg_write_header()
Dmatroskaenc.c1027 const AVDictionaryEntry *tag; in mkv_write_stereo_mode()
1129 const AVDictionaryEntry *tag; in mkv_write_track()
1450 static int mkv_write_simpletag(AVIOContext *pb, const AVDictionaryEntry *t) in mkv_write_simpletag()
1522 const AVDictionaryEntry *t = NULL; in mkv_write_tag()
1546 const AVDictionaryEntry *t = NULL; in mkv_check_tag()
1671 const AVDictionaryEntry *t; in mkv_write_chapters()
1727 const AVDictionaryEntry *t; in get_mimetype()
1759 const AVDictionaryEntry *t; in mkv_write_attachments()
1789 const AVDictionaryEntry *duration = av_dict_get(s->metadata, "DURATION", in get_metadata_duration()
1816 const AVDictionaryEntry *tag; in mkv_write_header()
Ddump.c138 const AVDictionaryEntry *tag = NULL; in dump_metadata()
514 const AVDictionaryEntry *lang = av_dict_get(st->metadata, "language", NULL, 0); in dump_stream_format()
706 const AVDictionaryEntry *name = av_dict_get(program->metadata, in av_dump_format()
Dasfenc.c360 AVDictionaryEntry *t = av_dict_get(c->metadata, "title", NULL, 0); in asf_write_markers()
394 AVDictionaryEntry *tags[5]; in asf_write_header1()
424 AVDictionaryEntry *entry; in asf_write_header1()
605 AVDictionaryEntry *tag = NULL; in asf_write_header1()
/third_party/ffmpeg/libavutil/tests/
Ddict.c25 AVDictionaryEntry *t = NULL; in print_dict()
55 AVDictionaryEntry *e; in main()
/third_party/ffmpeg/doc/examples/
Dmetadata.c37 AVDictionaryEntry *tag = NULL; in main()
/third_party/ffmpeg/libavcodec/
Dframe_thread_encoder.c152 AVDictionaryEntry *con = av_dict_get(options, "context", NULL, AV_DICT_MATCH_CASE); in ff_frame_thread_encoder_init()
160 AVDictionaryEntry *t = av_dict_get(options, "non_deterministic", in ff_frame_thread_encoder_init()
/third_party/ffmpeg/tests/ref/fate/
Ddict48 Testing av_dict_set() with existing AVDictionaryEntry.key as key
/third_party/ffmpeg/libavfilter/
Daf_resample.c55 AVDictionaryEntry *e = NULL; in init()
145 AVDictionaryEntry *e = NULL; in config_output()
Df_bench.c72 AVDictionaryEntry *e = av_dict_get(in->metadata, START_TIME_KEY, NULL, 0); in filter_frame()
Dvf_subtitles.c282 const AVDictionaryEntry *tag = NULL; in attachment_is_font()
362 const AVDictionaryEntry *tag = NULL; in init_subtitles()
Df_select.c309AVDictionaryEntry *start_time_entry = av_dict_get(metadata, "lavf.concatdec.start_time", NULL, 0); in get_concatdec_select()
310 AVDictionaryEntry *duration_entry = av_dict_get(metadata, "lavf.concatdec.duration", NULL, 0); in get_concatdec_select()

1234