Home
last modified time | relevance | path

Searched refs:samptrack (Results 1 – 4 of 4) sorted by relevance

/external/tremolo/Tremolo/
Dvorbisfile.c494 vf->samptrack=0; in _make_decode_ready()
586 vf->samptrack+=vorbis_dsp_pcmout(vf->vd,NULL,0); in _fetch_and_process_packet()
917 if(vf->samptrack==0)return OV_FALSE; in ov_bitrate_instant()
918 ret=(long)(vf->bittrack/vf->samptrack*vf->vi.rate); in ov_bitrate_instant()
920 vf->samptrack=0; in ov_bitrate_instant()
1133 vf->samptrack=0; in ov_raw_seek()
1309 vf->samptrack=0; in ov_pcm_seek_page()
1406 vf->samptrack=0; in ov_pcm_seek()
Divorbisfile.h90 ogg_int64_t samptrack; member
/external/libvorbis/lib/
Dvorbisfile.c609 vf->samptrack=0.f; in _make_decode_ready()
717 vf->samptrack+=vorbis_synthesis_pcmout(&vf->vd,NULL)-oldsamples; in _fetch_and_process_packet()
1137 if(vf->samptrack==0)return(OV_FALSE); in ov_bitrate_instant()
1138 ret=vf->bittrack/vf->samptrack*vf->vi[link].rate+.5; in ov_bitrate_instant()
1140 vf->samptrack=0.f; in ov_bitrate_instant()
1371 vf->samptrack=0.f; in ov_raw_seek()
1559 vf->samptrack=0.f; in ov_pcm_seek_page()
1647 vf->samptrack=0.f; in ov_pcm_seek()
/external/libvorbis/include/vorbis/
Dvorbisfile.h137 double samptrack; member