Lines Matching refs:current_link
600 if(vorbis_synthesis_init(&vf->vd,vf->vi+vf->current_link)) in _make_decode_ready()
723 int link=(vf->seekable?vf->current_link:0); in _fetch_and_process_packet()
840 vf->current_link=link; in _fetch_and_process_packet()
852 vf->current_link++; in _fetch_and_process_packet()
1134 int link=(vf->seekable?vf->current_link:0); in ov_bitrate_instant()
1278 if(vf->vi[vf->current_link].codec_setup){ in ov_raw_seek()
1279 thisblock=vorbis_packet_blocksize(vf->vi+vf->current_link,&op); in ov_raw_seek()
1299 int i,link=vf->current_link; in ov_raw_seek()
1354 vf->current_link=link; in ov_raw_seek()
1500 if(link!=vf->current_link){ in ov_pcm_seek_page()
1504 vf->current_link=link; in ov_pcm_seek_page()
1543 vf->pcm_offset=op.granulepos-vf->pcmlengths[vf->current_link*2]; in ov_pcm_seek_page()
1587 thisblock=vorbis_packet_blocksize(vf->vi+vf->current_link,&op); in ov_pcm_seek()
1610 vf->pcm_offset=op.granulepos-vf->pcmlengths[vf->current_link*2]; in ov_pcm_seek()
1612 for(i=0;i<vf->current_link;i++) in ov_pcm_seek()
1632 vf->current_link=link; in ov_pcm_seek()
1772 return vf->vi+vf->current_link; in ov_info()
1790 return vf->vc+vf->current_link; in ov_comment()
1975 if(bitstream)*bitstream=vf->current_link; in ov_read_filter()
2015 if(bitstream)*bitstream=vf->current_link; in ov_read_float()