Searched refs:_v_writestring (Results 1 – 1 of 1) sorted by relevance
/external/libvorbis/lib/ |
D | info.c | 48 static void _v_writestring(oggpack_buffer *o,const char *s, int bytes){ in _v_writestring() function 443 _v_writestring(opb,"vorbis", 6); in _vorbis_pack_info() 466 _v_writestring(opb,"vorbis", 6); in _vorbis_pack_comment() 470 _v_writestring(opb,ENCODE_VENDOR_STRING, bytes); in _vorbis_pack_comment() 480 _v_writestring(opb,vc->user_comments[i], vc->comment_lengths[i]); in _vorbis_pack_comment() 497 _v_writestring(opb,"vorbis", 6); in _vorbis_pack_books()
|