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

  /external/tremolo/Tremolo/
ivorbiscodec.h 110 #define OV_EINVAL -131
vorbisfile.c 851 if(vf->ready_state!=PARTOPEN)return OV_EINVAL;
875 if(vf->ready_state<OPENED)return OV_EINVAL;
876 if(i>=vf->links)return OV_EINVAL;
916 if(vf->ready_state<OPENED)return OV_EINVAL;
937 OV_EINVAL if the stream is not seekable (we can't know the length)
941 if(vf->ready_state<OPENED)return OV_EINVAL;
942 if(!vf->seekable || i>=vf->links)return OV_EINVAL;
956 OV_EINVAL if the stream is not seekable (we can't know the
960 if(vf->ready_state<OPENED)return OV_EINVAL;
961 if(!vf->seekable || i>=vf->links)return OV_EINVAL;
    [all...]
dsp.c 166 if(s && v->out_begin+s>v->out_end)return(OV_EINVAL);
  /external/libvorbis/lib/
vorbisfile.c 633 if(vf->end==-1) return(OV_EINVAL);
933 if(vf->ready_state != PARTOPEN) return OV_EINVAL;
1022 if(vf->vi==NULL)return OV_EINVAL;
1023 if(!vf->seekable)return OV_EINVAL;
    [all...]
analysis.c 54 return(OV_EINVAL);
vorbisenc.c 687 if(ci==NULL)return(OV_EINVAL);
702 if(setup==NULL)return(OV_EINVAL);
965 return(OV_EINVAL);
    [all...]
block.c 507 return(OV_EINVAL);
727 if(!vb)return(OV_EINVAL);
728 if(v->pcm_current>v->pcm_returned && v->pcm_returned!=-1)return(OV_EINVAL);
923 if(n && v->pcm_returned+n>v->pcm_current)return(OV_EINVAL);
  /external/libvorbis/include/vorbis/
codec.h 229 #define OV_EINVAL -131

Completed in 313 milliseconds