Home
last modified time | relevance | path

Searched refs:av_utf8_decode (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavutil/tests/
Dutf8.c53 r = av_utf8_decode(&code, &p, endp, 0); in main()
/third_party/ffmpeg/libavutil/
Davstring.h417 int av_utf8_decode(int32_t *codep, const uint8_t **bufp, const uint8_t *buf_end,
Davstring.c376 int av_utf8_decode(int32_t *codep, const uint8_t **bufp, const uint8_t *buf_end, in av_utf8_decode() function
/third_party/ffmpeg/fftools/
Dffprobe.c604 ret = av_utf8_decode(&code, &p, endp, (*wctx)->string_validation_utf8_flags); in writer_open()
698 if (av_utf8_decode(&code, &p, endp, wctx->string_validation_utf8_flags) < 0) { in validate_string()
/third_party/ffmpeg/doc/
DAPIchanges1568 Add av_utf8_decode() function.