Home
last modified time | relevance | path

Searched refs:AV_DICT_MATCH_CASE (Results 1 – 14 of 14) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_cover_rect.c143 ex = av_dict_get(in->metadata, "lavfi.rect.x", NULL, AV_DICT_MATCH_CASE); in filter_frame()
144 ey = av_dict_get(in->metadata, "lavfi.rect.y", NULL, AV_DICT_MATCH_CASE); in filter_frame()
145 ew = av_dict_get(in->metadata, "lavfi.rect.w", NULL, AV_DICT_MATCH_CASE); in filter_frame()
146 eh = av_dict_get(in->metadata, "lavfi.rect.h", NULL, AV_DICT_MATCH_CASE); in filter_frame()
Dvf_subtitles.c285 tag = av_dict_get(st->metadata, "mimetype", NULL, AV_DICT_MATCH_CASE); in attachment_is_font()
364 AV_DICT_MATCH_CASE); in init_subtitles()
/third_party/ffmpeg/libavutil/
Ddict.h69 #define AV_DICT_MATCH_CASE 1 /**< Only get an entry with exact-case key match. Only relevant… macro
Ddict.c55 if (flags & AV_DICT_MATCH_CASE) in av_dict_get()
/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()
161 NULL, AV_DICT_MATCH_CASE); in ff_frame_thread_encoder_init()
/third_party/ffmpeg/libavformat/
Driffenc.c328 if (av_dict_get(s->metadata, riff_tags[i], NULL, AV_DICT_MATCH_CASE)) in riff_has_valid_tags()
351 NULL, AV_DICT_MATCH_CASE))) in ff_riff_write_info()
Did3v2.c530 if ((t = av_dict_get(m, tag, NULL, AV_DICT_MATCH_CASE)) && in get_date_tag()
Dhls.c1065 oldentry = av_dict_get(pls->id3_initial, entry->key, NULL, AV_DICT_MATCH_CASE); in id3_has_changed_values()
Dmov.c2171 …y *compatible_brands = av_dict_get(c->fc->metadata, "compatible_brands", NULL, AV_DICT_MATCH_CASE); in mov_parse_stsd_audio()
/third_party/ffmpeg/fftools/
Dffprobe.c2349 … AVDictionaryEntry *tag = av_dict_get(sd->metadata, "name", NULL, AV_DICT_MATCH_CASE); in show_frame()
2946 if (!av_dict_get(format_opts, "scan_all_pmts", NULL, AV_DICT_MATCH_CASE)) { in open_input_file()
2961 av_dict_set(&format_opts, "scan_all_pmts", NULL, AV_DICT_MATCH_CASE); in open_input_file()
Dffplay.c2792 if (!av_dict_get(format_opts, "scan_all_pmts", NULL, AV_DICT_MATCH_CASE)) { in read_thread()
2803 av_dict_set(&format_opts, "scan_all_pmts", NULL, AV_DICT_MATCH_CASE); in read_thread()
Dffmpeg_opt.c1169 if (!av_dict_get(o->g->format_opts, "scan_all_pmts", NULL, AV_DICT_MATCH_CASE)) { in open_input_file()
1182 av_dict_set(&o->g->format_opts, "scan_all_pmts", NULL, AV_DICT_MATCH_CASE); in open_input_file()
Dffmpeg.c681 av_dict_set(a, t->key, NULL, AV_DICT_MATCH_CASE); in remove_avoptions()
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavdemux.c998 …AVDictionaryEntry * av_tag = av_dict_get (avstream->metadata, "comment", NULL, AV_DICT_MATCH_CASE); in gst_ffmpegdemux_add_image_tag()