Searched refs:current_link (Results 1 - 4 of 4) sorted by relevance

/external/libvorbis/lib/
H A Dvorbisfile.c600 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++;
1134 int link=(vf->seekable?vf->current_link:0);
1278 if(vf->vi[vf->current_link].codec_setup){
1279 thisblock=vorbis_packet_blocksize(vf->vi+vf->current_link,&op);
1299 int i,link=vf->current_link;
1354 vf->current_link=link;
1500 if(link!=vf->current_link){
[all...]
/external/tremolo/Tremolo/
H A Dvorbisfile.c349 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;
1171 if(link!=vf->current_link){
1293 vf->pcm_offset=op.granulepos-vf->pcmlengths[vf->current_link*2];
1366 vf->pcm_offset=op.granulepos-vf->pcmlengths[vf->current_link*2];
1368 for(i=0;i<vf->current_link;
[all...]
H A Divorbisfile.h87 int current_link; member in struct:OggVorbis_File
/external/libvorbis/include/vorbis/
H A Dvorbisfile.h134 int current_link; member in struct:OggVorbis_File

Completed in 116 milliseconds