Home
last modified time | relevance | path

Searched refs:OV_EBADPACKET (Results 1 – 7 of 7) sorted by relevance

/external/libvorbis/lib/
Dsynthesis.c35 return OV_EBADPACKET; in vorbis_synthesis()
51 return(OV_EBADPACKET); in vorbis_synthesis()
56 return(OV_EBADPACKET); in vorbis_synthesis()
67 return(OV_EBADPACKET); in vorbis_synthesis()
114 if(mode==-1)return(OV_EBADPACKET); in vorbis_synthesis_trackonly()
121 if(vb->nW==-1) return(OV_EBADPACKET); in vorbis_synthesis_trackonly()
163 if(mode==-1)return(OV_EBADPACKET); in vorbis_packet_blocksize()
Dvorbisfile.c1539 result = OV_EBADPACKET; in ov_pcm_seek_page()
/external/tremolo/Tremolo/
Ddsp.c193 if(mode==-1)return(OV_EBADPACKET); in vorbis_packet_blocksize()
223 if(mode==-1 || mode>=ci->modes) return OV_EBADPACKET; in vorbis_dsp_synthesis()
235 if(temp==-1) return OV_EBADPACKET; in vorbis_dsp_synthesis()
Divorbiscodec.h115 #define OV_EBADPACKET -136 macro
Dvorbisfile.c1289 result = OV_EBADPACKET; in ov_pcm_seek_page()
/external/libvorbis/doc/
Dvorbis-errors.txt37 OV_EBADPACKET Invalid packet submitted to vorbis_synthesis.
58 OV_ENOTAUDIO, OV_EBADPACKET
/external/libvorbis/include/vorbis/
Dcodec.h234 #define OV_EBADPACKET -136 macro