OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ov_raw_seek
(Results
1 - 7
of
7
) sorted by null
/external/libvorbis/macos/
libvorbisfile.mcp.exp
21
ov_raw_seek
/external/libvorbis/doc/vorbisfile/
Makefile.am
13
ov_pcm_tell.html ov_pcm_total.html
ov_raw_seek
.html\
/external/tremolo/Tremolo/
ivorbisfile.h
120
extern int
ov_raw_seek
(OggVorbis_File *vf,ogg_int64_t pos);
vorbisfile.c
539
return
ov_raw_seek
(vf,0);
999
int
ov_raw_seek
(OggVorbis_File *vf,ogg_int64_t pos){
function
[
all
...]
/external/libvorbis/include/vorbis/
vorbisfile.h
170
extern int
ov_raw_seek
(OggVorbis_File *vf,ogg_int64_t pos);
/external/libvorbis/examples/
seeking_example.c
140
ret=
ov_raw_seek
(&ov,val);
/external/libvorbis/lib/
vorbisfile.c
651
return(
ov_raw_seek
(vf,dataoffset));
1219
int
ov_raw_seek
(OggVorbis_File *vf,ogg_int64_t pos){
function
[
all
...]
Completed in 136 milliseconds