Home
last modified time | relevance | path

Searched refs:OV_EBADLINK (Results 1 – 6 of 6) sorted by relevance

/external/libvorbis/doc/
Dvorbis-errors.txt39 OV_EBADLINK Invalid stream section supplied to libvorbis/libvorbisfile,
103 OV_HOLE, OV_EBADLINK
/external/tremolo/Tremolo/
Divorbiscodec.h116 #define OV_EBADLINK -137 macro
Dvorbisfile.c684 ret=OV_EBADLINK; /* sign of a bogus stream. error out, in _fetch_and_process_packet()
703 if(_make_decode_ready(vf)) return OV_EBADLINK; in _fetch_and_process_packet()
1144 return OV_EBADLINK; in ov_raw_seek()
1335 if(_make_decode_ready(vf))return OV_EBADLINK; in ov_pcm_seek()
1390 return OV_EBADLINK; in ov_pcm_seek()
1397 if(_make_decode_ready(vf))return OV_EBADLINK; in ov_pcm_seek()
/external/libvorbis/examples/
Dvorbisfile_example.c73 if(ret==OV_EBADLINK){ in main()
/external/libvorbis/include/vorbis/
Dcodec.h235 #define OV_EBADLINK -137 macro
/external/libvorbis/lib/
Dvorbisfile.c601 return OV_EBADLINK; in _make_decode_ready()
604 return OV_EBADLINK; in _make_decode_ready()
1379 return OV_EBADLINK; in ov_raw_seek()