Home
last modified time | relevance | path

Searched refs:bittrack (Results 1 – 2 of 2) sorted by relevance

/external/tremolo/Tremolo/
Dvorbisfile.c493 vf->bittrack=0; in _make_decode_ready()
587 vf->bittrack+=op.bytes*8; in _fetch_and_process_packet()
644 vf->bittrack+=og.header_len*8; in _fetch_and_process_packet()
918 ret=(long)(vf->bittrack/vf->samptrack*vf->vi.rate); in ov_bitrate_instant()
919 vf->bittrack=0; in ov_bitrate_instant()
1132 vf->bittrack=0; in ov_raw_seek()
1308 vf->bittrack=0; in ov_pcm_seek_page()
1405 vf->bittrack=0; in ov_pcm_seek()
Divorbisfile.h89 ogg_int64_t bittrack; member