Home
last modified time | relevance | path

Searched refs:PUT_UTF8 (Results 1 - 8 of 8) sorted by relevance

/third_party/ffmpeg/libavutil/
H A Dcommon.h507 * @def PUT_UTF8(val, tmp, PUT_BYTE)
522 #define PUT_UTF8(val, tmp, PUT_BYTE)\ macro
/third_party/ffmpeg/libavformat/
H A Dsubtitles.c80 PUT_UTF8(val, tmp, r->buf[r->buf_len++] = tmp;) in ff_text_r8()
H A Did3v2.c262 PUT_UTF8(ch, tmp, avio_w8(dynbuf, tmp);) in decode_str()
316 PUT_UTF8(ch, tmp, avio_w8(dynbuf, tmp);) in decode_str()
H A Daviobuf.c926 PUT_UTF8(ch, tmp, if (q - buf < buflen - 1) *q++ = tmp;)\
H A Dasfdec_o.c213 PUT_UTF8(ch, tmp, if (q - buf < buflen - 1) *q++ = tmp;) in get_asf_string()
H A Dmov.c188 PUT_UTF8(mac_to_unicode[c-0x80], t, if (p < end) *p++ = t;); in mov_read_mac_string()
/third_party/ffmpeg/libavcodec/
H A Dlibzvbi-teletextdec.c289 PUT_UTF8(out, tmp, av_bprint_chars(buf, tmp, 1);); in decode_string()
H A Dflacenc.c1006 PUT_UTF8(s->frame_count, tmp, count += 8;) in count_frame_header()
1168 PUT_UTF8(val, tmp, put_bits(pb, 8, tmp);) in write_utf8()

Completed in 23 milliseconds