Searched refs:AV_DICT_MATCH_CASE (Results 1 – 14 of 14) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | vf_cover_rect.c | 143 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()
|
D | vf_subtitles.c | 285 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/ |
D | dict.h | 69 #define AV_DICT_MATCH_CASE 1 /**< Only get an entry with exact-case key match. Only relevant… macro
|
D | dict.c | 55 if (flags & AV_DICT_MATCH_CASE) in av_dict_get()
|
/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() 161 NULL, AV_DICT_MATCH_CASE); in ff_frame_thread_encoder_init()
|
/third_party/ffmpeg/libavformat/ |
D | riffenc.c | 328 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()
|
D | id3v2.c | 530 if ((t = av_dict_get(m, tag, NULL, AV_DICT_MATCH_CASE)) && in get_date_tag()
|
D | hls.c | 1065 oldentry = av_dict_get(pls->id3_initial, entry->key, NULL, AV_DICT_MATCH_CASE); in id3_has_changed_values()
|
D | mov.c | 2171 …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/ |
D | ffprobe.c | 2349 … 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()
|
D | ffplay.c | 2792 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()
|
D | ffmpeg_opt.c | 1169 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()
|
D | ffmpeg.c | 681 av_dict_set(a, t->key, NULL, AV_DICT_MATCH_CASE); in remove_avoptions()
|
/third_party/gstreamer/gst_libav/ext/libav/ |
D | gstavdemux.c | 998 …AVDictionaryEntry * av_tag = av_dict_get (avstream->metadata, "comment", NULL, AV_DICT_MATCH_CASE); in gst_ffmpegdemux_add_image_tag()
|