Searched refs:pBwTab (Results 1 – 1 of 1) sorted by relevance
167 const BANDWIDTH_TAB *pBwTab = NULL; in GetBandwidthEntry() local173 pBwTab = bandWidthTable; in GetBandwidthEntry()188 pBwTab = bandWidthTable_LD_22050; in GetBandwidthEntry()192 pBwTab = bandWidthTable_LD_24000; in GetBandwidthEntry()196 pBwTab = bandWidthTable_LD_32000; in GetBandwidthEntry()200 pBwTab = bandWidthTable_LD_44100; in GetBandwidthEntry()207 pBwTab = bandWidthTable_LD_48000; in GetBandwidthEntry()213 pBwTab = NULL; in GetBandwidthEntry()217 if (pBwTab != NULL) { in GetBandwidthEntry()220 if (chanBitRate >= pBwTab[i].chanBitRate && in GetBandwidthEntry()[all …]