Searched refs:pBwTab (Results 1 – 1 of 1) sorted by relevance
203 const BANDWIDTH_TAB *pBwTab = NULL; in GetBandwidthEntry() local208 pBwTab = bandWidthTable; in GetBandwidthEntry()219 pBwTab = bandWidthTable_LD_22050; in GetBandwidthEntry()223 pBwTab = bandWidthTable_LD_24000; in GetBandwidthEntry()227 pBwTab = bandWidthTable_LD_32000; in GetBandwidthEntry()231 pBwTab = bandWidthTable_LD_44100; in GetBandwidthEntry()238 pBwTab = bandWidthTable_LD_48000; in GetBandwidthEntry()244 pBwTab = NULL; in GetBandwidthEntry()248 if (pBwTab!=NULL) { in GetBandwidthEntry()251 if (chanBitRate >= pBwTab[i].chanBitRate && in GetBandwidthEntry()[all …]