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

  /external/libvorbis/include/vorbis/
vorbisfile.h 106 #define PARTOPEN 1
  /external/tremolo/Tremolo/
vorbisfile.c 54 #define PARTOPEN 1
759 }else if(vf->ready_state < PARTOPEN)
760 vf->ready_state=PARTOPEN;
851 if(vf->ready_state!=PARTOPEN)return OV_EINVAL;
    [all...]
  /external/libvorbis/lib/
vorbisfile.c 926 vf->ready_state=PARTOPEN;
933 if(vf->ready_state != PARTOPEN) return OV_EINVAL;
    [all...]

Completed in 180 milliseconds