OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OV_EREAD
(Results
1 - 6
of
6
) sorted by null
/external/tremolo/Tremolo/
ivorbiscodec.h
107
#define
OV_EREAD
-128
vorbisfile.c
125
return: <0) did not find a page (OV_FALSE, OV_EOF,
OV_EREAD
)
149
if(ret<0)return
OV_EREAD
;
167
/* returns offset or
OV_EREAD
, OV_FAULT and produces a refcounted page */
182
if(ret==
OV_EREAD
)return
OV_EREAD
;
229
if(ret==
OV_EREAD
)return
OV_EREAD
;
241
if(ret==
OV_EREAD
)return
OV_EREAD
;
253
if(ret==
OV_EREAD
)return OV_EREAD
[
all
...]
/external/libvorbis/lib/
vorbisfile.c
85
return
OV_EREAD
;
105
return: <0) did not find a page (OV_FALSE, OV_EOF,
OV_EREAD
)
127
if(ret<0)return(
OV_EREAD
);
145
/* returns offset or
OV_EREAD
, OV_FAULT */
163
if(ret==
OV_EREAD
)return(
OV_EREAD
);
246
if(ret==
OV_EREAD
)return(
OV_EREAD
);
291
if(llret==
OV_EREAD
)return(
OV_EREAD
);
[
all
...]
/external/libvorbis/include/vorbis/
codec.h
226
#define
OV_EREAD
-128
/external/libgdx/backends/gdx-backend-lwjgl/libs/
jorbis.jar
/external/libgdx/backends/gdx-backend-lwjgl3/libs/
jorbis.jar
Completed in 256 milliseconds