OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pcmlengths
(Results
1 - 4
of
4
) sorted by null
/external/tremolo/Tremolo/
vorbisfile.c
385
vf->
pcmlengths
=_ogg_malloc(vf->links*2*sizeof(*vf->
pcmlengths
));
451
vf->
pcmlengths
[i*2]=accumulated;
469
vf->
pcmlengths
[i*2+1]=ogg_page_granulepos(&og)-vf->
pcmlengths
[i*2];
608
granulepos-=vf->
pcmlengths
[link*2];
618
granulepos+=vf->
pcmlengths
[i*2+1];
788
if(vf->
pcmlengths
)_ogg_free(vf->
pcmlengths
);
969
return vf->
pcmlengths
[i*2+1]
[
all
...]
ivorbisfile.h
79
ogg_int64_t *
pcmlengths
;
member in struct:OggVorbis_File
/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 442 milliseconds