Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dflac.c46 GET_UTF8(val, get_bits(gb, 8), return -1;) in get_utf8()
Dmovtextdec.c327 GET_UTF8(c, text < text_end ? (uint8_t)*text++ : (err = 1, 0), goto error;); in get_utf8_length_at()
Ddecode.c949 GET_UTF8(codepoint, *(byte++), return 0;); in utf8_check()
/third_party/ffmpeg/libavutil/
Dcommon.h499 #define GET_UTF8(val, GET_BYTE, ERROR)\ macro
Dlog.c138 GET_UTF8(ch, *q ? *q++ : 0, ch = 0xfffd; goto continue_on_invalid;) in win_console_puts()
/third_party/ffmpeg/libavfilter/
Dvf_drawtext.c1232 GET_UTF8(code, *p ? *p++ : 0, code = 0xfffd; goto continue_on_invalid;); in draw_glyphs()
1371 GET_UTF8(code, *p ? *p++ : 0, code = 0xfffd; goto continue_on_invalid;); in draw_text()
1395 GET_UTF8(code, *p ? *p++ : 0, code = 0xfffd; goto continue_on_invalid2;); in draw_text()
/third_party/ffmpeg/libavformat/
Daviobuf.c412 GET_UTF8(ch, *q++, goto invalid;) in put_str16()
Dmpegtsenc.c815 GET_UTF8(code, *q++, goto invalid;) /* Is it valid UTF-8? */ in encode_str8()
Dmxfenc.c691 GET_UTF8(ch, *q++, goto invalid;) in mxf_utf16len()
Dmovenc.c128 GET_UTF8(val, *b++, return -1;) in utf8len()
3922 GET_UTF8(val, *b++, return -1;) in ascii_to_wc()