OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_get_next_page
(Results
1 - 2
of
2
) sorted by null
/external/tremolo/Tremolo/
vorbisfile.c
130
static ogg_int64_t
_get_next_page
(OggVorbis_File *vf,ogg_page *og,
function
181
ret=
_get_next_page
(vf,og,end-vf->offset);
193
ret=
_get_next_page
(vf,og,CHUNKSIZE);
228
ret=
_get_next_page
(vf,&og,-1);
240
ret=
_get_next_page
(vf,&og,-1);
293
ogg_int64_t llret=
_get_next_page
(vf,&og,CHUNKSIZE);
324
if(
_get_next_page
(vf,og_ptr,CHUNKSIZE)<0){
417
ret=
_get_next_page
(vf,&og,-1);
636
ret=(int)
_get_next_page
(vf,&og,-1);
1081
if(
_get_next_page
(vf,&og,-1)<0)
[
all
...]
/external/libvorbis/lib/
vorbisfile.c
108
static ogg_int64_t
_get_next_page
(OggVorbis_File *vf,ogg_page *og,
function
162
ret=
_get_next_page
(vf,og,end-vf->offset);
179
ret=
_get_next_page
(vf,og,CHUNKSIZE);
245
ret=
_get_next_page
(vf,&og,end-vf->offset);
290
ogg_int64_t llret=
_get_next_page
(vf,&og,CHUNKSIZE);
336
ogg_int64_t llret=
_get_next_page
(vf,og_ptr,CHUNKSIZE);
381
if(
_get_next_page
(vf,og_ptr,CHUNKSIZE)<0){
430
if(
_get_next_page
(vf,&og,-1)<0)
539
last=
_get_next_page
(vf,&og,-1);
772
if((ret=
_get_next_page
(vf,&og,-1))<0)
[
all
...]
Completed in 27 milliseconds