Home
last modified time | relevance | path

Searched refs:ff_toupper4 (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dto_upper4.h29 unsigned int ff_toupper4(unsigned int x) in ff_toupper4() function
Dinternal.h159 unsigned int ff_toupper4(unsigned int x);
Dmpegvideo_dec.c48 s->codec_tag = ff_toupper4(avctx->codec_tag); in ff_mpv_decode_init()
Dmpeg12dec.c2801 s2->codec_tag = ff_toupper4(avctx->codec_tag); in mpeg_decode_frame()
/third_party/ffmpeg/libavformat/
Dutils.c150 if (ff_toupper4(tag) == ff_toupper4(tags[i].tag)) in ff_codec_get_id()
Dmux.c162 if (ff_toupper4(avctag->tag) == ff_toupper4(st->codecpar->codec_tag)) { in validate_codec_tag()
Dmovenc.c1782 if (ff_toupper4(codec_tags->tag) == ff_toupper4(tag) && in validate_codec_tag()