HomeSort by relevance Sort by last modified time
    Searched refs:current_link (Results 1 - 4 of 4) sorted by null

  /external/libvorbis/lib/
vorbisfile.c 600 if(vorbis_synthesis_init(&vf->vd,vf->vi+vf->current_link))
723 int link=(vf->seekable?vf->current_link:0);
840 vf->current_link=link;
852 vf->current_link++;
    [all...]
  /external/tremolo/Tremolo/
vorbisfile.c 349 if(link != vf->current_link) _decode_clear(vf);
354 vf->current_link=link;
591 int link=(vf->seekable?vf->current_link:0);
689 vf->current_link=link;
699 vf->current_link++;
1064 int i,link=vf->current_link;
    [all...]
ivorbisfile.h 87 int current_link; member in struct:OggVorbis_File
  /external/libvorbis/include/vorbis/
vorbisfile.h 134 int current_link; member in struct:OggVorbis_File

Completed in 175 milliseconds