OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pcmlengths
(Results
1 - 2
of
2
) sorted by null
/external/libvorbis/lib/
vorbisfile.c
512
vf->
pcmlengths
=_ogg_malloc(vf->links*2*sizeof(*vf->
pcmlengths
));
516
vf->
pcmlengths
[m*2+1]=endgran;
588
vf->
pcmlengths
[m*2+1]=searchgran;
589
vf->
pcmlengths
[m*2+2]=pcmoffset;
590
vf->
pcmlengths
[m*2+3]-=pcmoffset;
648
vf->
pcmlengths
[0]=pcmoffset;
649
vf->
pcmlengths
[1]-=pcmoffset;
740
granulepos-=vf->
pcmlengths
[link*2];
750
granulepos+=vf->
pcmlengths
[i*2+1]
[
all
...]
/external/libvorbis/include/vorbis/
vorbisfile.h
124
ogg_int64_t *
pcmlengths
; /* overloaded to maintain binary
member in struct:OggVorbis_File
Completed in 523 milliseconds