av_tolower        427 libavcodec/h264_metadata_bsf.c                 c = av_tolower(c);
av_tolower        284 libavcodec/htmlsubtitles.c                 } else if (tagname[0] && !tagname[1] && strchr("bisu", av_tolower(tagname[0]))) {
av_tolower        285 libavcodec/htmlsubtitles.c                     av_bprintf(dst, "{\\%c%d}", (char)av_tolower(tagname[0]), !tag_close);
av_tolower        340 libavcodec/microdvddec.c             switch (av_tolower(tags[i].key)) {
av_tolower        133 libavformat/subviewerdec.c                         key[i - 1] = av_tolower(line[i]);
av_tolower         57 libavformat/urldecode.c                 c2 = av_tolower(c2);
av_tolower         58 libavformat/urldecode.c                 c3 = av_tolower(c3);
av_tolower        217 libavutil/avstring.c         c1 = av_tolower(*a++);
av_tolower        218 libavutil/avstring.c         c2 = av_tolower(*b++);
av_tolower        229 libavutil/avstring.c         c1 = av_tolower(*a++);
av_tolower        230 libavutil/avstring.c         c2 = av_tolower(*b++);
av_tolower        253 libavutil/avstring.h     c = av_tolower(c);