Searched refs:GET_UTF8 (Results 1 - 10 of 10) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | flac.c | 46 GET_UTF8(val, get_bits(gb, 8), return -1;) in get_utf8()
|
H A D | movtextdec.c | 340 GET_UTF8(c, text < text_end ? (uint8_t)*text++ : (err = 1, 0), goto error;); in get_utf8_length_at()
|
H A D | decode.c | 804 GET_UTF8(codepoint, *(byte++), return 0;); in utf8_check()
|
/third_party/ffmpeg/libavutil/ |
H A D | common.h | 469 #define GET_UTF8(val, GET_BYTE, ERROR)\ macro
|
H A D | log.c | 140 GET_UTF8(ch, *q ? *q++ : 0, ch = 0xfffd; goto continue_on_invalid;) in win_console_puts()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_drawtext.c | 1329 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 D | aviobuf.c | 423 GET_UTF8(ch, *q++, goto invalid;) in put_str16()
|
H A D | mpegtsenc.c | 946 GET_UTF8(code, *q++, goto invalid;) /* Is it valid UTF-8? */ in encode_str8()
|
H A D | mxfenc.c | 693 GET_UTF8(ch, *q++, goto invalid;) in mxf_utf16len()
|
H A D | movenc.c | 151 GET_UTF8(val, *b++, return -1;) in utf8len() 4635 GET_UTF8(val, *b++, return -1;)
|
Completed in 31 milliseconds