Home
last modified time | relevance | path

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

/system/bt/audio_a2dp_hw/
Daudio_a2dp_hw.c196 int chan_count = popcount(cfg.channel_flags); in calc_audiotime() local
201 return (int)(((int64_t)bytes * (1000000 / (chan_count * 2))) / cfg.rate); in calc_audiotime()