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

  /external/tremolo/Tremolo/
vorbisfile.c 281 static int _fetch_headers(OggVorbis_File *vf, function
355 return _fetch_headers(vf,&vf->vi,&vf->vc,&vf->current_serialno,NULL);
398 if(_fetch_headers(vf,&vf->vi,&vf->vc,NULL,NULL)<0){
690 ret=_fetch_headers(vf,&vf->vi,&vf->vc,&vf->current_serialno,&og);
697 int ret=_fetch_headers(vf,&vf->vi,&vf->vc,&vf->current_serialno,&og);
756 if((ret=_fetch_headers(vf,&vf->vi,&vf->vc,&vf->current_serialno,NULL))<0){
    [all...]
  /external/libvorbis/lib/
vorbisfile.c 281 static int _fetch_headers(OggVorbis_File *vf,vorbis_info *vi,vorbis_comment *vc, function
566 ret=_fetch_headers(vf,&vi,&vc,&next_serialno_list,&next_serialnos,NULL);
849 int ret=_fetch_headers(vf,vf->vi,vf->vc,NULL,NULL,&og);
908 if((ret=_fetch_headers(vf,vf->vi,vf->vc,&serialno_list,&serialno_list_size,NULL))<0){
    [all...]

Completed in 68 milliseconds