Searched refs:OV_ENOTVORBIS (Results 1 – 7 of 7) sorted by relevance
/external/libvorbis/doc/ |
D | vorbis-errors.txt | 29 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/ |
D | ivorbiscodec.h | 111 #define OV_ENOTVORBIS -132 macro
|
D | treminfo.c | 355 return(OV_ENOTVORBIS); in vorbis_dsp_headerin()
|
D | vorbisfile.c | 295 if(llret<0)return OV_ENOTVORBIS; in _fetch_headers()
|
/external/libvorbis/include/vorbis/ |
D | codec.h | 230 #define OV_ENOTVORBIS -132 macro
|
/external/libvorbis/lib/ |
D | vorbisfile.c | 292 if(llret<0)return(OV_ENOTVORBIS); in _fetch_headers() 342 ret=OV_ENOTVORBIS; in _fetch_headers() 356 ret = OV_ENOTVORBIS; in _fetch_headers()
|
D | info.c | 394 return(OV_ENOTVORBIS); in vorbis_synthesis_headerin()
|