Searched refs:OV_EBADHEADER (Results 1 – 7 of 7) sorted by relevance
/external/tremolo/Tremolo/ |
D | treminfo.c | 213 return(OV_EBADHEADER); in _vorbis_unpack_info() 246 return(OV_EBADHEADER); in _vorbis_unpack_comment() 332 return(OV_EBADHEADER); in _vorbis_unpack_books() 361 return(OV_EBADHEADER); in vorbis_dsp_headerin() 365 return(OV_EBADHEADER); in vorbis_dsp_headerin() 373 return(OV_EBADHEADER); in vorbis_dsp_headerin() 381 return(OV_EBADHEADER); in vorbis_dsp_headerin() 388 return(OV_EBADHEADER); in vorbis_dsp_headerin() 393 return(OV_EBADHEADER); in vorbis_dsp_headerin()
|
D | ivorbiscodec.h | 112 #define OV_EBADHEADER -133 macro
|
D | vorbisfile.c | 315 ret=OV_EBADHEADER; in _fetch_headers() 325 ret=OV_EBADHEADER; in _fetch_headers()
|
/external/libvorbis/doc/ |
D | vorbis-errors.txt | 31 OV_EBADHEADER Invalid Vorbis bitstream header. 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/libvorbis/lib/ |
D | info.c | 237 return(OV_EBADHEADER); in _vorbis_unpack_info() 267 return(OV_EBADHEADER); in _vorbis_unpack_comment() 346 return(OV_EBADHEADER); in _vorbis_unpack_books() 400 return(OV_EBADHEADER); in vorbis_synthesis_headerin() 404 return(OV_EBADHEADER); in vorbis_synthesis_headerin() 412 return(OV_EBADHEADER); in vorbis_synthesis_headerin() 420 return(OV_EBADHEADER); in vorbis_synthesis_headerin() 427 return(OV_EBADHEADER); in vorbis_synthesis_headerin() 432 return(OV_EBADHEADER); in vorbis_synthesis_headerin()
|
D | vorbisfile.c | 310 ret=OV_EBADHEADER; in _fetch_headers() 328 ret=OV_EBADHEADER; in _fetch_headers() 370 ret=OV_EBADHEADER; in _fetch_headers() 382 ret=OV_EBADHEADER; in _fetch_headers() 396 ret = OV_EBADHEADER; in _fetch_headers()
|
/external/libvorbis/include/vorbis/ |
D | codec.h | 231 #define OV_EBADHEADER -133 macro
|