Home
last modified time | relevance | path

Searched refs:dataoffsets (Results 1 – 5 of 5) sorted by relevance

/external/tremolo/Tremolo/
Dvorbisfile.c384 vf->dataoffsets=_ogg_malloc(vf->links*sizeof(*vf->dataoffsets)); in _prefetch_all_offsets()
390 vf->dataoffsets[i]=dataoffset; in _prefetch_all_offsets()
399 vf->dataoffsets[i]=-1; in _prefetch_all_offsets()
401 vf->dataoffsets[i]=vf->offset; in _prefetch_all_offsets()
407 if(vf->dataoffsets[i]!=-1){ in _prefetch_all_offsets()
787 if(vf->dataoffsets)_ogg_free(vf->dataoffsets); in ov_clear()
882 bits+=(vf->offsets[i+1]-vf->dataoffsets[i])*8; in ov_bitrate()
891 return (long)((vf->offsets[i+1]-vf->dataoffsets[i])*8000/ov_time_total(vf,i)); in ov_bitrate()
Divorbisfile.h77 ogg_int64_t *dataoffsets; member
/external/libvorbis/lib/
Dvorbisfile.c505 if(vf->dataoffsets)_ogg_free(vf->dataoffsets); in _bisect_forward_serialno()
511 vf->dataoffsets=_ogg_malloc(vf->links*sizeof(*vf->dataoffsets)); in _bisect_forward_serialno()
583 vf->dataoffsets[m+1]=dataoffset; in _bisect_forward_serialno()
614 ogg_int64_t dataoffset=vf->dataoffsets[0],end,endgran=-1; in _open_seekable2()
647 vf->dataoffsets[0]=dataoffset; in _open_seekable2()
921 vf->dataoffsets=_ogg_calloc(1,sizeof(*vf->dataoffsets)); in _ov_open1()
923 vf->dataoffsets[0]=vf->offset; in _ov_open1()
965 if(vf->dataoffsets)_ogg_free(vf->dataoffsets); in ov_clear()
1100 bits+=(vf->offsets[i+1]-vf->dataoffsets[i])*8; in ov_bitrate()
1110 return(rint((vf->offsets[i+1]-vf->dataoffsets[i])*8/ov_time_total(vf,i))); in ov_bitrate()
[all …]
/external/libvorbis/examples/
Dchaining_example.c64 (ov.dataoffsets[i]-ov.offsets[i])); in main()
/external/libvorbis/include/vorbis/
Dvorbisfile.h122 ogg_int64_t *dataoffsets; member