Home
last modified time | relevance | path

Searched refs:av_toupper (Results 1 – 10 of 10) sorted by relevance

/third_party/ffmpeg/libavcodec/
Djacosubdec.c97 char c = av_toupper(*src); in jacosub_to_ass()
105 do *p++ = av_toupper(*src++); in jacosub_to_ass()
Dutils.c929 return av_toupper(x & 0xFF) + in avpriv_toupper4()
930 (av_toupper((x >> 8) & 0xFF) << 8) + in avpriv_toupper4()
931 (av_toupper((x >> 16) & 0xFF) << 16) + in avpriv_toupper4()
932 ((unsigned)av_toupper((x >> 24) & 0xFF) << 24); in avpriv_toupper4()
/third_party/ffmpeg/libavutil/
Ddict.c59 for (j = 0; av_toupper(s[j]) == av_toupper(key[j]) && key[j]; j++) in av_dict_get()
Davstring.h236 static inline av_const int av_toupper(int c) in av_toupper() function
Davstring.c47 while (*pfx && av_toupper((unsigned)*pfx) == av_toupper((unsigned)*str)) { in av_stristart()
/third_party/ffmpeg/libavformat/
Djacosubdec.c89 k = av_toupper(k); in get_jss_cmd()
Dutils.c4961 c = av_toupper((unsigned char) *p++);
/third_party/ffmpeg/fftools/
Dcmdutils.c2037 int yesno = (av_toupper(c) == 'Y'); in read_yesno()
Dffprobe.c949 dst[i] = av_toupper(src[i]); in upcase_string()
/third_party/ffmpeg/doc/
DAPIchanges2323 Add av_toupper()/av_tolower()