Home
last modified time | relevance | path

Searched refs:getNumberOfTotalChannels (Results 1 – 3 of 3) sorted by relevance

/external/aac/libMpegTPDec/include/
Dtp_data.h437 static inline int getNumberOfTotalChannels(int channelConfig) { in getNumberOfTotalChannels() function
/external/aac/libMpegTPEnc/include/
Dtp_data.h437 static inline int getNumberOfTotalChannels(int channelConfig) { in getNumberOfTotalChannels() function
/external/aac/libMpegTPDec/src/
Dtpdec_asc.cpp1022 for (chIdx = 0; chIdx < getNumberOfTotalChannels(chConfig); chIdx += 1) { in CProgramConfig_GetChannelDescription()