Searched refs:bdelay (Results 1 – 2 of 2) sorted by relevance
73 int ret, bdelay; in audio_read_packet() local91 bdelay = ret; in audio_read_packet()93 bdelay += abufi.bytes; in audio_read_packet()96 cur_time -= (bdelay * 1000000LL) / (s->sample_rate * s->channels); in audio_read_packet()
62 int64_t bdelay, cur_time; in audio_read_packet() local80 bdelay = ret + s->hwpos - s->softpos; in audio_read_packet()83 pkt->pts = cur_time - ((bdelay * 1000000) / in audio_read_packet()