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

  /external/tremolo/Tremolo/
ivorbiscodec.h 104 #define OV_EOF -2
vorbisfile.c 125 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;
    [all...]
  /external/libvorbis/include/vorbis/
codec.h 223 #define OV_EOF -2
  /external/libvorbis/lib/
vorbisfile.c 105 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);
    [all...]

Completed in 34 milliseconds