Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/audiofile/files/
H A D0003-fix-CVE-2015-7747.patch27 if (in.channelCount != out.channelCount)
30 in.channelCount, out.channelCount,
H A D0008-Check-for-multiplication-overflow-in-MSADPCM-decodeS.patch31 - static_cast<int16_t *>(m_outChunk->buffer) + i * m_framesPerPacket * m_track->f.channelCount);
33 + static_cast<int16_t *>(m_outChunk->buffer) + i * m_framesPerPacket * m_track->f.channelCount)==…
H A D0007-Actually-fail-when-error-occurs-in-parseFormat.patch35 int bytesPerBlock = (samplesPerBlock + 14) / 8 * 4 * channelCount;
/openbmc/openbmc/poky/meta/recipes-devtools/expect/expect/
H A D0001-Add-prototype-to-function-definitions.patch47 tsdPtr->channelCount = 0;
/openbmc/phosphor-networkd/src/
H A Dncsi_cmd.cpp751 uint8_t channelCount = resp->full_payload[47]; in ncsiDiscover() local
753 << static_cast<int>(channelCount) << " channels.\n"; in ncsiDiscover()