Home
last modified time | relevance | path

Searched refs:OV_ENOSEEK (Results 1 – 5 of 5) sorted by relevance

/external/libvorbis/doc/
Dvorbis-errors.txt42 OV_ENOSEEK Bitstream is not seekable.
88 OV_ENOSEEK, OV_EINVAL, OV_BADLINK
91 OV_ENOSEEK, OV_EINVAL, OV_EREAD, OV_BADLINK, OV_FAULT
94 OV_ENOSEEK, OV_EINVAL, OV_EREAD, OV_BADLINK, OV_FAULT
97 OV_ENOSEEK, OV_EINVAL, OV_EREAD, OV_BADLINK, OV_FAULT
100 OV_ENOSEEK, OV_EINVAL, OV_EREAD, OV_BADLINK, OV_FAULT
/external/tremolo/Tremolo/
Divorbiscodec.h117 #define OV_ENOSEEK -138 macro
Dvorbisfile.c1006 return OV_ENOSEEK; /* don't dump machine if we can't seek */ in ov_raw_seek()
1161 if(!vf->seekable)return OV_ENOSEEK; in ov_pcm_seek_page()
1437 if(!vf->seekable)return OV_ENOSEEK; in ov_time_seek()
1467 if(!vf->seekable)return OV_ENOSEEK; in ov_time_seek_page()
/external/libvorbis/include/vorbis/
Dcodec.h236 #define OV_ENOSEEK -138 macro
/external/libvorbis/lib/
Dvorbisfile.c1225 return(OV_ENOSEEK); /* don't dump machine if we can't seek */ in ov_raw_seek()
1394 if(!vf->seekable)return(OV_ENOSEEK); in ov_pcm_seek_page()
1675 if(!vf->seekable)return(OV_ENOSEEK); in ov_time_seek()
1705 if(!vf->seekable)return(OV_ENOSEEK); in ov_time_seek_page()