Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dasfenc.c245 static void put_str16(AVIOContext *s, AVIOContext *dyn_buf, const char *tag) in put_str16() function
576 put_str16(pb, dyn_buf, tag->key); in asf_write_header1()
578 put_str16(pb, dyn_buf, tag->value); in asf_write_header1()
Daviobuf.c413 static inline int put_str16(AVIOContext *s, const char *str, const int be) in put_str16() function
446 return put_str16(s, str, big_endian); \