Home
last modified time | relevance | path

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

/external/libvorbis/lib/
Dvorbisfile.c600 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()
[all …]
/external/tremolo/Tremolo/
Dvorbisfile.c349 if(link != vf->current_link) _decode_clear(vf); in _set_link_number()
354 vf->current_link=link; in _set_link_number()
591 int link=(vf->seekable?vf->current_link:0); in _fetch_and_process_packet()
689 vf->current_link=link; in _fetch_and_process_packet()
699 vf->current_link++; in _fetch_and_process_packet()
1064 int i,link=vf->current_link; in ov_raw_seek()
1171 if(link!=vf->current_link){ in ov_pcm_seek_page()
1293 vf->pcm_offset=op.granulepos-vf->pcmlengths[vf->current_link*2]; in ov_pcm_seek_page()
1366 vf->pcm_offset=op.granulepos-vf->pcmlengths[vf->current_link*2]; in ov_pcm_seek()
1368 for(i=0;i<vf->current_link;i++) in ov_pcm_seek()
[all …]
Divorbisfile.h87 int current_link; member
/external/libvorbis/include/vorbis/
Dvorbisfile.h134 int current_link; member