OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:chan_count
(Results
1 - 2
of
2
) sorted by null
/external/kernel-headers/original/linux/
dmaengine.h
144
* @
chan_count
: number of chans allocated
145
* @chans_desired: number of chans requested. Can be +/-
chan_count
152
unsigned int
chan_count
;
member in struct:dma_client
/external/bluetooth/bluedroid/audio_a2dp_hw/
audio_a2dp_hw.c
174
int
chan_count
= popcount(cfg.channel_flags);
local
179
return bytes*(1000000/(
chan_count
*2))/cfg.rate;
Completed in 46 milliseconds