Searched refs:OV_EOF (Results 1 - 4 of 4) sorted by relevance

/external/tremolo/Tremolo/
H A Divorbiscodec.h104 #define OV_EOF -2 macro
H A Dvorbisfile.c125 return: <0) did not find a page (OV_FALSE, OV_EOF, OV_EREAD)
148 if(ret==0)return OV_EOF;
548 return: <0) error, OV_HOLE (lost packet) or OV_EOF
638 ret=OV_EOF; /* eof. leave unitialized */
650 ret=OV_EOF;
1262 return OV_EOF; /* shouldn't happen */
1605 if(ret==OV_EOF)
/external/libvorbis/include/vorbis/
H A Dcodec.h223 #define OV_EOF -2 macro
/external/libvorbis/lib/
H A Dvorbisfile.c105 return: <0) did not find a page (OV_FALSE, OV_EOF, OV_EREAD)
126 if(ret==0)return(OV_EOF);
667 return: <0) error, OV_HOLE (lost packet) or OV_EOF
773 return(OV_EOF); /* eof. leave unitialized */
790 return(OV_EOF);
1866 if(ret==OV_EOF)
2024 if(ret==OV_EOF)return(0);
2119 if(ret==OV_EOF)break;

Completed in 32 milliseconds