Home
last modified time | relevance | path

Searched refs:OV_EINVAL (Results 1 – 9 of 9) sorted by relevance

/external/libvorbis/doc/
Dvorbis-errors.txt27 OV_EINVAL Invalid argument value.
52 OV_EINVAL
61 OV_EINVAL
73 OV_EINVAL, OV_FALSE
79 OV_EINVAL
82 OV_EINVAL
85 OV_EINVAL
88 OV_ENOSEEK, OV_EINVAL, OV_BADLINK
91 OV_ENOSEEK, OV_EINVAL, OV_EREAD, OV_BADLINK, OV_FAULT
94 OV_ENOSEEK, OV_EINVAL, OV_EREAD, OV_BADLINK, OV_FAULT
[all …]
/external/libvorbis/lib/
Dvorbisfile.c633 if(vf->end==-1) return(OV_EINVAL); in _open_seekable2()
933 if(vf->ready_state != PARTOPEN) return OV_EINVAL; in _ov_open2()
1022 if(vf->vi==NULL)return OV_EINVAL; in ov_halfrate()
1023 if(!vf->seekable)return OV_EINVAL; in ov_halfrate()
1034 return OV_EINVAL; in ov_halfrate()
1041 if(vf->vi==NULL)return OV_EINVAL; in ov_halfrate_p()
1068 if(vf->ready_state!=PARTOPEN)return(OV_EINVAL); in ov_test_open()
1092 if(vf->ready_state<OPENED)return(OV_EINVAL); in ov_bitrate()
1093 if(i>=vf->links)return(OV_EINVAL); in ov_bitrate()
1136 if(vf->ready_state<OPENED)return(OV_EINVAL); in ov_bitrate_instant()
[all …]
Dvorbisenc.c687 if(ci==NULL)return(OV_EINVAL); in vorbis_encode_setup_init()
702 if(setup==NULL)return(OV_EINVAL); in vorbis_encode_setup_init()
965 return(OV_EINVAL); in vorbis_encode_setup_managed()
1019 if(setp && hi->set_in_stone)return(OV_EINVAL); in vorbis_encode_ctl()
1093 if(ai==NULL)return OV_EINVAL; in vorbis_encode_ctl()
1115 return OV_EINVAL; in vorbis_encode_ctl()
1120 return OV_EINVAL; in vorbis_encode_ctl()
1125 return OV_EINVAL; in vorbis_encode_ctl()
1128 return OV_EINVAL; in vorbis_encode_ctl()
1131 return OV_EINVAL; in vorbis_encode_ctl()
[all …]
Danalysis.c54 return(OV_EINVAL); in vorbis_analysis()
Dblock.c507 return(OV_EINVAL); in vorbis_analysis_wrote()
727 if(!vb)return(OV_EINVAL); in vorbis_synthesis_blockin()
728 if(v->pcm_current>v->pcm_returned && v->pcm_returned!=-1)return(OV_EINVAL); in vorbis_synthesis_blockin()
923 if(n && v->pcm_returned+n>v->pcm_current)return(OV_EINVAL); in vorbis_synthesis_read()
/external/tremolo/Tremolo/
Dvorbisfile.c851 if(vf->ready_state!=PARTOPEN)return OV_EINVAL; in ov_test_open()
875 if(vf->ready_state<OPENED)return OV_EINVAL; in ov_bitrate()
876 if(i>=vf->links)return OV_EINVAL; in ov_bitrate()
916 if(vf->ready_state<OPENED)return OV_EINVAL; in ov_bitrate_instant()
941 if(vf->ready_state<OPENED)return OV_EINVAL; in ov_raw_total()
942 if(!vf->seekable || i>=vf->links)return OV_EINVAL; in ov_raw_total()
960 if(vf->ready_state<OPENED)return OV_EINVAL; in ov_pcm_total()
961 if(!vf->seekable || i>=vf->links)return OV_EINVAL; in ov_pcm_total()
979 if(vf->ready_state<OPENED)return OV_EINVAL; in ov_time_total()
980 if(!vf->seekable || i>=vf->links)return OV_EINVAL; in ov_time_total()
[all …]
Divorbiscodec.h110 #define OV_EINVAL -131 macro
Ddsp.c166 if(s && v->out_begin+s>v->out_end)return(OV_EINVAL); in vorbis_dsp_read()
/external/libvorbis/include/vorbis/
Dcodec.h229 #define OV_EINVAL -131 macro