Searched refs:BANDWIDTH_TAB (Results 1 - 1 of 1) sorted by relevance

/external/aac/libAACenc/src/
H A Dbandwidth.cpp112 } BANDWIDTH_TAB; typedef in typeref:struct:__anon284
114 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;
174 bwTabSize = sizeof(bandWidthTable) / sizeof(BANDWIDTH_TAB);
189 bwTabSize = sizeof(bandWidthTable_LD_22050) / sizeof(BANDWIDTH_TAB);
[all...]

Completed in 195 milliseconds