Searched refs:GET_UTF8 (Results 1 – 10 of 10) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | flac.c | 46 GET_UTF8(val, get_bits(gb, 8), return -1;) in get_utf8()
|
D | movtextdec.c | 327 GET_UTF8(c, text < text_end ? (uint8_t)*text++ : (err = 1, 0), goto error;); in get_utf8_length_at()
|
D | decode.c | 949 GET_UTF8(codepoint, *(byte++), return 0;); in utf8_check()
|
/third_party/ffmpeg/libavutil/ |
D | common.h | 499 #define GET_UTF8(val, GET_BYTE, ERROR)\ macro
|
D | log.c | 138 GET_UTF8(ch, *q ? *q++ : 0, ch = 0xfffd; goto continue_on_invalid;) in win_console_puts()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_drawtext.c | 1232 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/ |
D | aviobuf.c | 412 GET_UTF8(ch, *q++, goto invalid;) in put_str16()
|
D | mpegtsenc.c | 815 GET_UTF8(code, *q++, goto invalid;) /* Is it valid UTF-8? */ in encode_str8()
|
D | mxfenc.c | 691 GET_UTF8(ch, *q++, goto invalid;) in mxf_utf16len()
|
D | movenc.c | 128 GET_UTF8(val, *b++, return -1;) in utf8len() 3922 GET_UTF8(val, *b++, return -1;) in ascii_to_wc()
|