Home
last modified time | relevance | path

Searched refs:OV_ENOTVORBIS (Results 1 – 7 of 7) sorted by relevance

/external/libvorbis/doc/
Dvorbis-errors.txt29 OV_ENOTVORBIS Bitstream/page/packet is not Vorbis data.
55 OV_ENOTVORBIS, OV_EVERSION, OV_EBADHEADER
67 OV_EREAD, OV_ENOTVORBIS, OV_EVERSION, OV_EBADHEADER, OV_FAULT
70 OV_EREAD, OV_ENOTVORBIS, OV_EVERSION, OV_EBADHEADER, OV_FAULT
/external/tremolo/Tremolo/
Divorbiscodec.h111 #define OV_ENOTVORBIS -132 macro
Dtreminfo.c355 return(OV_ENOTVORBIS); in vorbis_dsp_headerin()
Dvorbisfile.c295 if(llret<0)return OV_ENOTVORBIS; in _fetch_headers()
/external/libvorbis/include/vorbis/
Dcodec.h230 #define OV_ENOTVORBIS -132 macro
/external/libvorbis/lib/
Dvorbisfile.c292 if(llret<0)return(OV_ENOTVORBIS); in _fetch_headers()
342 ret=OV_ENOTVORBIS; in _fetch_headers()
356 ret = OV_ENOTVORBIS; in _fetch_headers()
Dinfo.c394 return(OV_ENOTVORBIS); in vorbis_synthesis_headerin()