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

  /external/tremolo/Tremolo/
ivorbiscodec.h 111 #define OV_ENOTVORBIS -132
treminfo.c 328 return(OV_ENOTVORBIS);
vorbisfile.c 295 if(llret<0)return OV_ENOTVORBIS;
    [all...]
  /external/libvorbis/include/vorbis/
codec.h 230 #define OV_ENOTVORBIS -132
  /external/libvorbis/lib/
vorbisfile.c 292 if(llret<0)return(OV_ENOTVORBIS);
342 ret=OV_ENOTVORBIS;
356 ret = OV_ENOTVORBIS;
    [all...]
info.c 394 return(OV_ENOTVORBIS);

Completed in 47 milliseconds