Lines Matching refs:BANDWIDTH_TAB
100 } BANDWIDTH_TAB; typedef
102 static const BANDWIDTH_TAB bandWidthTable[] = {
115 static const BANDWIDTH_TAB bandWidthTable_LD_22050[] = {
126 static const BANDWIDTH_TAB bandWidthTable_LD_24000[] = {
138 static const BANDWIDTH_TAB bandWidthTable_LD_32000[] = {
150 static const BANDWIDTH_TAB bandWidthTable_LD_44100[] = {
164 static const BANDWIDTH_TAB bandWidthTable_LD_48000[] = {
203 const BANDWIDTH_TAB *pBwTab = NULL; in GetBandwidthEntry()
209 bwTabSize = sizeof(bandWidthTable)/sizeof(BANDWIDTH_TAB); in GetBandwidthEntry()
220 bwTabSize = sizeof(bandWidthTable_LD_22050)/sizeof(BANDWIDTH_TAB); in GetBandwidthEntry()
224 bwTabSize = sizeof(bandWidthTable_LD_24000)/sizeof(BANDWIDTH_TAB); in GetBandwidthEntry()
228 bwTabSize = sizeof(bandWidthTable_LD_32000)/sizeof(BANDWIDTH_TAB); in GetBandwidthEntry()
232 bwTabSize = sizeof(bandWidthTable_LD_44100)/sizeof(BANDWIDTH_TAB); in GetBandwidthEntry()
239 bwTabSize = sizeof(bandWidthTable_LD_48000)/sizeof(BANDWIDTH_TAB); in GetBandwidthEntry()