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

/external/tremolo/Tremolo/
H A Dtreminfo.c216 int _vorbis_unpack_comment(vorbis_comment *vc,oggpack_buffer *opb){ function
376 return(_vorbis_unpack_comment(vc,&opb));
/external/libvorbis/lib/
H A Dinfo.c240 static int _vorbis_unpack_comment(vorbis_comment *vc,oggpack_buffer *opb){ function
415 return(_vorbis_unpack_comment(vc,&opb));
/external/libvorbis/doc/
H A D05-comment.tex234 This is actually somewhat easier to describe in code; implementation of the above can be found in \filename{vorbis/lib/info.c}, \function{_vorbis_pack_comment()} and \function{_vorbis_unpack_comment()}.

Completed in 127 milliseconds