OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PARTOPEN
(Results
1 - 3
of
3
) sorted by null
/external/libvorbis/include/vorbis/
vorbisfile.h
106
#define
PARTOPEN
1
/external/tremolo/Tremolo/
vorbisfile.c
54
#define
PARTOPEN
1
759
}else if(vf->ready_state <
PARTOPEN
)
760
vf->ready_state=
PARTOPEN
;
851
if(vf->ready_state!=
PARTOPEN
)return OV_EINVAL;
[
all
...]
/external/libvorbis/lib/
vorbisfile.c
926
vf->ready_state=
PARTOPEN
;
933
if(vf->ready_state !=
PARTOPEN
) return OV_EINVAL;
[
all
...]
Completed in 35 milliseconds