Home
last modified time | relevance | path

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

/external/tremolo/Tremolo/
Dtreminfo.c216 int _vorbis_unpack_comment(vorbis_comment *vc,oggpack_buffer *opb){ in _vorbis_unpack_comment() function
376 return(_vorbis_unpack_comment(vc,&opb)); in vorbis_dsp_headerin()
/external/libvorbis/lib/
Dinfo.c240 static int _vorbis_unpack_comment(vorbis_comment *vc,oggpack_buffer *opb){ in _vorbis_unpack_comment() function
415 return(_vorbis_unpack_comment(vc,&opb)); in vorbis_synthesis_headerin()
/external/libvorbis/doc/
D05-comment.tex234 …name{vorbis/lib/info.c}, \function{_vorbis_pack_comment()} and \function{_vorbis_unpack_comment()}.