Searched refs:AudioBlocksArray (Results 1 - 5 of 5) sorted by relevance

/hardware/qcom/audio/alsa_sound/
H A DAudioUtil.cpp185 pInfo->AudioBlocksArray[i].nChannels = channels[i];
186 ALOGV("pInfo->AudioBlocksArray[i].nChannels %d\n", pInfo->AudioBlocksArray[i].nChannels);
189 pInfo->AudioBlocksArray[i].nFormatId = (EDID_AUDIO_FORMAT_ID)printFormatFromEDID(formats[i]);
190 ALOGV("pInfo->AudioBlocksArray[i].nFormatId %d",pInfo->AudioBlocksArray[i].nFormatId);
193 pInfo->AudioBlocksArray[i].nSamplingFreq = getSamplingFrequencyFromEDID(frequency[i]);
194 ALOGV("pInfo->AudioBlocksArray[i].nSamplingFreq %d",pInfo->AudioBlocksArray[i].nSamplingFreq);
197 pInfo->AudioBlocksArray[
[all...]
H A DAudioUtil.h54 EDID_AUDIO_BLOCK_INFO AudioBlocksArray[MAX_EDID_BLOCKS]; member in struct:EDID_AUDIO_INFO
H A DALSAStreamOps.cpp278 switch (info.AudioBlocksArray[i].nChannels) {
288 ALOGD("Unsupported number of channels %d", info.AudioBlocksArray[i].nChannels);
H A Dalsa_default.cpp240 if (info.AudioBlocksArray[i].nChannels > channel_count &&
241 info.AudioBlocksArray[i].nChannels <= MAX_HDMI_CHANNEL_CNT) {
242 channel_count = info.AudioBlocksArray[i].nChannels;
H A DAudioHardwareALSA.cpp833 alsa_handle.channels = info.AudioBlocksArray[info.nAudioBlocks-1].nChannels;
847 alsa_handle.sampleRate = info.AudioBlocksArray[info.nAudioBlocks-1].nSamplingFreq;

Completed in 62 milliseconds