Searched refs:nChannels (Results 1 – 3 of 3) sorted by relevance
/device/generic/goldfish/audio/ |
D | talsa.cpp | 138 const unsigned int nChannels, in pcmOpen() argument 147 pcm_config.channels = nChannels; in pcmOpen() 166 nChannels, sampleRateHz, pcm_config.period_count, pcm_config.period_size, isOut); in pcmOpen() 174 nChannels, sampleRateHz, pcm_config.period_count, pcm_config.period_size, isOut, in pcmOpen() 182 nChannels, sampleRateHz, pcm_config.period_count, pcm_config.period_size, isOut, in pcmOpen()
|
D | device_port_source.cpp | 268 const unsigned nChannels = mNChannels; in read() local 269 const unsigned requestedFrames = bytesToRead / nChannels / sizeof(*samples); in read() 287 const size_t nSamples = nFrames * nChannels; in read() 288 if (nChannels > 1) { in read() 289 adjust_channels(samples, 1, samples, nChannels, in read()
|
D | talsa.h | 43 PcmPtr pcmOpen(unsigned int dev, unsigned int card, unsigned int nChannels,
|