OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_vorbis_unpack_comment
(Results
1 - 5
of
5
) sorted by null
/external/tremolo/Tremolo/
treminfo.c
216
int
_vorbis_unpack_comment
(vorbis_comment *vc,oggpack_buffer *opb){
function
376
return(
_vorbis_unpack_comment
(vc,&opb));
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
SoftVorbis.cpp
31
int
_vorbis_unpack_comment
(vorbis_comment *vc,oggpack_buffer *opb);
/external/libvorbis/lib/
info.c
240
static int
_vorbis_unpack_comment
(vorbis_comment *vc,oggpack_buffer *opb){
function
415
return(
_vorbis_unpack_comment
(vc,&opb));
/frameworks/av/media/libstagefright/
OggExtractor.cpp
40
int
_vorbis_unpack_comment
(vorbis_comment *vc,oggpack_buffer *opb);
742
if (0 !=
_vorbis_unpack_comment
(&mVc, &bits)) {
/external/libvorbis/doc/
05-comment.tex
234
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 2417 milliseconds