Loading system/audio_a2dp_hw/audio_a2dp_hw.c +1 −1 Original line number Diff line number Diff line Loading @@ -763,7 +763,7 @@ static uint32_t out_get_latency(const struct audio_stream_out *stream) FNLOG(); latency_us = ((out->common.buffer_sz * 1000 ) / audio_stream_frame_size(&out->stream.common) / audio_stream_out_frame_size(&out->stream) / out->common.cfg.rate) * 1000; Loading Loading
system/audio_a2dp_hw/audio_a2dp_hw.c +1 −1 Original line number Diff line number Diff line Loading @@ -763,7 +763,7 @@ static uint32_t out_get_latency(const struct audio_stream_out *stream) FNLOG(); latency_us = ((out->common.buffer_sz * 1000 ) / audio_stream_frame_size(&out->stream.common) / audio_stream_out_frame_size(&out->stream) / out->common.cfg.rate) * 1000; Loading