Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavdevice/
Doss_dec.c73 int ret, bdelay; in audio_read_packet() local
91 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()
Dsndio_dec.c62 int64_t bdelay, cur_time; in audio_read_packet() local
80 bdelay = ret + s->hwpos - s->softpos; in audio_read_packet()
83 pkt->pts = cur_time - ((bdelay * 1000000) / in audio_read_packet()