Searched refs:_fetch_and_process_packet (Results 1 – 2 of 2) sorted by relevance
/external/libvorbis/lib/ |
D | vorbisfile.c | 672 static int _fetch_and_process_packet(OggVorbis_File *vf, in _fetch_and_process_packet() function 1659 if(_fetch_and_process_packet(vf,NULL,1,1)<=0) in ov_pcm_seek() 1865 int ret=_fetch_and_process_packet(vf,NULL,1,1); in ov_read_filter() 2023 int ret=_fetch_and_process_packet(vf,NULL,1,1); in ov_read_float() 2074 int ret=_fetch_and_process_packet(vf,NULL,1,0); in _ov_initset() 2092 int ret=_fetch_and_process_packet(vf,NULL,1,0); in _ov_initprime() 2118 int ret=_fetch_and_process_packet(vf,NULL,1,0); /* do *not* span */ in _ov_getlap()
|
/external/tremolo/Tremolo/ |
D | vorbisfile.c | 553 static int _fetch_and_process_packet(OggVorbis_File *vf, in _fetch_and_process_packet() function 1418 if(_fetch_and_process_packet(vf,1,1)<=0) in ov_pcm_seek() 1604 int ret=_fetch_and_process_packet(vf,1,1); in ov_read()
|