Searched refs:av_tolower (Results 1 – 9 of 9) sorted by relevance
57 c2 = av_tolower(c2); in ff_urldecode()58 c3 = av_tolower(c3); in ff_urldecode()
138 key[i - 1] = av_tolower(line[i]); in subviewer_read_header()
246 static inline av_const int av_tolower(int c) in av_tolower() function258 c = av_tolower(c); in av_isxdigit()
222 c1 = av_tolower(*a++); in av_strcasecmp()223 c2 = av_tolower(*b++); in av_strcasecmp()234 c1 = av_tolower(*a++); in av_strncasecmp()235 c2 = av_tolower(*b++); in av_strncasecmp()
77 c = av_tolower(c); in xdigit_to_int()
284 } else if (tagname[0] && !tagname[1] && strchr("bisu", av_tolower(tagname[0]))) { in ff_htmlmarkup_to_ass()285 av_bprintf(dst, "{\\%c%d}", (char)av_tolower(tagname[0]), !tag_close); in ff_htmlmarkup_to_ass()
340 switch (av_tolower(tags[i].key)) { in microdvd_init()
572 c = av_tolower(c); in h264_metadata_init()
2602 Add av_toupper()/av_tolower()