Searched refs:OV_ENOSEEK (Results 1 – 5 of 5) sorted by relevance
/external/libvorbis/doc/ |
D | vorbis-errors.txt | 42 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/ |
D | ivorbiscodec.h | 117 #define OV_ENOSEEK -138 macro
|
D | vorbisfile.c | 1006 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/ |
D | codec.h | 236 #define OV_ENOSEEK -138 macro
|
/external/libvorbis/lib/ |
D | vorbisfile.c | 1225 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()
|