Home
last modified time | relevance | path

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

/external/tremolo/Tremolo/
Dvorbisfile.c281 static int _fetch_headers(OggVorbis_File *vf, in _fetch_headers() function
355 return _fetch_headers(vf,&vf->vi,&vf->vc,&vf->current_serialno,NULL); in _set_link_number()
398 if(_fetch_headers(vf,&vf->vi,&vf->vc,NULL,NULL)<0){ in _prefetch_all_offsets()
690 ret=_fetch_headers(vf,&vf->vi,&vf->vc,&vf->current_serialno,&og); in _fetch_and_process_packet()
697 int ret=_fetch_headers(vf,&vf->vi,&vf->vc,&vf->current_serialno,&og); in _fetch_and_process_packet()
756 if((ret=_fetch_headers(vf,&vf->vi,&vf->vc,&vf->current_serialno,NULL))<0){ in _ov_open1()
1395 ret=_fetch_headers(vf,&vf->vi,&vf->vc,&vf->current_serialno,&og); in ov_pcm_seek()