Searched refs:OV_EBADPACKET (Results 1 - 6 of 6) sorted by relevance

/external/libvorbis/lib/
H A Dsynthesis.c35 return OV_EBADPACKET;
51 return(OV_EBADPACKET);
56 return(OV_EBADPACKET);
67 return(OV_EBADPACKET);
114 if(mode==-1)return(OV_EBADPACKET);
121 if(vb->nW==-1) return(OV_EBADPACKET);
163 if(mode==-1)return(OV_EBADPACKET);
H A Dvorbisfile.c1539 result = OV_EBADPACKET;
/external/tremolo/Tremolo/
H A Divorbiscodec.h115 #define OV_EBADPACKET -136 macro
H A Ddsp.c193 if(mode==-1)return(OV_EBADPACKET);
223 if(mode==-1 || mode>=ci->modes) return OV_EBADPACKET;
235 if(temp==-1) return OV_EBADPACKET;
H A Dvorbisfile.c1289 result = OV_EBADPACKET;
/external/libvorbis/include/vorbis/
H A Dcodec.h234 #define OV_EBADPACKET -136 macro

Completed in 38 milliseconds