Searched refs:get_date_tag (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Did3v2.c344 static AVDictionaryEntry* get_date_tag(AVDictionary *m, const char *tag) function
358 if (!(t = get_date_tag(*m, "TYER")) &&
359 !(t = get_date_tag(*m, "TYE")))
365 if (!(t = get_date_tag(*m, "TDAT")) &&
366 !(t = get_date_tag(*m, "TDA")))
372 if (!(t = get_date_tag(*m, "TIME")) &&
373 !(t = get_date_tag(*m, "TIM")))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Did3v2.c400 static AVDictionaryEntry *get_date_tag(AVDictionary *m, const char *tag) function
414 if (!(t = get_date_tag(*m, "TYER")) &&
415 !(t = get_date_tag(*m, "TYE")))
421 if (!(t = get_date_tag(*m, "TDAT")) &&
422 !(t = get_date_tag(*m, "TDA")))
428 if (!(t = get_date_tag(*m, "TIME")) &&
429 !(t = get_date_tag(*m, "TIM")))

Completed in 44 milliseconds