Home
last modified time | relevance | path

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

/device/generic/goldfish/audio/
Dtalsa.cpp138 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()
Ddevice_port_source.cpp268 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()
Dtalsa.h43 PcmPtr pcmOpen(unsigned int dev, unsigned int card, unsigned int nChannels,