OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dataoffsets
(Results
1 - 5
of
5
) sorted by null
/external/libvorbis/examples/
chaining_example.c
64
(ov.
dataoffsets
[i]-ov.offsets[i]));
/external/tremolo/Tremolo/
ivorbisfile.h
77
ogg_int64_t *
dataoffsets
;
member in struct:OggVorbis_File
vorbisfile.c
384
vf->
dataoffsets
=_ogg_malloc(vf->links*sizeof(*vf->
dataoffsets
));
390
vf->
dataoffsets
[i]=dataoffset;
399
vf->
dataoffsets
[i]=-1;
401
vf->
dataoffsets
[i]=vf->offset;
407
if(vf->
dataoffsets
[i]!=-1){
787
if(vf->
dataoffsets
)_ogg_free(vf->
dataoffsets
);
882
bits+=(vf->offsets[i+1]-vf->
dataoffsets
[i])*8;
891
return (long)((vf->offsets[i+1]-vf->
dataoffsets
[i])*8000/ov_time_total(vf,i))
[
all
...]
/external/libvorbis/lib/
vorbisfile.c
505
if(vf->
dataoffsets
)_ogg_free(vf->
dataoffsets
);
511
vf->
dataoffsets
=_ogg_malloc(vf->links*sizeof(*vf->
dataoffsets
));
583
vf->
dataoffsets
[m+1]=dataoffset;
614
ogg_int64_t dataoffset=vf->
dataoffsets
[0],end,endgran=-1;
647
vf->
dataoffsets
[0]=dataoffset;
921
vf->
dataoffsets
=_ogg_calloc(1,sizeof(*vf->
dataoffsets
));
923
vf->
dataoffsets
[0]=vf->offset
[
all
...]
/external/libvorbis/include/vorbis/
vorbisfile.h
122
ogg_int64_t *
dataoffsets
;
member in struct:OggVorbis_File
Completed in 85 milliseconds