OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OV_FALSE
(Results
1 - 4
of
4
) sorted by null
/external/tremolo/Tremolo/
ivorbiscodec.h
103
#define
OV_FALSE
-1
vorbisfile.c
125
return: <0) did not find a page (
OV_FALSE
, OV_EOF, OV_EREAD)
136
if(boundary>0 && vf->offset>=boundary)return
OV_FALSE
;
145
if(!boundary)return
OV_FALSE
;
904
return
OV_FALSE
;
917
if(vf->samptrack==0)return
OV_FALSE
;
[
all
...]
/external/libvorbis/include/vorbis/
codec.h
222
#define
OV_FALSE
-1
/external/libvorbis/lib/
vorbisfile.c
105
return: <0) did not find a page (
OV_FALSE
, OV_EOF, OV_EREAD)
114
if(boundary>0 && vf->offset>=boundary)return(
OV_FALSE
);
123
if(!boundary)return(
OV_FALSE
);
[
all
...]
Completed in 638 milliseconds