HomeSort by relevance Sort by last modified time
    Searched refs:samptrack (Results 1 - 4 of 4) sorted by null

  /external/tremolo/Tremolo/
ivorbisfile.h 90 ogg_int64_t samptrack; member in struct:OggVorbis_File
vorbisfile.c 494 vf->samptrack=0;
586 vf->samptrack+=vorbis_dsp_pcmout(vf->vd,NULL,0);
917 if(vf->samptrack==0)return OV_FALSE;
918 ret=(long)(vf->bittrack/vf->samptrack*vf->vi.rate);
920 vf->samptrack=0;
    [all...]
  /external/libvorbis/include/vorbis/
vorbisfile.h 137 double samptrack; member in struct:OggVorbis_File
  /external/libvorbis/lib/
vorbisfile.c 609 vf->samptrack=0.f;
717 vf->samptrack+=vorbis_synthesis_pcmout(&vf->vd,NULL)-oldsamples;
    [all...]

Completed in 154 milliseconds