Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dflac.c46 GET_UTF8(val, get_bits(gb, 8), return -1;) in get_utf8()
H A Dmovtextdec.c340 GET_UTF8(c, text < text_end ? (uint8_t)*text++ : (err = 1, 0), goto error;); in get_utf8_length_at()
H A Ddecode.c804 GET_UTF8(codepoint, *(byte++), return 0;); in utf8_check()
/third_party/ffmpeg/libavutil/
H A Dcommon.h469 #define GET_UTF8(val, GET_BYTE, ERROR)\ macro
H A Dlog.c140 GET_UTF8(ch, *q ? *q++ : 0, ch = 0xfffd; goto continue_on_invalid;) in win_console_puts()
/third_party/ffmpeg/libavfilter/
H A Dvf_drawtext.c1329 GET_UTF8(code, *p ? *p++ : 0, code = 0xfffd; goto continue_on_invalid;); in draw_glyphs()
1468 GET_UTF8(code, *p ? *p++ : 0, code = 0xfffd; goto continue_on_invalid;); in draw_text()
1492 GET_UTF8(code, *p ? *p++ : 0, code = 0xfffd; goto continue_on_invalid2;); in draw_text()
/third_party/ffmpeg/libavformat/
H A Daviobuf.c423 GET_UTF8(ch, *q++, goto invalid;) in put_str16()
H A Dmpegtsenc.c946 GET_UTF8(code, *q++, goto invalid;) /* Is it valid UTF-8? */ in encode_str8()
H A Dmxfenc.c693 GET_UTF8(ch, *q++, goto invalid;) in mxf_utf16len()
H A Dmovenc.c151 GET_UTF8(val, *b++, return -1;) in utf8len()
4635 GET_UTF8(val, *b++, return -1;)

Completed in 31 milliseconds