HomeSort by relevance Sort by last modified time
    Searched refs:OV_EBADPACKET (Results 1 - 6 of 6) sorted by null

  /external/libvorbis/lib/
synthesis.c 35 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);
vorbisfile.c     [all...]
  /external/tremolo/Tremolo/
ivorbiscodec.h 115 #define OV_EBADPACKET -136
dsp.c 193 if(mode==-1)return(OV_EBADPACKET);
223 if(mode==-1 || mode>=ci->modes) return OV_EBADPACKET;
235 if(temp==-1) return OV_EBADPACKET;
vorbisfile.c     [all...]
  /external/libvorbis/include/vorbis/
codec.h 234 #define OV_EBADPACKET -136

Completed in 1745 milliseconds