OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OV_EFAULT
(Results
1 - 6
of
6
) sorted by null
/external/tremolo/Tremolo/
ivorbiscodec.h
108
#define
OV_EFAULT
-129
treminfo.c
181
if(!ci)return(
OV_EFAULT
);
254
if(!ci)return(
OV_EFAULT
);
vorbisfile.c
196
return
OV_EFAULT
;
[
all
...]
/external/libvorbis/include/vorbis/
codec.h
227
#define
OV_EFAULT
-129
/external/libvorbis/lib/
info.c
211
if(!ci)return(
OV_EFAULT
);
275
if(!ci)return(
OV_EFAULT
);
439
if(!ci)return(
OV_EFAULT
);
494
if(!ci)return(
OV_EFAULT
);
578
ret=
OV_EFAULT
;
vorbisfile.c
90
return
OV_EFAULT
;
182
return(
OV_EFAULT
);
598
if(vf->ready_state<STREAMSET)return
OV_EFAULT
;
714
if(oldsamples)return(
OV_EFAULT
);
[
all
...]
Completed in 327 milliseconds