Home
last modified time | relevance | path

Searched refs:pMapInfoTab (Results 1 – 2 of 2) sorted by relevance

/external/aac/libSYS/src/
Dsyslib_channelMapDescr.cpp167 if ((pMapDescr->fPassThrough == 0) && (pMapDescr->pMapInfoTab != NULL) && in FDK_chMapDescr_getMapValue()
171 if (chIdx < pMapDescr->pMapInfoTab[mapIdx].numChannels) { in FDK_chMapDescr_getMapValue()
172 mapValue = pMapDescr->pMapInfoTab[mapIdx].pChannelMap[chIdx]; in FDK_chMapDescr_getMapValue()
235 if (!fdk_chMapDescr_isValidMap(&pMapDescr->pMapInfoTab[i])) { in FDK_chMapDescr_isValid()
247 const CHANNEL_MAP_INFO* const pMapInfoTab, in FDK_chMapDescr_init() argument
254 if ((pMapInfoTab != NULL) && (mapInfoTabLen > 0)) { in FDK_chMapDescr_init()
256 pMapDescr->pMapInfoTab = pMapInfoTab; in FDK_chMapDescr_init()
263 pMapDescr->pMapInfoTab = mapInfoTabDflt; in FDK_chMapDescr_init()
277 if ((pMapDescr->pMapInfoTab != NULL) && (pMapDescr->mapInfoTabLen > 0)) { in FDK_chMapDescr_setPassThrough()
/external/aac/libSYS/include/
Dsyslib_channelMapDescr.h130 const CHANNEL_MAP_INFO* pMapInfoTab; /*!< Table of channel maps. */ member
155 const CHANNEL_MAP_INFO* const pMapInfoTab,