HomeSort by relevance Sort by last modified time
    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/
OggExtractor.cpp 42 int _vorbis_unpack_comment(vorbis_comment *vc,oggpack_buffer *opb);
975 // add artificial framing bit so we can reuse _vorbis_unpack_comment
1056 int err = _vorbis_unpack_comment(&mVc, &bits);
    [all...]
  /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));
  /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 530 milliseconds