Searched refs:BANDWIDTH_TAB (Results 1 – 1 of 1) sorted by relevance
112 } BANDWIDTH_TAB; typedef114 static const BANDWIDTH_TAB bandWidthTable[] = {119 static const BANDWIDTH_TAB bandWidthTable_LD_22050[] = {124 static const BANDWIDTH_TAB bandWidthTable_LD_24000[] = {129 static const BANDWIDTH_TAB bandWidthTable_LD_32000[] = {134 static const BANDWIDTH_TAB bandWidthTable_LD_44100[] = {140 static const BANDWIDTH_TAB bandWidthTable_LD_48000[] = {167 const BANDWIDTH_TAB *pBwTab = NULL; in GetBandwidthEntry()174 bwTabSize = sizeof(bandWidthTable) / sizeof(BANDWIDTH_TAB); in GetBandwidthEntry()189 bwTabSize = sizeof(bandWidthTable_LD_22050) / sizeof(BANDWIDTH_TAB); in GetBandwidthEntry()[all …]