Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmovtextenc.c52 #define av_bprint_append_any(buf, data, size) av_bprint_append_data(buf, ((const char*)data), siz… macro
115 av_bprint_append_any(&s->buffer, buf, 10); in encode_styl()
127 av_bprint_append_any(&s->buffer, buf, 12); in encode_styl()
143 av_bprint_append_any(&s->buffer, buf, 12); in encode_hlit()
156 av_bprint_append_any(&s->buffer, buf, 12); in encode_hclr()
258 av_bprint_append_any(&s->buffer, buf, 30); in encode_sample_description()
295 av_bprint_append_any(&s->buffer, buf, 10); in encode_sample_description()
304 av_bprint_append_any(&s->buffer, buf, 3); in encode_sample_description()
305 av_bprint_append_any(&s->buffer, s->fonts[i], len); in encode_sample_description()