/third_party/ffmpeg/libavutil/ |
D | dict.h | 81 typedef struct AVDictionaryEntry { struct 84 } AVDictionaryEntry; argument 103 AVDictionaryEntry *av_dict_get(const AVDictionary *m, const char *key, 104 const AVDictionaryEntry *prev, int flags);
|
D | dict.c | 32 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/ |
D | webmdashenc.c | 71 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 …]
|
D | vorbiscomment.c | 48 AVDictionaryEntry *tag = NULL; in ff_vorbiscomment_length() 57 AVDictionaryEntry *tag = NULL; in ff_vorbiscomment_length() 79 AVDictionaryEntry *tag = NULL; in ff_vorbiscomment_write()
|
D | id3v2enc.c | 152 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()
|
D | metadata.c | 32 AVDictionaryEntry *mtag = NULL; in ff_metadata_conv()
|
D | replaygain.c | 93 const AVDictionaryEntry *tg, *tp, *ag, *ap; in ff_replaygain_export()
|
D | ffmetaenc.c | 43 AVDictionaryEntry *t = NULL; in write_tags()
|
D | soxenc.c | 49 AVDictionaryEntry *comment; in sox_write_header()
|
D | lrcenc.c | 39 const AVDictionaryEntry *metadata_item; in lrc_write_header()
|
D | mp3enc.c | 43 AVDictionaryEntry *tag; in id3v1_set_string() 52 AVDictionaryEntry *tag; in id3v1_create_tag() 147 …AVDictionaryEntry *enc = av_dict_get(s->streams[mp3->audio_stream_idx]->metadata, "encoder", NULL,… in mp3_write_xing()
|
D | ttmlenc.c | 90 AVDictionaryEntry *lang = av_dict_get(st->metadata, "language", NULL, in ttml_write_header()
|
D | flacenc.c | 85 AVDictionaryEntry *e; in flac_write_picture() 243 AVDictionaryEntry *chmask = av_dict_get(s->metadata, "WAVEFORMATEXTENSIBLE_CHANNEL_MASK", in flac_init()
|
D | smjpegenc.c | 37 AVDictionaryEntry *t = NULL; in smjpeg_write_header()
|
D | matroskaenc.c | 1027 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()
|
D | dump.c | 138 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()
|
D | asfenc.c | 360 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/ |
D | dict.c | 25 AVDictionaryEntry *t = NULL; in print_dict() 55 AVDictionaryEntry *e; in main()
|
/third_party/ffmpeg/doc/examples/ |
D | metadata.c | 37 AVDictionaryEntry *tag = NULL; in main()
|
/third_party/ffmpeg/libavcodec/ |
D | frame_thread_encoder.c | 152 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/ |
D | dict | 48 Testing av_dict_set() with existing AVDictionaryEntry.key as key
|
/third_party/ffmpeg/libavfilter/ |
D | af_resample.c | 55 AVDictionaryEntry *e = NULL; in init() 145 AVDictionaryEntry *e = NULL; in config_output()
|
D | f_bench.c | 72 AVDictionaryEntry *e = av_dict_get(in->metadata, START_TIME_KEY, NULL, 0); in filter_frame()
|
D | vf_subtitles.c | 282 const AVDictionaryEntry *tag = NULL; in attachment_is_font() 362 const AVDictionaryEntry *tag = NULL; in init_subtitles()
|
D | f_select.c | 309 … AVDictionaryEntry *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()
|